Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » How to make dialog shell not appear in the Windows taskbar?
How to make dialog shell not appear in the Windows taskbar? [message #438458] Thu, 24 June 2004 20:15 Go to next message
Michal Tkacz is currently offline Michal TkaczFriend
Messages: 105
Registered: July 2009
Senior Member
Dialog windows in Eclipse (e.g. Preferences) do not appear in the Windows taskbar.
How can I achieve the same effect using SWT in my application?

Thanks for an answer

Michal Tkacz
Re: How to make dialog shell not appear in the Windows taskbar? [message #438459 is a reply to message #438458] Thu, 24 June 2004 20:37 Go to previous messageGo to next message
Daniel Spiewak is currently offline Daniel SpiewakFriend
Messages: 263
Registered: July 2009
Senior Member
Check the source. My assumption was that the Eclipse dialogs were
nothing more than Shell(s) with different trim constants.

Daniel

Michal Tkacz wrote:

> Dialog windows in Eclipse (e.g. Preferences) do not appear in the
> Windows taskbar.
> How can I achieve the same effect using SWT in my application?
>
> Thanks for an answer
>
> Michal Tkacz
Re: How to make dialog shell not appear in the Windows taskbar? [message #438467 is a reply to message #438458] Fri, 25 June 2004 05:27 Go to previous messageGo to next message
frank jania is currently offline frank janiaFriend
Messages: 13
Registered: July 2009
Junior Member
if the parent of the shell is another shell, as opposed to the display,
it will not appear in the taskbar.
Re: How to make dialog shell not appear in the Windows taskbar? [message #438517 is a reply to message #438467] Sun, 27 June 2004 13:07 Go to previous message
Michal Tkacz is currently offline Michal TkaczFriend
Messages: 105
Registered: July 2009
Senior Member
Frank Jania napisał(a):
> if the parent of the shell is another shell, as opposed to the display,
> it will not appear in the taskbar.

Thanks. I've just noticed that the Shell object I was passing to the constructor was (by accident) null :/

Michał Tkacz
Previous Topic:Specific MenuItem Addition
Next Topic:Start OSX Java ?
Goto Forum:
  


Current Time: Fri Apr 26 10:31:36 GMT 2024

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

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

Back to the top