Re: GWT Developer Plugin for Firefox 7

2011-09-29 Thread Adil
Mozilla are coming up with a new remote debugging protocolhttps://wiki.mozilla.org/DevTools/Features/Debugger, jsdbg2, which should make hooking a debugger into Firefox much easier and more compatible with future releases. I think it is already a feature of the latest nightly builds (Firefox

Re: Create widgets in the onSuccess()

2009-06-08 Thread Adil BENHAMID
. -- ¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º°`° Adil BENHAMID º¤ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø --~--~-~--~~~---~--~~ 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

Create widgets in the onSuccess()

2009-06-05 Thread Adil BENHAMID
Hello, I would like to create some components like buttons in the onSuccess() method. But nothing happens. Any help? -- ¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º°`° Adil BENHAMID º¤ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø --~--~-~--~~~---~--~~ You received this message because you

How to use java.lang.Thread in GWT

2009-05-28 Thread Adil Ben
Hello, I need to call the method Thread.sleep() in my GWT code. But GWT does not integrate this class. How to solve this? i get the following error No source code is available for type java.lang.Thread; did you forget to inherit a required module? Regards.

Re: How to use java.lang.Thread in GWT

2009-05-28 Thread Adil BENHAMID
doing that) What is it that you are trying to accomplish with Thread.sleep()? -jason On May 28, 2009, at 10:37 AM, Adil Ben wrote: Hello, I need to call the method Thread.sleep() in my GWT code. But GWT does not integrate this class. How to solve this? i get the following error

Re: How to use java.lang.Thread in GWT

2009-05-28 Thread Adil BENHAMID
as an example I want to display a button then wait two seconds before displaying the next one. 2009/5/28 Adil BENHAMID enst.de.breta...@gmail.com I would like to to make a temporization between two calls. 2009/5/28 Jason Essington jason.essing...@gmail.com Thread is not part of java