Re: Web Workers in GWT

2011-08-08 Thread cidylle0
. I have tried chrome and firefox and getting the same error. I don't  know  how to go further now.  ;-( . Convert the array to string might be a solution but the performance will be bad for big array. OrNot On Aug 6, 2:01 am, cidylle0 cidyl...@gmail.com wrote: Hi OrNot, Yes

Re: Web Workers in GWT

2011-08-05 Thread cidylle0
, it seems easy by the event.data. But I don't know how to pass it in Speed Tracer 's implementation. If I understand right, it only passes string and double. On Aug 3, 8:56 am, cidylle0 cidyl...@gmail.com wrote: Chris, Thanks again for your pointers, they have been very helpful. Following

Re: Web Workers in GWT

2011-08-02 Thread cidylle0
, and the BreakyWorker is a DedicatedWorkerEntryPoint responsible for initializing the worker. Since it's small, it also handles the handling of messages. The BreakyWorker.gwt.xml module pulls in  our WebWorker definition and uses the DedicatedWorkerLinker. On Mon, Aug 1, 2011 at 7:58 PM, cidylle0 cidyl

Re: Web Workers in GWT

2011-08-01 Thread cidylle0
project. I have personally not used it. Regards, Allahbaksh On Jul 30, 6:08 am, cidylle0 cidyl...@gmail.com wrote: Hello, I am currently playing around with GWT and I would like to implement some HTML5 features with it like web workers. In the GWT documentation I see that it supports

Re: Web Workers in GWT

2011-08-01 Thread cidylle0
DedicatedWebWorker linker:http://code.google.com/p/speedtracer/source/browse/#svn%2Ftrunk%2Fsrc... Note that you cannot reference $doc or $wnd in the webworker. On Mon, Aug 1, 2011 at 6:37 PM, cidylle0 cidyl...@gmail.com wrote: Hi Allahbaksh. I did run accross the gwt-ns you mentioned but I am having

Web Workers in GWT

2011-07-30 Thread cidylle0
Hello, I am currently playing around with GWT and I would like to implement some HTML5 features with it like web workers. In the GWT documentation I see that it supports a couple HTML5 features but no Web Workers. Are there any libraries out there that would implement web workers in GWT ? Or can