Re: How to send data back to client side code?

2010-08-14 Thread cokol
again - you shall not have any references inside your translatable classes to classes from 3rd party! translatable classes are those to be compiled to javascript and which reside in client and shared packages. 3rd party classes are those where you dont have sourcecode from. consider your Employee

Re: why we probably won't use GWT for a large UI project

2010-08-14 Thread Stefan Bachert
Hi marius, I have to admit that my statement was to hard. Webservice are intended to be accessed from different distributed, scattered site. I am still not sure whether this the case in your project. When you access multiple REST sources, it is unlikely to connect them all at login time. When

Re: Incubator - GWTCanvas problems with image loading [Solved]

2010-08-14 Thread kstokes
Here how I solved this issue: The key was reading over the GWT doc on organizing projects: http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html - This is the relevant section -- public path=path / : Each occurrence of the

Re: UiBinder xml definition reference: HELP...

2010-08-14 Thread Thomas Broyer
On 13 août, 20:04, Thamizharasu S zaru...@gmail.com wrote: Hi All, Where can I find the full list of property reference for UiBinder controls in xml file? For example, any GWT elements can be bind with UiBinder. Sometimes it is confusing to identify the correct property name and some

Detecting mobile phones browser

2010-08-14 Thread Ice13ill
I wont to know if by checking the user.agent property in the gwt.xml file I can detect if the client is using a browser on a mobile phone (like HTC wiht Android, or IPhone etc) And also, are there nasty restrictions on the JS (thus GWT classes) on those browsers ?(at least for those very widely

Re: UiBinder xml definition reference: HELP...

2010-08-14 Thread Thamizharasu S
Hi, I was supposed to use SuggestionBox widget with UiBinder. How could I mention the data provider as a property from xml or the code? - Thamizharasu S On 14 Aug, 15:17, Thomas Broyer t.bro...@gmail.com wrote: On 13 août, 20:04, Thamizharasu S zaru...@gmail.com wrote: Hi All, Where can I

Re: History and/or Place

2010-08-14 Thread jaybose
Thomas, thank you. I'm going to go with Turbomanage's last comment! It's close to what I thinking, and I didn't want to wait for GWT-2.1 before starting on that path... On Aug 11, 8:58 am, Thomas Broyer t.bro...@gmail.com wrote: On 8 août, 23:44, jaybose onyeje.b...@gmail.com wrote: Some

Re: History and/or Place

2010-08-14 Thread Christian Goudreau
You can also take a look at the great Gwt-Platformhttp://www.gwtplatform.com project that push even further the place concept and let you load them in a lazy way with CodeSplitting ! Cheers, On Sat, Aug 14, 2010 at 10:50 AM, jaybose onyeje.b...@gmail.com wrote: Thomas, thank you. I'm going

UiBinder tutorial - Sprite?

2010-08-14 Thread PeteUK
Hello, I'm going through the UiBinder tutorial and am stuck in a particular place. This url will take you to the section: http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinder.html#Using_an_external_resource I've created the interface as mentioned in the tutorial but the word Sprite is

Re: How do you use @sprite's and ui:image in UiBinder ui.xml templates?

2010-08-14 Thread PeteUK
On 12 Aug, 08:32, Andrew Hughes ahhug...@gmail.com wrote: Thanks for all your help Nicolas.. here's a brief summary of anyone looking to for a few hints (NOTE failWhale.png is located in the same directory as the ui.xml). !DOCTYPE ui:UiBinder SYSTEM http://dl.google.com/gwt/DTD/xhtml.ent;

Re: How do you use @sprite's and ui:image in UiBinder ui.xml templates?

2010-08-14 Thread PeteUK
On 14 Aug, 17:42, PeteUK newbar...@gmail.com wrote: On 12 Aug, 08:32, Andrew Hughes ahhug...@gmail.com wrote: Thanks for all your help Nicolas.. here's a brief summary of anyone looking to for a few hints (NOTE failWhale.png is located in the same directory as the ui.xml). !DOCTYPE

Is it possible to keep the xml and java file in a different location?

2010-08-14 Thread Thamizharasu S
Hi All, Is it possible to keep the ui binder xml and java file in a separate location? I am getting error if i keep the files in different location. NOTE: I have added the annotation @UiTemplate(xml/file.ui.xml) in the java file. - Thamizharasu S -- You received this message because you are

Re: UiBinder Performance

2010-08-14 Thread Adam
Thanks Falcon, I have been waiting for GWT 2.1 to come out and the enhancements look promising. Unfortunately we can neither continue to wait nor use GWT 2.1 M2 for our product code. So I was hoping to do something in the mean time. -Adam On Aug 13, 4:32 pm, Falcon msu.fal...@gmail.com wrote:

Re: How do I set the border around elements in a DockLayoutPanel?

2010-08-14 Thread PhilBeaudoin
I haven't tried this, but you could try to put a LayoutPanel in each the DockLayoutPanel side you want to style, then style that LayoutPanel and add any other widget inside this LayoutPanel. On Aug 13, 11:52 am, cokol eplisc...@googlemail.com wrote: then do the same - use the decoratorpanel as

Re: Layout issue in GWT...

2010-08-14 Thread Prashant Hegde
Let me share what I have experienced. You can use a HTMLPanel - which has a flow layout just like native rendering of HTML. You dont need to use the Label widget in that case. g:HTMLPanel Search : g:TextBox g:Button /g:HTMLPanel This avoids the unnecessary widget ( the lesser the

Re: Eclipse plugin - change text color in Development Mode View?

2010-08-14 Thread ross
thanks Kathrin! On Aug 3, 1:37 pm, Katharina Probst kpro...@google.com wrote: Hi Ross, unfortunately, we don't currently have a way to do this.  I've created an issue for it:http://code.google.com/p/google-web-toolkit/issues/detail?id=5184 kathrin On Wed, Jul 28, 2010 at 10:47 PM,

Re: [gwt-contrib] Re: History integration for the RequestFactory apps. (issue717801)

2010-08-14 Thread Patrick Julien
I would like to point out that this patch addresses the following issues http://code.google.com/p/google-web-toolkit/issues/detail?id=5106 http://code.google.com/p/google-web-toolkit/issues/detail?id=5115 On Fri, Aug 13, 2010 at 1:50 PM, rj...@google.com wrote: Okay, Rayc, this is ready for