Forum Replies Created
-
AuthorPosts
-
SupportKeymaster
Hello
Sorry, I not quite understand a question, but you can use ASkinDemo project sources for learning.
You can find many useful code there…SupportKeymasterHello Giuseppe
Most problems will be solved in the new release soon.
Problem №1 may be solved if you will use “Application.MainFormOnTaskBar := True;” string in the project file (new projects have this line inserted by default in BDS), please try it.
Problem №6 with label I can't reproduce, but I'll try more.
For solving the problem with Ribbon you can disable the SkinProvider.DrawNonClientArea property
QUOTE3-The customisation bar form have the TabControl not skinned.
It's a standard TabControl?
You have added standard controls to the SkinManager.ThirdParty list?SupportKeymasterWe must be sure that problem is in gauge animation.
Could you disable this animation and check a CPU usage?SupportKeymasterHello
I'll research this situation soon, thank you for message.SupportKeymasterHello
You have an error message in this situation?
Are you sure that skins was found and application can load them?SupportKeymasterHello
This glyph will not be repainted automatically, please use UpdateSkinCaption(SkinProvider : TsSkinProvider) procedure for repainting the form caption.
SupportKeymasterПросьба уточнить, это демо правильно работает или нет?
И с какой версией пакета компилировалось?SupportKeymasterОн добавляется как Grid там?
А если как Edit добавить?SupportKeymasterSupportKeymasterЛучше демку запостить, где это не меняется.
SupportKeymasterTry the attached skin please, CPU usage was changed?
Please compare with WMP 2008SupportKeymasterYou have a files from old AlphaControls version seems.
Please be sure that all files are removed (Dcu and Bpl too) before new version installation.SupportKeymasteri looked at the 3rdparty items. i see them on the right. do I need to add them from right to left ?
can't find a manual on the site.Yes, must be added from right to left list, manual will be ready soon.
QUOTEand don't see a Toolbar2000 option eitherYes, it's can't be supported now unfortunately.
SupportKeymasterHello
It's a possible to make a little demo-program with this exception?
SupportKeymasterHello
You haven't added required ThirdParty and standard controls to theSkinManager.ThirdParty list, seems.
Try to add all required types there, it's easy in the design-time editor.SupportKeymasterХорошо было бы глянуть, как это выглядело в версии 6.42 Ничего в этой области не менялось и нет разницы между этими двумя версиями.
PS. Если есть желание иметь цвет формы отличный от определенной в скине, то нужно установить свойство SkinProvider.SkinData.CustomColor в True
September 3, 2009 at 11:18 am in reply to: Setting (a TPageControl instance).ActivePageIndex does not skin child controls #40354SupportKeymasterSupportKeymasterI'll try to optimize this animation soon. Which skin have slow animation?
SupportKeymasterTry to call LoadThirdNames(sm : TsSkinManager; Overwrite : boolean = False) procedure after ThirdPartyList filling. Internal data will be updated in this case and maybe it helps in your problem.
If not – please write again and demo program will be very useful. -
AuthorPosts