Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Fullscreen view
Fullscreen view [message #327387] Thu, 17 April 2008 08:41 Go to next message
Eclipse UserFriend
Originally posted by: automatic.javalobby.org

Hello,

i would like to know if it is possible to create a fullscreen
view with the platform(no frame, no tab!). I would like to have this because i've integrated an OpenGL view and this would be a nice option.
With Eclipse 3.4 a fullscreen application is possible but a undecorated fullscreen view would also be fine.

Is it now (3.3) or later (3.4) possible to maximize a view undecorated programmatically?

Thanks in advance for any answers.
Re: Fullscreen view [message #327425 is a reply to message #327387] Fri, 18 April 2008 13:24 Go to previous messageGo to next message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
Hi,

In 3.4 you use Shell.setFullScreen(boolean) to do this, and this can be done
on an existing Shell. Prior to 3.4 the only way is to create a Shell with
style SWT.NO_TRIM and set its size to the display size
(Display.getBounds()). The latter cannot be done on an existing Shell, only
on a new one.

Grant


"Marcel" <automatic@javalobby.org> wrote in message
news:32947584.53321208421721416.JavaMail.root@cp1.dzone.com...
> Hello,
>
> i would like to know if it is possible to create a fullscreen
> view with the platform(no frame, no tab!). I would like to have this
because i've integrated an OpenGL view and this would be a nice option.
> With Eclipse 3.4 a fullscreen application is possible but a undecorated
fullscreen view would also be fine.
>
> Is it now (3.3) or later (3.4) possible to maximize a view undecorated
programmatically?
>
> Thanks in advance for any answers.
Re: Fullscreen view [message #327431 is a reply to message #327425] Fri, 18 April 2008 15:30 Go to previous message
Eclipse UserFriend
Originally posted by: automatic.javalobby.org

I'm aware of that option. But i want to set a view inside an
rcp application to fullscreen. I've already tried that with
Eclipse 3.4M6 with no success. A fullscreen option would also be handy for other views i have.

But thanks for your reply.
Previous Topic:PopupMenu objectContribution
Next Topic:IProgressService and accessing the UI thread
Goto Forum:
  


Current Time: Wed Jul 17 19:50:20 GMT 2024

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

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

Back to the top