Forum Replies Created
-
AuthorPosts
-
Hi and thanks for demo, I'll try to solve it soon.
Hi
I'll try to fix it soon.
Hello and thank you for message.
Problem must be solved already in the v6.45, try it please.Hello and thank you for the demo. The problem will be solved in the nearest release.
Just AlphaControls have more additional features.
You must disable SkinManager.AnimEffects.FormShow.Active property.
Also ExtendedBorders will not work, you must disable it too.This feature is added in ToDo list and will be implemented later I think.
In the AlphaControls v6.45 you can do it using SkinProvider.OnAddItem event.
Write here a code like this :CODEprocedure TForm1.sSkinProvider1SkinItem(Item: TComponent; var CanBeAdded: Boolean; var SkinSection: String);
begin
if Item = Panel1 then SkinSection := 'HINT';
end;
Standard panel must be defined in the SkinManager.ThirdParty property for skinning.Hello
You should receive a notification about a password changing by email. You have it?
All notifications was sent to you and I haven't a “delivery failure” message for your address, maybe you have a SpamBox where was placed these notifications? Check it please.This control may be added into ThirdParty list as 'Edit' and scrolls will be skinned.
TsButton and TsBitBtn controls have the ShowFocus property.
Tabs always have focus rectangle if TabStop property is True and Focused.Hello
Not all third-party controls are supported now. Support of some controls will be added soon, but some some controls (like Outlook Bar) can't be supported now.QUOTE (mrdutchie @ Sep 8 2009, 05:53 PM) <{POST_SNAPBACK}>I do see a few Rzr components in the 3rd party screen, but wondering if thats the same.
If control exists in the predefined list then this control was tested and supported.Hi
It's not implemented in ComboBox. I think you can organize it in the program by making an array with hidden values or you can use LookupComboBox…This problem will be solved in the v6.45 I think, thank you for info.
Please give a more info, a little demo with problem – the best help.
Hello, demo is needed
Audreyn, maybe you can make a little demo? It can help to solve a problem quickly.
Also, what version of Windows where this problem is exists?Hello
You must update used skins to latest versions (internal skins must be reloaded too), try it please.This problem will be solved in the v6.45 I think.
Hello Sereby, could you show an example of code – how you are creating this frame?
Do you uses DLL's?Hello Luciano
Please try to make a little test-application with such trouble, because I can't receive a white column headers.
They have a color from skin on my PC.
What skin do you uses? -
AuthorPosts