Forum Replies Created
-
AuthorPosts
-
Thanks for message.
Try to change this line toCODEMessage.HitTest := SmallInt(Ex_WMNCHitTest(M));Ok, try to open an application with enabled ExtendedBorders property, and try to disable and enable Windows themes.
Borders will be hidden and shown in this case. It's similar to your problem?
ExtendedBorders is invisible when system shows a copy of screen, because layered windows can't be copied there…It's a conflict between AC and Windowblinds.
Cause is unknown at moment. Windowblinds replaces a system Dll's as I know, maybe some standard procedures have a little differences in behaviour…July 31, 2009 at 12:49 pm in reply to: Problem with popupborder of TcxShellcombobox (DevExpress) #40116Hello
This patch was made for solving of DevExpress problems. Try latest release, more changes was made there.Hello
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) #40091Try 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.Try 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.
Thank you
Problem is linked with using of glowing effect and will be solved in the version 6.42Solution 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)Hello
Maybe your problem is similar to problems which discussed there?
Look this topic.These dialogs will be supported soon I think.
Hello 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.I 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.Check the nearest release, this problem must be solved there, I think.
What language do you uses?
Thank you for info, this code will be tried in the next release.
Thank you for demo. Why you are using UpdateSkin there?
I can't unpack the file <img src="style_emoticons//sad.gif” style=”vertical-align:middle” emoid=”:(” border=”0″ alt=”sad.gif” />
Damaged? -
AuthorPosts