Forum Replies Created
-
AuthorPosts
-
Maybe such skin will be available soon.
Of course it's possible, using AskinEditor tool it's easy.
Thanks for message, I'll be thinking about it soon.
July 14, 2009 at 5:14 am in reply to: How to determine required button width based on caption? #39916Size of button and position of content are same as in standard mode.
Maybe some visual illusion exists when skinned borders is drawn.Yes <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />
Maybe some specific soft was installed on this system? (like WindowBlinds or similar)
Could you ask it?I'm sorry, I can't repeat it. Could you make a demo?
Thanks.July 14, 2009 at 4:54 am in reply to: Problem with popupborder of TcxShellcombobox (DevExpress) #39912Yes, only TcxShellListView problem solving was promised in this version.
Other DevEx controls takes more time.Why TNTUNICODE part was removed?
What purpose of this reverting?Sorry for trouble, try this file please.
July 14, 2009 at 4:44 am in reply to: Compilation problem (AlphaSkins 6.40 + BCB6 + TntUnicode) #39909Checking for the compiler version will be added in the next release, thanks.
Will be changed in the next release, thank you for the information!
Please write an error messages which you have.
TcxPageControl is not a standard PageControl component and can't be skinned as PageControl.
Special handler must be added for it or LookAndFeel property must be used. But this control must be researched firstly.July 10, 2009 at 8:30 am in reply to: How to determine required button width based on caption? #39869AlphaSkins do not changes a sizes of such controls like buttons or edits. Could you show a little demo? )
Thank you for the info, I'll try it soon.
Hello
I'll try to solve this problem soon.PS. But I'm not sure that this menu may be skinned automatically.
You can try to add this line into VTHeaderPopupMenu1Popup event :CODE(sSkinManager1.SkinableMenus.HookPopupMenu(VTHeaderPopupMenu1, sSkinManager1.Active);July 10, 2009 at 7:45 am in reply to: Problem with popupborder of TcxShellcombobox (DevExpress) #39865Problem with headers will be solved in the nearest release.
Hello
Hiding will be possible in the next release I think by using a function like this :CODEprocedure FadeControls(ctrl : Array of TwinControl; IsVisible : boolean);
var element : TwinControl;
begin
for element in ctrl do
begin
PrepareForAnimation(element);
element.Visible := IsVisible;
AnimShowControl(element, 250);
end;
end;AuthorPosts