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. ...
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 ...
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 ...
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 ...
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 ...
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 ...
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
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 ...