Forum Replies Created
-
AuthorPosts
-
SupportKeymaster
Спасибо, проблема будет решена в версии 6.42 <img src="style_emoticons//a7.gif” style=”vertical-align:middle” emoid=”:a7:” border=”0″ alt=”a7.gif” />
SupportKeymasterHello
This problem is linked with using of layered alphablended windows seems.
Please tell a version of used Windows.July 28, 2009 at 3:04 pm in reply to: Problem with popupborder of TcxShellcombobox (DevExpress) #40091SupportKeymasterTry this patched file please, some problems are solved here (if you uses DevEx v6.45, then 'VER645' key must be enabled in beginning of this file).
Support of cxPageControl is more difficult because non-common Painter is used in this control.SupportKeymasterTry to replace “sSkinManager1.UpdateSkin” by “TacCtrlAdapter(Child.sSkinProvider1.Adapter).AddAllItems(Child)”.
This code must update all non-skinned third-party and standard controls which placed on Child.If changing will not be successful then you can try to call “sSkinManager1.RepaintForms” after all changes like this :
CODE…
sSkinManager1.UpdateSkin;
Child.Caption := 'verändert – ' + Name;
sSkinManager1.RepaintForms;If you can make a demo with incorrectly painted controls then I will suggest a more effective solution I think.
SupportKeymasterThank you
Problem is linked with using of glowing effect and will be solved in the version 6.42SupportKeymasterSolution for using AlphaSkins and Windowblinds is in disabling of menus skinning seems.
Try to disable skinning of menus when program runned under Windowblind (SkinManager.SkinnedPopups property)SupportKeymasterHello
Maybe your problem is similar to problems which discussed there?
Look this topic.SupportKeymasterThese dialogs will be supported soon I think.
SupportKeymasterHello and sorry for trouble. You are right that writing here because sometimes letters can't be delivered for some reasons.
Please check your mailbox an answer was sent by email and write here again please, if you will not have this answer received.SupportKeymasterI think you have stored internal skin before changing of language…
'(Internal)' is a part of skin name and you can change it in the InternalSkins property.
Also you can reload internal skin, but you must be sure that package was installed with Hungarian resources.SupportKeymasterSupportKeymasterCheck the nearest release, this problem must be solved there, I think.
SupportKeymasterWhat language do you uses?
SupportKeymasterThank you for info, this code will be tried in the next release.
SupportKeymasterThank you for demo. Why you are using UpdateSkin there?
SupportKeymasterI can't unpack the file <img src="style_emoticons//sad.gif” style=”vertical-align:middle” emoid=”:(” border=”0″ alt=”sad.gif” />
Damaged?SupportKeymasterSupportKeymasterThank you for information, I'll try to reproduce that.
Disabling of animation removes an error? Did you check it?SupportKeymasterHi
Try to use SkinData.BeginUpdate before loop, and SkinData.EndUpdate after, repainting will be forbidden.
SupportKeymasterThank you, I will research it now.
-
AuthorPosts