Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Shell and focus
Shell and focus [message #449755] Fri, 28 January 2005 20:28 Go to next message
Morten Moeller is currently offline Morten MoellerFriend
Messages: 4
Registered: July 2009
Junior Member
I want to open a shell without giving it focus (like a tooltip). It seems
that when I open a shell it takes the focus from my other shell(eclipse
itself). Is there anything particular you have todo?
Re: Shell and focus [message #449925 is a reply to message #449755] Mon, 31 January 2005 16:41 Go to previous message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
Create the shell with SWT.ON_TOP and use Shell.setVisible() instead of
Shell.open().

"Morten Moeller" <myname(with.between names)@lombardisoftware.com> wrote in
message news:cte786$4dm$1@www.eclipse.org...
> I want to open a shell without giving it focus (like a tooltip). It seems
> that when I open a shell it takes the focus from my other shell(eclipse
> itself). Is there anything particular you have todo?
Previous Topic:SWT GC - Rendering quality, API, etc
Next Topic:Can I set the size of a FileDialog
Goto Forum:
  


Current Time: Thu Apr 25 14:03:16 GMT 2024

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

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

Back to the top