On Jan 28, 4:20 pm, erha <r_hart...@yahoo.com> 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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to