Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » splash screen(How to close splash screen in eclipse rcp)
splash screen [message #1008328] Mon, 11 February 2013 22:58 Go to next message
Mahesh Acharya is currently offline Mahesh AcharyaFriend
Messages: 1
Registered: February 2013
Junior Member
An splash.bmp is used as the splash screen. It closes after about 5-6 minutes of the application being run. I want it to close as soon as some ui displays. I tried using Platform.endSplash() and also applicationRunning() of application context just before PlatformUI.createAndRunWorkbench(display, new ApplicationWorkbenchAdvisor()).

It fails to close the splash screen.

Any suggestions would be helpful. It would also be okey if I could close the splash screen after about 10 -15 seconds.
Re: splash screen [message #1018137 is a reply to message #1008328] Wed, 13 March 2013 08:33 Go to previous message
Sandeep Yohans is currently offline Sandeep YohansFriend
Messages: 10
Registered: April 2012
Location: Nagpur, India
Junior Member
don't know much in this area but may be this will help you...give a try by calling dispose() method as -

public void dispose() {
		shell.close();
	}
Previous Topic:Linking copied project to SVN
Next Topic:CUSTOMIZING GETTER SETTER
Goto Forum:
  


Current Time: Fri Apr 26 17:33:17 GMT 2024

Powered by FUDForum. Page generated in 0.09120 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top