Forum Replies Created
-
AuthorPosts
-
It's not the error, it's just a message that run-time acntBCB2009_R.bpl package was changed and old design-time package can't be loaded now.
So, just recompile and install new acntBCB2009.bpl package.Unfortunately not all captions may be easily changed in run-time, I'll be thinking about a handy mechanism for that.
September 27, 2009 at 10:02 am in reply to: TsTitleButton + long Hint + Window maximized (ASkin 6.41) #40577Hello
Problem with TitleButtons hints will be solved in the v6.45Thank you!
Hello
Here are attached two project files for installing under C++ Builder 2010, please try them.Hey, Jeffijoe
Skins was deployed with Exe?QUOTE (Audreyn @ Sep 11 2009, 10:03 PM) <{POST_SNAPBACK}>the transparency of png´s is not applied.
Please specify a control where this png's are used.Yes, sGauge haven't changes in this version still.
I'll try to optimize it soon.Ok, I will try to make many tests with different configurations and maybe a problem will be solved already.
Hello
Could you describe a problem with maximizing in more details? What bug did you have?
For ListBox (if TsListBox used) try this methods before and after loading :
sListBox1.SkinData.BeginUpdate;
sListBox1.SkinData.EndUpdate;Hello
Three your messages was united to one topic because it's a one question.
Question of multithreading support is not easy. Stable work is depended from purpose of threads creation, from implementing of calls and from other thing.
I think that I must look your application and debug it before answering where is a cause of problem, I need more info.
Could you show it by TeamViewer?PS. If you have a test-application where a problem exists, please send it too.
Hello
Problem must be resolved in the v6.44 already, please try.I will test the package with Win95 soon (I must find a machine with this system firstly).
Hello Mike
Thank you for suggestion, I'll be thinking how to implement it soon.
QUOTE (Giuseppe @ Sep 8 2009, 01:36 PM) <{POST_SNAPBACK}>When I open an MdiChild window the result is like in attached image.
Could you send me an example for this problem? I can't repeat it.
Thanks.I think it's possible, but many manual work required.
You can place a standard toolbar on panel and scroll this toolbar there (move toolbar to left or to right) I think…
Hello
Sorry, I not quite understand a question, but you can use ASkinDemo project sources for learning.
You can find many useful code there…Hello 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?We must be sure that problem is in gauge animation.
Could you disable this animation and check a CPU usage? -
AuthorPosts