Forum Replies Created
-
AuthorPosts
-
Thank you for information, I will research a patched file that you sent to me.
'STR1KE0UT' wrote:With that said, could you explain how i could accomplish this in the skin editor?Hello
FORMTITLE section used for a title skinning in forms and dialogs.
So, you can edit this section and receive a changed caption in dialogs…
Hi
This behaviour is not implemented yet.
Hello
You have files from previous AlphaControls version, seems. These files are reason of conflicts because Delphi uses them.
If you can share your PC with me then I can solve a problem quickly.
'HeDiBo' wrote:I did some more testing and found that only if I build the test project without packages, then I get the problem but only when running in the IDE.You meant a using of the “Build with run-time packages” option?
Hello
Try the v7.44 please.
Sometimes I see a blinking of the title after the button clicking. You meant this blinking?
Hello
I'm sorry, I hadn't a time for fixing because new version was in testing before release already.
What I should to do in the demo? Just click a button? I don't see a described problem after the button click.
Hello!
Vista dialogs skiining is in plans already. I hope they will be skinned on this summer.
I'm sorry, but there is no ways for a changing of dialog title skin in run-time. This title may be changed in a skin editor only.
Hello
I can't say why it happens because don't know how your application is implemented.
I'm sure that if you make a new application then this application will be skinned.
Maybe you can share your PC with me and I'll check it?
I can't reproduce it still, but I'll try more on other machines.
You have this issue under Vista only? Can you check it please?
Hello
Can this effect be reproduced in a new application?
Image of hint is rendered before showing now. I will search a solution.
I think I understand a problem now.
I'll plan to make a new component later. This component will take icons from AlphaImageList and change size to any other on the fly.
This component will be inherited from standard ImageList and may be used as ImageList.
'mol' wrote:Serge, the access violation I described in post no.3 is still there in v. 7.43. Can you check? Thanks!I can't reproduce it unfortunately.
Can you show me a callstack for the error? Can you share your PC with me?
Hello
Can you show me an example please?
'jars' wrote:Hi, is there any way to change the sScrollBar color?Color of this control may be changed in a skin only.
Why you want to copy it? You can just change Width and Height properties in the AlphaImageList component…
'mol' wrote:Sorry for the late answer, I missed your post.
No, that is not normal. Actually, when I remove all AlphaControls (including manually removing all references to sSkinManager and sSkinProvider) from the project, I see what you've uploaded as “BeforeCS5.jpg”.
And colors are not changed after start of CS5 when skins are disabled?
I see that behaviour of this menu is not stable even if skins are not used…
'Ina_Marfiani' wrote:Hello 😉 .. sample projects that you provided, does not fit with what I expect .. I mean, how to display frames / TFrame into the form when I press the button .. can you upload example project again, thanks in advance ^_^
Code:var
CurrentFrame: TFrame;begin
CurrentFrame := TFrame.Create(Form1);
CurrentFrame.Parent := Form1;
end; -
AuthorPosts