Re: i18n and uiBinder

2010-03-05 Thread fmk11
ove it to the same package where your .xml.ui resides and rename accordingly. On Mar 5, 10:13 am, fmk11 wrote: > Hi, > > I have the same problem; I did not figure out where the generated file > is located. > I'm reading about a -aux option to the compiler; but not sure if this

Re: i18n and uiBinder

2010-03-05 Thread fmk11
Hi, I have the same problem; I did not figure out where the generated file is located. I'm reading about a -aux option to the compiler; but not sure if this is required. Federico. On Feb 16, 10:12 am, ale wrote: > Hi, > I try to add > > ui:generateFormat='com.google.gwt.i18n.rebind.format.Prope

Re: MVP + UiBinder, thoughts?

2009-12-14 Thread fmk11
Very interesting thread; One question .. how does using @UiHandler in the View code maintain MVP? I would like to stick to @UiHandler annotation, but it seems to me that testing will get hurt. My current thinking is going with something similar to what Thomas described above. On Dec 1, 3:33 pm,

Re: For loop with UI Binder

2009-12-14 Thread fmk11
Hi, As far as I understand there is no loop construct. UiBinder It's meant to be a way just to layout your user interface. You can always run your logic on the java side of the UI. On Dec 14, 9:51 am, Vandre wrote: > Hi, I'm new in this group, I  do tried to look for this answer on the > web bu

Re: GWT 2.0 Using External Resources

2009-12-11 Thread fmk11
ec 10, 2:00 pm, Thomas Broyer wrote: > On Dec 10, 3:48 am, fmk11 wrote: > > > Hi, > > > I'm following the new Dev Guide for UiBinder, but I'm encountering a > > problem with the @Resource annotation. Specifically, I'm getting > > compile e

Re: How do I use development mode on an external server via eclipse? GWT 2.0

2009-12-10 Thread fmk11
11:47 am, fmk11 wrote: > No, You do .. just make sure your Dev Mode server is running (from > eclipse), then add ?gwt.codesrv=...  argument to the URL for your > external server and it should work. > > Federico. > > On Dec 10, 11:38 am, Thomas Broyer wrote: > > &

Re: How do I use development mode on an external server via eclipse? GWT 2.0

2009-12-10 Thread fmk11
No, You do .. just make sure your Dev Mode server is running (from eclipse), then add ?gwt.codesrv=... argument to the URL for your external server and it should work. Federico. On Dec 10, 11:38 am, Thomas Broyer wrote: > On Dec 10, 11:13 am, Stefan Sigvardsson wrote: > > > Hi! > > > In the p

Re: How do I use development mode on an external server via eclipse? GWT 2.0

2009-12-10 Thread fmk11
Hi, I use an external Ruby server. What I do is to simply replace the first part of the URL to point to my RoR server, and I leave everything else the same. My RoR server just have to have the HTML host page from where my GWT app is loaded. So the original Dev Mode URL looks like: http://localhos

GWT 2.0 Using External Resources

2009-12-09 Thread fmk11
Hi, I'm following the new Dev Guide for UiBinder, but I'm encountering a problem with the @Resource annotation. Specifically, I'm getting compile errors on "@Resource" .. anyone knows what needs to be imported? It does not seems to be defined in ClientBundle. I'm inheriting "" in my .gwt.xml but

Re: Very slow DevMode on Mac Leopard with GWT 2.0 RC2

2009-12-06 Thread fmk11
Same thing here; I'm experiencing extremely slow reloads. I'm using Firefox 3.5.5 on Snow Leopard. I also use and external Ruby on Rails server on http://localhost:3000 so my complete URL looks like: http://localhost:3000/welcome/dashboard?gwt.codesvr=192.168.1.100:9997 ... for what I read here