Skip to main content



      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 15:54 Go to next message
Eclipse UserFriend
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 11:10 Go to previous message
Eclipse UserFriend
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: Sun Jul 06 20:42:16 EDT 2025

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

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

Back to the top