Community
Participate
Working Groups
At the moment DialogView can not be edited with SWT-Designer, because it does not inherit from a SWT/JFace UI-Class known to SWT-Designer.
Created attachment 144011 [details] Patch to make DialogView editable with SWT-Designer + Testcase
Created attachment 144018 [details] Modifications for LoginDialog so SWT-Designer can parse it - replaced all static GridData-Member with local instances - added parent.setLayout(new GridLayout) so SWT-Designer knows that a layout is set
fixed and committed....thanks Steffen