Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Starting RCP app as minimized
Starting RCP app as minimized [message #450977] Tue, 13 June 2006 17:56 Go to next message
Ash Maurya is currently offline Ash MauryaFriend
Messages: 23
Registered: July 2009
Location: Austin, TX
Junior Member
Hi all -

Is there a way to start an RCP app as minimized?

Thanks,

Ash


Founder, WiredReach (makers of BoxCloud and CloudFire)
blog: http://www.ashmaurya.com
Re: Starting RCP app as minimized [message #450978 is a reply to message #450977] Tue, 13 June 2006 18:04 Go to previous messageGo to next message
Nicole Schumacher is currently offline Nicole SchumacherFriend
Messages: 40
Registered: July 2009
Member
Hi,

yes, the following code shows how:
Shell shell =
TestPlugin.getDefault().getWorkbench().getActiveWorkbenchWin dow().getShell();
shell.setMinimized(true);

nicole

Ash Maurya wrote:
> Hi all -
> Is there a way to start an RCP app as minimized?
> Thanks,
>
> Ash
>
Re: Starting RCP app as minimized [message #450990 is a reply to message #450978] Wed, 14 June 2006 03:31 Go to previous message
Ash Maurya is currently offline Ash MauryaFriend
Messages: 23
Registered: July 2009
Location: Austin, TX
Junior Member
Should have been a little more specific:

Is there a command-line argument that one can pass to the Eclipse launcher
to start an RCP app as minimized?

If not, I guess we can always write one...

Thanks,

Ash


Founder, WiredReach (makers of BoxCloud and CloudFire)
blog: http://www.ashmaurya.com
Previous Topic:Webstart and Help
Next Topic:Cannot find files in the root directory of a fragment
Goto Forum:
  


Current Time: Tue Sep 24 16:59:50 GMT 2024

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

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

Back to the top