Forum Replies Created
-
AuthorPosts
-
September 21, 2011 at 5:38 am in reply to: [SOLVED] Here is a strange thing… how can i solve it ? #46729'azrael11' wrote:i := ConfIni.ReadInteger('Themes','Theme',i);
What is value of “i” here? You should check it.
Quote:Conf.sLB_ce_themes.Selected := true;Error may be occurred here if “i” is out of range.
Quote:Conf.sLabelFX3.Caption := Conf.sLB_ce_themes.Items.Strings;“i” should be bigger or equal 0 and smaller than Conf.sLB_ce_themes.Items.Strings.Count
And sLB_ce_themes is ListBox? Maybe you should write Conf.sLB_ce_themes.Items?
Quote:ThemeCreator(i+1);SetAllCursor(i+1);
I don't know what is that, but why “i + 1”?
You should check all this code?
What is number of line with “Out of range” error?
Hello Steven
Of course, PNG may be shown on items manually in the OnDrawItem event.
For a drawing of 32-bit bitmaps you can use the CopyByMask procedure. This procedure is implemented in the sGraphUtils module.
Example :
Code:CopyByMask(DstRect, SrcRect, DstBmp, SrcBitmap, EmptyCI, False);Also, the TPNGGraphic object have own Draw(ACanvas: TCanvas; const Rect: TRect) procedure.
September 20, 2011 at 8:00 am in reply to: [SOLVED] Here is a strange thing… how can i solve it ? #46718Hello
I think, you should debug this code more.
The “i” variable can have incorrect value here…
This topic will be moved in “Troubleshooting” part.
This skin is updated now : http://www.alphaskins.com/sfiles/skins/moonlight.asz
Hello
When you calls the ResetColour procedure?
Try it in the sSkinManager.OnAfterChange event.
Hello and thank you for the demo.
Try this updated skin : http://www.alphaskins.com/sfiles/skins/neonnight.asz
Thank you!
The issue with icon will be solved in the nearest release.
The problem with caption I can't reproduce seems. Maybe you can share a PC with me for remote debugging?
UpdateSkinCaption(sSkinProvider1) procedure can repaint a form title quickly and may be used as temporary solution.
I'm sorry, I not quite understand a problem. You have received wrong colors?
Hello
I think I understand a problem.
This panel is not dark because Transparency parameter is 100
You can try to change the SkinSection property to 'PANEL_LOW'. Panel will not be transparent in this case.
Or change the color of the parent.
September 16, 2011 at 5:52 am in reply to: How work condition function DrawDataCell in TsDBGRID #46670Hello
I have made a test-application, but problem not exists here.
Can you help me with reproducing please?
Maybe you have several SkinManagers in Exe and Dll?
You should have one SkinManager with defined properties.
'STR1KE0UT' wrote:Is it possible to make the components in my DLL forms glow as if they were using the “AnimatEvents” property?I think you should use controls from the package for this effect.
Quote:Also, If possible could support for TTrackBar and TScrollBar be added to the Third Party List?I'm sorry, it's not possible now, maybe later.
September 8, 2011 at 6:49 am in reply to: Form is not painted correctly under Win7 (classic design) #46616Thank you for demo, I'll try to solve the issue in the next release.
Sorry, I can't receive described kind of controls, can you help me with demo please?
'kevin' wrote:As a matter of interest, do you know a way of finding out the location of a unit that Delphi finds when it is compiling? That way I can remove the offending unit.If you searching a source file (Pas) then you can press “Ctrl+Enter” in the Delphi editor when cursor is placed on name of unit in the 'uses' part.
Otherwise you can search 'Dcu' files in all directories which are defined in the Delphi search path (and in the project directory).
'STR1KE0UT' wrote:I searched this but the only way that i could find was to build with run-time packages.I can do this but i would prefer not to. Is there any other way to do it?
Using acntDx_r.bpl as run-time package is a best way. Other ways have other problems ('can not assign TFont to TFont', for example), these problems are known and discussed on Internet.
Quote:Also, another thing i was wondering, is there support for the TTrackBar component in the ThirdPartyList?This control is not supported at moment.
I have an other behaviour of listbox. What version of the AlphaControls package do you uses?
Thanks
I had installed IZarc and I have a same issue with this unpacker.
But other standard unpackers are working without this problem, I'll research this situation more.
Hello
Please tell me your download link, I will check it.
Hello
This skin will be improved soon.
-
AuthorPosts