TsStatusBar & TsProgressBar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #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 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.