[CLOSED] Multiline Text Problem in StatusBar

  1. #1

    [CLOSED] Multiline Text Problem in StatusBar


    I'm not sure if I am doing something wrong.
    When I try to set status of a StatusBar object with the following code, only the first line is displayed.
    If I remove "<br>" tag then the text does not wrap and only part of the text becomes visible.

    sbStatus.SetStatus("One or more fields are blank. <br>Please fill all required fields and try again.");
    Is this the intented behavior for StatusBar?

    Thanks
  2. #2

    RE: [CLOSED] Multiline Text Problem in StatusBar

    Hi,

    StatusBar has fixed height. Therefore you don't see second line. You can use single-line strings only.


    Also this example can be interesting for you (ValidationStatus plugin). Please see in SVN
    Coolite.Examples\Examples\Toolbar\StatusBar\Advanc ed\



Similar Threads

  1. [CLOSED] How to: TextField with multiline text and new lines
    By digitek in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 20, 2011, 12:57 PM
  2. Replies: 4
    Last Post: Nov 09, 2011, 4:58 AM
  3. group header text multiline problem
    By wp_joju in forum 1.x Help
    Replies: 0
    Last Post: Dec 21, 2010, 10:54 AM
  4. Problem with multiline textfield.
    By jmilton in forum 1.x Help
    Replies: 1
    Last Post: Oct 11, 2010, 2:20 PM
  5. [CLOSED] Change color of text in <ext:StatusBar
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 11
    Last Post: Nov 28, 2008, 7:16 AM

Posting Permissions