Re: Adding data to from arry to create list data in widgets [list, cobmo, flex, etc]

2013-07-06 Thread Bob Spero
Are you saying the array can be handeled as an item ? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To p

Re: RPC AsyncCallback freezes chrome

2013-07-06 Thread Ed
*@Vassilis: beautiful spoken :) **Thanks.* -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this

Re: GWT.create conference - call for presentations

2013-07-06 Thread Benjamin Possolo
Hey Joonas, I currently live in San Diego but am considering a relocation to San Francisco so either way, it should be possible for me to attend the conference in SF. I built this website http://markteplace.styleguise.net entirely in core GWT (running on GAE + java) and I use a lot of the "fanc

Re: Adding data to from arry to create list data in widgets [list, cobmo, flex, etc]

2013-07-06 Thread jajang nurjaman
ok, can i try it. Dear, can you help me with about article : http://globalcyber.pun.bz/cari-uang-lewat-ekiosku-com.xhtml thanks. On 7/6/13, Jens wrote: > For those questions take a look at the JavaDoc of that widget. I assume you > > are using > ListBox: > http://www.gwtproject.org/javadoc/latest

Re: Adding data to from arry to create list data in widgets [list, cobmo, flex, etc]

2013-07-06 Thread Jens
For those questions take a look at the JavaDoc of that widget. I assume you are using ListBox: http://www.gwtproject.org/javadoc/latest/com/google/gwt/user/client/ui/ListBox.html As you can see there is no "setItems(List)" method, so you have to add items one by one using "addItem(Item)". --

Re: RPC AsyncCallback freezes chrome

2013-07-06 Thread mdwarne
You say you have many other RPC calls etc. Since a few RPC calls can be active in parallel, some may return with a response before others…. It could be one of the other RPC calls is causing the problem perhaps the code is in an endless loop. So the browser can never respond to the AsyncCallback

Re: RPC AsyncCallback freezes chrome

2013-07-06 Thread Vassilis Virvilis
Hi, Here what I would do. At every step you should verify that the problem exists. 1. Copy/clone your application to GWTBugTest application 2. Get rid of all client (GWT compiled) code that does not trigger the problem 3. When you have a reliable way to trigger the problem try to put it as a

Adding data to from arry to create list data in widgets [list, cobmo, flex, etc]

2013-07-06 Thread Bob Spero
I want to test the following code to get a better understanding of how to add an array to a widget. In loking at code i can see how to add a list item. But to add days to a list or cobmo widget do you need to go through the list one at a time with a for or while method or is there somthing like

Re: RPC AsyncCallback freezes chrome

2013-07-06 Thread fenyoapa
Ok, then I don't understand what do you mean on "isolate your problem in a stand alone gwt app". I can provide short code snippets (as I did above) but I can't provide a working gwt app with which the problem can be seen because of the points I wrote. Or, maybe I can package the whole app and s

Re: RPC AsyncCallback freezes chrome

2013-07-06 Thread Ed Bras
> Sorry I can't, It runs behind a VPN in a special environment and it is property of our customer.. Why not? I just make your own gwt app that shows the issue (no client code, no vpn). I don't understand what this has to do with vpn or customer code? -- You received this message because you

Re: RPC AsyncCallback freezes chrome

2013-07-06 Thread fenyoapa
Sorry I can't, It runs behind a VPN in a special environment and it is property of our customer.. 2013. július 2., kedd 22:07:53 UTC+2 időpontban Ed a következőt írta: > > Can you please isolate your problem in a stand alone gwt app? > If it then still occurs, could you please submit it as an gwt