<https://lh3.googleusercontent.com/-vPKFVLSWeQo/URzFXsUUe7I/AAAAAAAAAEc/0znePWqow5Y/s1600/installed.png>
GWTDesigner will not open a class in design view if its parent components
constructor does not call initWidget, it chokes with that all too familiar
this UIObject's element is not set .... I need to make this call in the
child and not the parent.
public abstract class A extends composite {
public A() {
// no initWidget call
}
...
public class B extends A {
MyCustomPanel panel
public B() {
...
initWidget(panel);
Wasn't able to move the image to the bottom
Thanks
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.