Forum Replies Created
-
AuthorPosts
-
Support
KeymasterСпасибо, проблема будет решена в версии 6.42 <img src="style_emoticons//a7.gif” style=”vertical-align:middle” emoid=”:a7:” border=”0″ alt=”a7.gif” />
Support
KeymasterHello
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) #40091Support
KeymasterTry 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.Support
KeymasterTry 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.
Support
KeymasterThank you
Problem is linked with using of glowing effect and will be solved in the version 6.42Support
KeymasterSolution 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)Support
KeymasterHello
Maybe your problem is similar to problems which discussed there?
Look this topic.Support
KeymasterThese dialogs will be supported soon I think.
Support
KeymasterHello 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.Support
KeymasterI 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.Support
KeymasterSupport
KeymasterCheck the nearest release, this problem must be solved there, I think.
Support
KeymasterWhat language do you uses?
Support
KeymasterThank you for info, this code will be tried in the next release.
Support
KeymasterThank you for demo. Why you are using UpdateSkin there?
Support
KeymasterI can't unpack the file <img src="style_emoticons//sad.gif” style=”vertical-align:middle” emoid=”:(” border=”0″ alt=”sad.gif” />
Damaged?Support
KeymasterSupport
KeymasterThank you for information, I'll try to reproduce that.
Disabling of animation removes an error? Did you check it?Support
KeymasterHi
Try to use SkinData.BeginUpdate before loop, and SkinData.EndUpdate after, repainting will be forbidden.
Support
KeymasterThank you, I will research it now.
-
AuthorPosts