Results 1 to 4 of 4

Thread: Rich client statusbar

  1. #1
    Join Date
    Aug 2004
    Location
    Gent
    Posts
    4

    Default Rich client statusbar

    hello,

    I'm devloping an application where it must be possible showing and hiding the statusbar.

    I tried the setvisible, but that doesn't seem to work.

    I'm using following code:
    Code:
    Application.instance().getActiveWindow().getStatusBar().setVisible(selected);
    I get no errors, or something else, the bar hust wont hide.

    Can someone help me?

  2. #2
    Join Date
    Aug 2004
    Location
    Switzerland
    Posts
    32

    Default

    Hi,

    do you meen add and remove the statusbar? Or just clear the messages from the statusbar?

    Claudio

  3. #3
    Join Date
    Aug 2004
    Location
    Gent
    Posts
    4

    Default

    I mean just set the statusbar visible or invisible...

  4. #4
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    There should be two ways to set status bar visibility; one is view the ApplicationAdvisor object which is responible for configuring new ApplicationWindows as they are opened. This is a one-shot thing; however. Calling setVisible() on the status bar control should also work, and I will look into this. Thanks - Keith

Similar Threads

  1. Sharing authentication between webapp & rich client
    By airwave209 in forum Security
    Replies: 6
    Last Post: Jun 5th, 2007, 07:26 AM
  2. Replies: 2
    Last Post: Oct 10th, 2005, 05:12 PM
  3. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM
  4. Rich client example
    By hykiukira2 in forum Security
    Replies: 7
    Last Post: Jan 24th, 2005, 06:16 AM
  5. Replies: 16
    Last Post: Nov 19th, 2004, 09:36 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •