[ http://jira.springframework.org/browse/RCP-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=40230#action_40230 ]
Brad Maupin commented on RCP-566:
---------------------------------
I do have my own lifecycleadvisor, but I had to create a different application launcher to provide the ability to close the splash screen w/o using SwingUtilities.invokeLater. I call this splash screen closer from the applicationLifecycle's onCommandsCreated(). I was executing the login command from onCommandsCreated(), but since there would be no Windows TaskBar entry I now execute my login command from onWindowOpened() (I have only 1 ApplicationWindow - MDI).
> Hide splash screen before showing main application window.
> ----------------------------------------------------------
>
> Key: RCP-566
> URL: http://jira.springframework.org/browse/RCP-566
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Application Framework
> Affects Versions: 1.0.0
> Environment: Windows XP
> Reporter: Brad Maupin
> Priority: Minor
> Fix For: 1.x
>
>
> My application first displays a login form before displaying the main application window. The splash screen is still visible when the login form is displayed. It would be nice to be able to hide the splash screen before showing the login form.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|