Bug in sToolbar?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #35289
    alweis
    Participant

    Hello Serge,

    I have encountered a problem with sToolBar. When you double click on the Toolbar this should display the toobar configuration dialog but for some reason this does not happen. For the moment I can use Delphi toolbar which works properly and also looks OK. I just thought you would like to know about the problem.

    Best Regards,

    Al

    #48681
    Hamilton
    Participant

    I can't repro this error with the latest AC and Delphi 2010. Have you set the Customizable flag of the TsToolBar?

    Regards,

    Hamilton

    #48682
    Hamilton
    Participant

    If you do get the dialog to work then you might want to replace it with your own custom form anyway because it doesn't look 'perfect' with most skins; for instance, the buttons text fits very tightly and the skins that change the font (most of them) often cause the button caption to wrap to a second line. Also, I know I don't use these dialogs in any of my apps because they used to be *extremely* buggy and unreliable (disclaimer: that may be a bias from a long time ago that is no longer warranted). GL.

    Regards,

    Hamilton

    #48684
    alweis
    Participant

    Thanks for the response.

    Yes the Customizable flag is set. I was finally able to get the dialog to open using SendMessage(TB_CUSTOMIZE, 0, 0). Hamilton, I am using Delphi XE. As you pointed out, once I got the dialog to open it is not properly dislayed out and is extremely buggy.

    This would be a nice feature but it is not worth the effort to implement it properly.

    Please consider this case closed.

    #48698
    Support
    Keymaster

    Hello

    I'll try to improve it in the nearest release.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.