Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Remove Taskbar presence completely on parent shell
Remove Taskbar presence completely on parent shell [message #451555] Wed, 02 March 2005 20:54 Go to next message
Marc Schaubach is currently offline Marc SchaubachFriend
Messages: 5
Registered: July 2009
Junior Member
Hello!

FP.. so be kind ;)

I am trying to develop a completely Desktop application (somthing like a
SuperKaramba app) that sits on the desktop and does not have a window
boarder (easy -- SWT.MODELESS on the shell) and does NOT have a Taskbar
entry.

Is there a way to completely get rid of the taskbar presence on a parent
shell? I know that children shells on the parent do not have a taskbar
presence.. but how can I do this on the parent?

Thanks for any help for this noob.
Re: Remove Taskbar presence completely on parent shell [message #456785 is a reply to message #451555] Wed, 08 June 2005 15:10 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
Here's a second response <g>...

Creating the shell with style SWT.ON_TOP should keep it out of the task bar,
and since it will no longer be managed by the window manager, it will also
not have the typical window trimmings.

Grant

"Marc Schaubach" <omschaub@gmail.remove.com> wrote in message
news:d059bg$ctv$1@www.eclipse.org...
> Hello!
>
> FP.. so be kind ;)
>
> I am trying to develop a completely Desktop application (somthing like a
> SuperKaramba app) that sits on the desktop and does not have a window
> boarder (easy -- SWT.MODELESS on the shell) and does NOT have a Taskbar
> entry.
>
> Is there a way to completely get rid of the taskbar presence on a parent
> shell? I know that children shells on the parent do not have a taskbar
> presence.. but how can I do this on the parent?
>
> Thanks for any help for this noob.
Previous Topic:How do I build the native libraries for SWT on Linux?
Next Topic:Multipage XML editor
Goto Forum:
  


Current Time: Fri Apr 19 21:17:45 GMT 2024

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

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

Back to the top