Forum Replies Created
-
AuthorPosts
-
Maybe, BorderStyle:= bsSingle?
Hello
You should store and load 3 properties of the TsSkinManager component in this order : SkinDirectory, SkinName, Active
Hello
Can you give me an example of application please? (with sources)
Thank you in advance.
Hello
This component haven't support of DevEx LookAndFeel technology and can't be skinned by this way.
But you can try to add this control into SkinManager.ThirdParty list : Add TcxRichEdit as 'Edit'
Hello
Try to use Synchronize procedure. I think, you have a problem because not uses that.
Thank you very much.
I have tried your Exe and I really see a problem. You have sent Exe compiled with 7.02 version. Could you compile it with 7.32 please, and upload it too?
Hello
Please describe your system configuration. What color scheme used? 32bpp?
Can you show your application? You can link with me by ICQ or MSN and we can talk with more details.
Hello
Skinned borders are not drawn now if caption is not visible.
I think, this behaviour must be changed and I will be thinking how to do that.
Hello
Maybe you haven't rights for accessing this directory from Delphi?
I don't remember it now, I can tell it later.
Why you asking? You have a problem with autoskinning of menus? Some controls may not have a support of that.
Hello
You want to have unskinned borders and title of form? Or you want to remove them?
You can use sSkinProvider.DrawNonClientArea in first case or Form1.BorderStyle := bsNone in second case.
'Peacelyk' wrote:try
Code:sSkinManager1.SkinName := sSkinManager.SkinName;Better solutions exists 🙂 :
http://www.alphaskins.com/forum/index.php?s=&showtopic=3552&view=findpost&p=21510
sSkinManager1.SkinableMenus.HookPopupMenu(sPopupMenu1, True);
Menu items, created in the run-time, must be updated manually in old versions of the package.
Btw. Which version of AlphaControls is used? Menus must be updated automatically in latest versions.
And which control is owner of your menu?
Hello
I'm sorry, but Free Edition of the package haven't support of Devexpress controls.
Hello
Recompiling of the package with TNTUNICODE key is possible if all sources available only.
So, only owners of license with sources can use this feature.
In the Delphi 2009 and newer unicode is supported already automatically.
В основном, эти все константы имеют отношение к работе пакета в Design-time, не думаю что имеет смысл переделывать их под переменные.
Hello
Can you upload an example, please? I haven't this problem..
Standard Windows dialogs (based on MessageBox function, TForm is not used) have language of the current system automatically.
If you uses Delphi dialogs, then you will have buttons captions like 'OK, 'Cancel' on all machines, but when used Windows system dialogs, then on russian PC you will have 'OK', 'Отмена'.
Your solution is based on Delphi TForm. If automatic localization is not required then you can just use Delphi dialogs…
I have made test for buttons, but haven't an error.
Maybe you must show me your component… Can you use TeamViewer tool for sharing of your PC?
Hello
The problem in sPanel occurs because support of panel bevels was added. SkinSection is changed automatically after changing of the BevelOuter property.
So, you can write “pnl.BevelOuter := bvNone” and remove “pnl.SkinData.SkinSection := 'CHECKBOX'”
Also you can write “pnl.SkinData.SkinSection := 'MENUITEM'”, panel will be transparent in this case too.
I will test buttons created in run-time, now.
February 15, 2011 at 7:48 am in reply to: [RESOLVED] TsTrackbar & custom skin not supported anymore? #44869'souch' wrote::read: Is it in the .31 release ?
Yes, you can try already.
-
AuthorPosts