How to set the selection color of a CellList widget?

2011-08-14 Thread Rod Trendy
really would like to have a step by step guide for this problem. I am exhausted :( Regards, Rod -- 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

Passing command line arguments to browsers launched from the Development Mode view

2011-02-08 Thread Rod Bailey
etc that specify what browser engine you want it to use. Thanks, Rod -- 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

Re: chrome - prompting me to install gwt plugin but already installed

2011-01-27 Thread Rod Bailey
OK - I confirm that downgrading the plugin version from 1.0.9614 to 1.0.9521 gets dev mode on Windows working again. But after a short time Chrome auto-updates the GWT plugin back to version 1.0.9614, and everything does back to not working. -- You received this message because you are

Re: HelloMVP sample with JUnit TestCase example?

2010-12-06 Thread Rod
Is there an example of this anywhere? Has anyone rewritten HelloMVP using GIN - and posted it? I am completely unfamiliar with GIN so a concrete example would be immensely useful! Again, are there any examples of this with Unit tests in place as well? My most driving reason for pursuing this

HelloMVP sample with JUnit TestCase example?

2010-12-02 Thread Rod
I am new to GWT development and have written a simple app based upon the HelloMVP sample. I was drawn to this model for A) MVP design with code/UI separation, B) simpler unit testing not requiring GWTTestCase. My Activity class is somewhat more involved than the sample program, but not hugely.

RPC problem after deploying on server

2009-05-12 Thread Rod
Hello, I'm completly new to GWT. I created an application and started it on local host in hosted mode with no problems. It was communicating with external database successfuly. But after I put it on a server I got an RPC exception: com.google.gwt.user.client.rpc.StatusCodeException: HTML

Re: RPC problem after deploying on server

2009-05-12 Thread Rod
://www.gwtorm.comhttp://code.google.com/p/dreamsource-orm/downloads/list On May 12, 12:56 pm, Rod rod.mk...@gmail.com wrote: Hello,      I'm completly new to GWT. I created an application and started it on local host in hosted mode with no problems. It was communicating with external database

Re: RPC problem after deploying on server

2009-05-12 Thread Rod
post some of your code? Without any code, we can not figure it out. Jimhttp://www.gwtorm.comhttp://code.google.com/p/dreamsource-orm/downloa... On May 12, 3:57 pm, Rod rod.mk...@gmail.com wrote: Thank You for answer, but can You be more precise? I have hidden the database