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.
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).