Forum Replies Created
-
AuthorPosts
-
I'm sorry, where is a problem here? <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />
Characters between '(' and ')'?I meant a problem with automatic popups skinning.
Some changes was added in the v6.37, please try.Could you show a demo?
I can't reproduce it independently, unfortunately.Hello
What version of the package do you uses?
Could you give a small demo with MDI menu issue?PS. Mdi child forms and forms, which have a parent, can't have an extended borders.
Hello, I will research this situation soon.
June 23, 2009 at 7:35 am in reply to: Slow draw of Ttntspeedbutton and access violation when using TTntPanel #39673Hello
Some problems must be resolved in the v6.37, please check it.June 18, 2009 at 10:21 am in reply to: Slow draw of Ttntspeedbutton and access violation when using TTntPanel #39643Could you use the TeamViewer and show me a problems? <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />
In the latest release was added the new function AddImageFromRes(aInstance: LongWord; ImageList : TsAlphaimageList; const ResName: String; ImageFormat : TsImageFormat): Boolean;
This function is not a method of the AlphaImageList object, implemented as separated function. Please check it, may be added Ico and Png there.
TsImageFormat = (ifPNG, ifICO);You don't like a white color in edit controls? <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />
You mean a buttons in the TitleButtons property?
June 17, 2009 at 8:44 am in reply to: sRadiobutton and scheckbox not dimmed text when disabled #39602Thank you.
Unfortunately I haven't LMD now and can't recompile.
Could you show a screenshot of disabled control with unchanged sCheckBox.pas?Hello
Patching is not required anymore. What instruction do you use?
Look the “3rd party.txt” file, the “2. TntControls Unicode” part please.June 17, 2009 at 7:51 am in reply to: Slow draw of Ttntspeedbutton and access violation when using TTntPanel #39599Hello and thanks for demo
Could you attach the Exe file also? I have recompiled it but haven't a problem.
(Maybe because my exe was compiled without PngComponents, I haven't them)June 17, 2009 at 6:27 am in reply to: ParentBackground = true should make Panel transparent, but dont! #39598Thanks for message, it is moved to the “Tricks”
I must look it, maybe problem is in Application.ProcessMessages.
Thanks for links, I'll try to solve a problem.
Hi
Do you know how to catch a moment when the new Menuitem is created?
Where may be inserted a handler for this event?This problem is actual for Aero.
In other situations caption must be changed without flickering.
If you really have this flickering in the Aero only, then I try to find a solution soon and problem will be solved automatically.Hello
Sorry for delay, I'm not always here
So, disabled edit haven't constant color, because control is alphablended.
For some skins this color will not be changed and may be calculated, but in many skins this color depended from a color of parent :
[attachment=3334:disedit.png]
So, solution depends from a your task.
Try this code for receiving average color between active edit and main skin color :CODEuses sGraphUtils, sDefaults;
Color := MixColors(SkinManager.GetActiveEditColor, SkinManager.GetGlobalColor, DefDisabledBlend);
Maybe it helps.AuthorPosts