Re: Unable to Use GWT Developer Plugin with Firefox 3.6

2010-02-08 Thread makoki
We've got a similar problem under mac. The app that before the plugin update worked fine now has some problems with DateBox instances, other browsers plugins seems fine, the application runs fine if compiled and seen through any browser including FF without plugin, it gets the same problems if try

Re: Why is ajax in debug mode so slow?

2010-01-20 Thread makoki
Maybe it's because of real-time java to javascript compilation? On 20 ene, 02:53, flyingb...@gmail.com flyingb...@gmail.com wrote: In gwt debug mode, loading the data from the ajax serialization is so slow. If i compile it and run it the away loads in about a second but if loaded though the

Re: modular GWT application ?

2010-01-18 Thread makoki
Why dont you use iframes? There could be a communication problem depending on how you want your application components to talk to each other but think this could work. Hope it helps On 17 ene, 19:32, maskac miroslav.mi...@gmail.com wrote: Hello, please can anyone help me with designing modular

Defining multiple ImageResource in a same interface GWT2 ie8 problem

2010-01-02 Thread makoki
Someone else has found a bug with imageresource and ie8. I was trying ImageResource in a little widget to be used in a larger project and found that when defining more than one imageresource in the same interface ie8 shows all of them. I've don't got any deferred-binding parameters enabled nor

Re: Google analytics integration

2009-07-30 Thread makoki
just include the urchin.js script plus the trigger scriptlet (possibly wrapped in try { } catch) in you host HTML page. On Jul 28, 7:22 pm, makoki iagoto...@gmail.com wrote: We had recently discovered a bug in our application that came out to be a problem with google analytics integration

Google analytics integration

2009-07-28 Thread makoki
We had recently discovered a bug in our application that came out to be a problem with google analytics integration and liked to know if someone had any idea for a better way to integrate GA with GWT. We've been using GA in out GWT application for quite a time (nearly a year) without a problem

Re: How to prevent the empty Grid display?

2009-04-07 Thread makoki
What about setting it not visible after creation and only show it after the loading ended? grd.setVisible(false); ... // In the callback method return onSuccess(){ grd.setVisible(true); } On 7 abr, 13:38, Suren nsurendi...@gmail.com wrote: Hi All, I am new to GWT. I have a Grid declared

Re: Norton 360 slows GWT app?

2008-10-22 Thread makoki
I've posted at my blog the little script we used to solve this problem for anyone who wants to take a look http://webdynamix.blogspot.com/2008/10/gwt-norton-360.html On 17 oct, 02:19, makoki [EMAIL PROTECTED] wrote: Thanks for the links martin, we finally solved it, was Norton phishing option

Re: Compilation appears to suspend/hang at Linking compilation into...

2008-10-17 Thread makoki
Seems some old annotations spec warning but no error,could be just long compilation? we have a project that takes about 5 minutes. On 18 oct, 00:07, John [EMAIL PROTECTED] wrote: Hi, I have a project that uses GWT 1.5.2 on Mac OSX and have run into a problem that I cannot seem to work

Re: Norton 360 slows GWT app?

2008-10-16 Thread makoki
that we could use to detect if norton was installed, and then asked them to add the exceptions. Joe On Oct 15, 3:32 pm, makoki [EMAIL PROTECTED] wrote: Can't find an explanation about it and hope anyone can tell me something, using Norton 360 in a Windows Vista environment seems

Re: Norton 360 slows GWT app?

2008-10-15 Thread makoki
+ ethereal to check it isn't doing things to your html/js. It added some code to ours that we could use to detect if norton was installed, and then asked them to add the exceptions. Joe On Oct 15, 3:32 pm, makoki [EMAIL PROTECTED] wrote: Can't find an explanation about it and hope anyone