TsStatusBar & TsProgressBar

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37290
    Gregory.P
    Participant

    TsProgressBar Parent TsStatusBar

    TsProgressBar Align = alRight

    [attachment=8103:ezgif.com-video-to-gif.gif]

    thank you

    #56028
    TAZ
    Participant

    Using a status bar as a container for other controls has always been a problematic iffy when the form is sizable. You have to add code in the form's resize event to control something like what you are doing.

    I use a TsPanel and set its SkinSection to STATUSBAR. Works perfectly and you cannot tell the difference.

    Just a thought.

    #56029
    Gregory.P
    Participant
    'TAZ' wrote:

    Using a status bar as a container for other controls has always been a problematic iffy when the form is sizable. You have to add code in the form's resize event to control something like what you are doing.

    I use a TsPanel and set its SkinSection to STATUSBAR. Works perfectly and you cannot tell the difference.

    Just a thought.

    thank you TAZ :a3:

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