How to show progressbar in form-titlebar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #70850
    ralfiii
    Participant

    Hello!
    (how) Is it possible to show a progressbar in the title bar of a form.

    At the moment I use a progress bar in TsStatusbar + a TProgressbar, but customers complain that that’s too much vertical space given that the progress bar is visible very rarely.

    I’d like to move the progress to the title bar, ideally right aligned just next to the min/max/close buttons.

    Thanks for tips.

    #70956
    Support
    Keymaster

    Hello Ralfii
    Sorry for a long time without answer. Unfortunately, drawing of progress in the title is not implemented. I have only one idea how to emulate this – draw your own progress and show the image in the Glyph property of the TsTitleBar.TitleItem (the Style property will be better to change to bsInfo).

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