Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Shell not resizing
Shell not resizing [message #460490] Mon, 29 August 2005 19:27 Go to next message
Eclipse UserFriend
Originally posted by: jens.gruesshaber.web.de

I'm new to SWT and trying to get a simple HelloWorld example to work under
Mac OS X 3.9

The Windows displays, but it isn't movable or resizable, I can't bring it
on top and the simple button I added isn't visible. The only thing I can
do with that window is closing it.

I've tryed different Styles as well as no Style at all...

I'm working with eclipse 3.1 and SWT 3.0.

Thanks for your help
Jens
Re: Shell not resizing [message #460520 is a reply to message #460490] Tue, 30 August 2005 16:34 Go to previous message
Eclipse UserFriend
Originally posted by: ddana78ar.yahoo.com.ar

Try to replace your Shell declaration with this:

Shell shell = new Shell(display);

and you'll resize your window. Otherwise, send some code of that HelloWord.
DD
Previous Topic:Can 'Tree' set the image?
Next Topic:SWT Browser and JavaScript
Goto Forum:
  


Current Time: Wed Jul 02 07:08:02 EDT 2025

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

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

Back to the top