StatusBar « Development « Spring Q&A





1. Status bar always visible?    forum.springsource.org

Status bar always visible? I don't want the status bar to be visible. So I did the following: ApplicationLifecycleAdvisor.onPreWindowOpen(Applic ationWindowConfigurer configurer){ super(configurer); configurer.setShowStatusBar(false); } But the status bar is still visible. ...

2. StatusBar Progress    forum.springsource.org

StatusBar Progress Hi Could someone show a concrete example of how to use the StatusBar / Progress bar from package org.springframework.richclient.progress; Let's say that my form does something that will take ...

3. Change the looks of the statusbar    forum.springsource.org

4. How to connect ValidationResults with statusbar?    forum.springsource.org

Hello, What is the most simple way to get the ValidationResults of a form into the statusbar? Currently, I use this code: Code: getFormModel().getValidationResults().addValidationListener(new ValidationListener () { public void validationResultsChanged (ValidationResults ...

5. Updating the text in the statusbar of the Simple App sample    forum.springsource.org

Updating the text in the statusbar of the Simple App sample Hi, I'm currently testing the Simple Application sample that is shipped along with Spring Rich Client, and I saw something ...

6. Using StatusBar / ProgressMonitor    forum.springsource.org

Spring RCP has a StatusBar which contains a ProgressMonitor. org.springframework.richclient.progress.StatusBar Has anybody managed to use this in the main thread? How would you be able to call a remote server call ...

7. Changing the StatusBar    forum.springsource.org

Changing the StatusBar Hi I'm trying to change the StatusBar to split it to have a section for scrolling messages. I'm a bit surprise that quite a few interfaces are using ...

8. new StatusBar api    forum.springsource.org

I updated the StatusBar api. A StatusBar interface has been added, with a default implementation. This makes it easier to create new implementations. regards, Peter

9. Field next to status bar    forum.springsource.org





10. Upgrade to 1.0.0 - splash/statusbar    forum.springsource.org

Upgrade to 1.0.0 - splash/statusbar Hi all, Just starting to dive into Spring RCP as I've picked up a project that was already using it (v0.2.1). We decided to update to ...