GWT Code splitting issue

2013-07-15 Thread dilantha silva
Hi all, I have recently used code splitting to reduce the initial download file size of my application. Here is my scenario. I have split the code in below method . public T extends ClientBundle T create( int themeId ) { switch ( themeId ) { case THEME_1:

Problem with desiner

2013-07-15 Thread Евгений Городницкий
*Hi,* ** *I have eclipse indigo with instaled GWT and smartGWT on it..* *When I try to open designer i have an error :* ** *How I can to fix it?Thx!* --- Internal Error encountered unexpected internal error.

Problem with Designer, Unable to load *.wbp-component.xml description.

2013-07-15 Thread Евгений Городницкий
*Hi,**I have eclipse indigo with GWT 2.5.1 and smartGWT 4.0p on it..* *When I try to open designer I have an error...* ** *How to fix it? Thx!* ---Unable to load *.wbp-component.xml description. For

Re: RPC for Xsite communication

2013-07-15 Thread Thomas Broyer
On Monday, July 15, 2013 2:44:38 AM UTC+2, carrizo wrote: If I understand it correctly the RPC framework is intended only for same-origin communication and the alternatives to workaround SOP are: using RequestBuilder (XmlHttpRequest) directly or JsonpRequestBuilder (a script tag). The

Re: GWT Code splitting issue

2013-07-15 Thread Thomas Broyer
Embrace asynchrony! Because you can't wait for the code to be downloaded and run, make you create() method asynchronous. Another option in similar cases is to use an AsyncProxy but it won't work well with your ClientBundle scenario:

Re: RPC for Xsite communication

2013-07-15 Thread Steve C
I've used code based on what's at: http://experienceswithgwt.blogspot.com/2010/04/gwt-and-cross-site-requests_28.htmlto use CORS with earlier IE versions. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and

Re: tabular layout with UIBinder?

2013-07-15 Thread Magnus
Hi Thomas, thank you! To understand it right: Why isn't it possible to declare a FlexTable in GWT Designer, with 2 rows and 3 cells? It works with Grid but it doesn't with FlexTable. GWT Designer lets me insert a FlexTable, but it won't let me put widgets into the FlexTable. And concerning

Re: RPC for Xsite communication

2013-07-15 Thread carrizo
Ok I think I got it! :] Looking to the classes around RemoteService I found this in the javadoc of ServiceDefTarget: /** * An interface implemented by client-side RPC proxy objects. *Cast the object ** * returned from {@link com.google.gwt.core.client.GWT#create(Class)} on a ** * {@link

widget for entering numbers?

2013-07-15 Thread Magnus
Hi, isn't there a GWT widget for entering numbers, with two small arrows at the right side to increment/decrement its value? I need a widget for entering time values, separated as days, hours, minutes and seconds. Is there something more comfortable than just 4 simple text boxes? Thanks! --

GWT request factory - Fire request inside of success method of another request

2013-07-15 Thread Jan
I am trying to nest two request factory calls in each other. I retrieve a post object and in the success-method i use the same object again (just for testing purposes, I get the same behavior for other request like for example persisting). The problem is: Only the first request reaches the

Re: tabular layout with UIBinder?

2013-07-15 Thread Thomas Broyer
On Monday, July 15, 2013 6:33:56 PM UTC+2, Magnus wrote: Hi Thomas, thank you! To understand it right: Why isn't it possible to declare a FlexTable in GWT Designer, with 2 rows and 3 cells? It works with Grid but it doesn't with FlexTable. GWT Designer lets me insert a FlexTable, but

Re: widget for entering numbers?

2013-07-15 Thread Thomas Broyer
On Monday, July 15, 2013 7:29:35 PM UTC+2, Magnus wrote: Hi, isn't there a GWT widget for entering numbers, with two small arrows at the right side to increment/decrement its value? There's no widget in GWT that take advantage of HTML5 input types such as input type=number (which will

Re: GWT request factory - Fire request inside of success method of another request

2013-07-15 Thread Thomas Broyer
It's always worth mentionning when you also posted to StackOverflow: http://stackoverflow.com/q/17577892/116472 Just an idea: did you try renaming your variables so you don't have shadowing? (if it happens only in prod mode, there could be a bug in the GWT compiler) On Monday, July 15, 2013

Re: [gwt-contrib] Re: GWT presentations

2013-07-15 Thread Daniel Kurka
Hi Michael, there are not published guide lines on the content for gwtproject.org. Those guidelines are handled by a subset of the GWT steering committee (which I am part of). In general: Information we publish on gwtproject.org needs to be of high quality and vendor independent. So if you feel

[gwt-contrib] GWT Meet-up 2013 Videos Slides

2013-07-15 Thread Bhaskar Janakiraman
Hi Folks, The videos and slides from the GWT Meet-up conference at Google are finally up. I've uploaded them to a newly created GWT Youtube channel: http://www.youtube.com/channel/UC5tATYhfu8iits6FpVAJv5g Slides are available in the shared folder:

[gwt-contrib] Gwt Serialized

2013-07-15 Thread Katherine Mancera
hi, I need read data the db but in the moment of make the call in the methods it shows me an error 3C777A6E30CE2CFD811913129F5090B0.gwt.rpc' was not found; did you forget to include it in this deployment? thanks for help. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors ---

[gwt-contrib] Re: Gwt Serialized

2013-07-15 Thread Jens
First make sure that you have actually deployed these permutation hash.gwt.rpc files to your server. They should be in the same folder as the rest of the generated JavaScript. If thats all fine then your deployment probably does not match GWT's default assumptions where to find these

[gwt-contrib] Re: GWT Meet-up 2013 Videos Slides

2013-07-15 Thread Jim Douglas
The folder isn't public (You need permission to access this item.). On Monday, July 15, 2013 3:38:42 PM UTC-7, Bhaskar Janakiraman wrote: Hi Folks, The videos and slides from the GWT Meet-up conference at Google are finally up. I've uploaded them to a newly created GWT Youtube channel: