Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] how can i dynamicly change the size of control when application is running?


Search the eclipse web site (http://www.eclipse.org/search/search.cgi) for "GUI Builder", "GUI Designer", "GUI Editor", "Visual Builder", "Visual Designer", or "Visual Editor".
You will get *thousands* of hits because the topic has been discussed many times.
There are several products out there.
One I can think of off the top of my head is http://www.swt-designer.com/
Or you can follow progress on the Visual Editor project: http://www.eclipse.org/vep

In future, please post questions of this nature to the SWT newsgroup (news://news.eclipse.org/eclipse.platform.swt).

Carolyn



"郑刚" <winzhen@xxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

11/24/2003 09:38 PM

Please respond to
platform-swt-dev

To
<platform-swt-dev@xxxxxxxxxxx>
cc
Subject
[platform-swt-dev] how can i dynamicly change the size of control when application is running?





hi,
 
If we set layoutdata value(for example,FILL_BOTH) of one control,the size of this control will change when its parent control resize.But if its parent control doesn't resize when the swt application is running,how can i change the size of the contorl just using mouse or keyboard?
 
in other words,when we use delphi,visual basic,or other tool to design a GUI,we can drag and drop controls,change the position and size of controls.So it is the easy and rapid way to generate a GUI.And the GUI implemented by SWT is beautiful,but needed write lots of codes.Can we use SWT to write a tool to disign GUI just by draging and droping controls,changing the position and size of controls?
Is there some examples or thoughts about this?

Back to the top