Thanks Thomas. Now as I know somebody have the same problem, I might try to do the workaround suggested, even though I have no idea what the workaround suggested mean.
On Jan 29, 1:24 am, Thomas Broyer <[email protected]> wrote: > On Jan 28, 4:20 pm, erha <[email protected]> wrote: > > > > > I am trying out the UiBinder on GWT 2.0.0. > > > Has been playing around for one week. And I could say, well done... > > The UI design is now much simpler... > > > But I have one issue which I cannot resolve so far. > [...] > > public class StackLayoutPanelEx extends StackLayoutPanel > [...] > > <a:StackLayoutPanelEx unit='EM' ui:field='leftPanel'> > > <a:stack> > > <a:customHeader size='1.5'> > > <a:Label text='Testing'/> > > </a:customHeader> > > <g:FlowPanel ui:field='myPanel'> > > </g:FlowPanel> > > </a:stack> > > </a:StackLayoutPanelEx> > > > Well, no complain from Eclipse when I save this. > > > When I try to run in dev mode, an error occurs: > > [ERROR] Line 27: Type mismatch: cannot convert from StackLayoutPanel > > to StackLayoutPanelEx > [...] > > Anybody have the same problem? > > http://code.google.com/p/google-web-toolkit/issues/detail?id=4342 -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
