Forum Replies Created
-
AuthorPosts
-
Support
KeymasterHello
Sorry, I not quite understand a question, but you can use ASkinDemo project sources for learning.
You can find many useful code there…Support
KeymasterHello 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?Support
KeymasterWe must be sure that problem is in gauge animation.
Could you disable this animation and check a CPU usage?Support
KeymasterHello
I'll research this situation soon, thank you for message.Support
KeymasterHello
You have an error message in this situation?
Are you sure that skins was found and application can load them?Support
KeymasterHello
This glyph will not be repainted automatically, please use UpdateSkinCaption(SkinProvider : TsSkinProvider) procedure for repainting the form caption.
Support
KeymasterПросьба уточнить, это демо правильно работает или нет?
И с какой версией пакета компилировалось?Support
KeymasterОн добавляется как Grid там?
А если как Edit добавить?Support
KeymasterSupport
KeymasterЛучше демку запостить, где это не меняется.
Support
KeymasterTry the attached skin please, CPU usage was changed?
Please compare with WMP 2008Support
KeymasterYou have a files from old AlphaControls version seems.
Please be sure that all files are removed (Dcu and Bpl too) before new version installation.Support
Keymasteri 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.
Support
KeymasterHello
It's a possible to make a little demo-program with this exception?
Support
KeymasterHello
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.Support
KeymasterХорошо было бы глянуть, как это выглядело в версии 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 #40354Support
KeymasterSupport
KeymasterI'll try to optimize this animation soon. Which skin have slow animation?
Support
KeymasterTry 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