|
| Re: custom GUI component error! [message #891814 is a reply to message #891731] |
Tue, 26 June 2012 02:33   |
|
Hi
As I saw in your code you used SWT classes in your client(-model-)code. This is wrong. SWT classes belong only into ui-plugins such as my.application.ui.swt or .rwt and never in model-plugins such as my.application.client. If your code depends on keeping a widget instance in the model you'd have to take an Object field.
But why don't you insert a button into the form with getConfiguredVisible()->false and set it visible later when everything is OK?
Greetings Stephan
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03521 seconds