Adding a list of items to a widget using UiBinder

2009-12-12 Thread Dave Finch
Hi, I am using the UiBinder mechanism in GWT 2.0 and have created a standard text field that includes a label, required icon etc. which all works great. The field also includes a list of validation rules which i currently add from the java code in my form class but i would like to include them

Re: Adding a list of items to a widget using UiBinder

2009-12-12 Thread Dave Finch
if it is not a Widget. On Dec 12, 1:36 pm, Dave Finch finch.d...@googlemail.com wrote: Hi, I am using the UiBinder mechanism in GWT 2.0 and have created a standard text field that includes a label, required icon etc. which all works great. The field also includes a list of validation rules which i

Re: 1.6 Compile problem on Mac OSX

2009-04-20 Thread Dave Finch
Thanks everyone for the replies. I'll work around it for now, I always have a windows VM if need be. Dave --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

1.6 Compile problem on Mac OSX

2009-04-15 Thread Dave Finch
Hi, I am using the new eclipse (3.4) plugin with GWT 1.6.4 on Mac OSX 10.5. Everything works great when my project is using Java 5 but when I switch to Java 6 and try to GWT compile I get the following error: Invalid memory access of location rip=01160767 This is a problem for me