Results 1 to 3 of 3

Thread: How can I add a progress bar in the startUpPage

  1. #1
    Join Date
    Jun 2008
    Posts
    6

    Default How can I add a progress bar in the startUpPage

    Hi guys,

    It's my first use of Spring RCP and I want to add a progress bar when the user launch the application.
    I guess It may be added like the splash-screen but I don't see how can I do that.

    why a progressBar ?
    Because I am filling a table so it may take a few time.

    If you have some idea .. please reply.

    Thank you.

    aa
    EDIT :
    I don't want to add the progress bar into the startupPage but when I am launching the application.
    Sorry.

  2. #2
    Join Date
    Mar 2007
    Location
    Oudenaarde
    Posts
    294

    Default

    You could use ProgressSplashScreen for this. You'll have to provide a ProgressMonitor that keeps an eye on filling the table. Or you can just set the splashscreen's progressbar on indetermined.
    MSN: PM me please
    Skype: doclo_lieven

    Spring Rich Client Project Lead

  3. #3
    Join Date
    Jun 2008
    Posts
    6

    Default

    Thanks for your reply.

    I just set the showProgressLabel property to true in my startup.xml file.

    Thank you.

Posting Permissions

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