Re: TextBox and Other Boxes not working
Are you creating you UI with GWT Java or UiBinder? FlexTable only
supports adding children in the context of a GWT Java class. It does
not allow children when used in a UiBinder layout.
If you try to add a child in the UiBinder source, it results in an
illegal GWT state. It does not sounds like GWT Designer "crashed" at
all. It sounds like it reported a legitimate parsing problem (which
would be expected behavior in that case). If GWT Designer were to
actually crash, the editor itself would close, and it would not report
an error message.
On Apr 27, 3:00 pm, ashu <2as...@gmail.com> wrote:
> I am designing a page using GWT designer and this is the hierarchy
>
> rootPanel
> ||
> VerticalPanel
> ||
> FlexTable
>
> Now whenever I try to add a textbox to Flextable the mouse just
> doesn't pick it. and I 'm unable to add it.
> When I switch to Editor mode I can add the textbox and it shows no
> error. But just when I switch to Designer mode the GWT designer
> crashes and says it is unable to parse.
>
> Am I doing something wrong or is it a bug?
>
> Awaiting reply.
> Regards
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home