getting com.google.gwt.core.client.JavaScriptException: (TypeError): $wnd.CKEDITOR is undefined error

2014-01-20 Thread Akshay Lokur
Hello, I am trying to add CKEditor in my UiBinder based GWT app. But getting following exception: 00:00:05.216 [ERROR] Unable to load module entry point class com.lokur.admin.usp.motd. client.MessageOfTheDay (see associated exception for details) com.google.gwt.user.client.ui.AttachDetachExc

Creating Tr and Td's in a div

2014-01-20 Thread Mac1980
Hi , I am very new to GWT, I wanted to create few tr , td, and few links in a small div . This div will on be on top of another content panel (map). I would like to know whether I can create the above div as a innerHTML or should I create another panel on top my parent panel and crea

Re: Clear queue method invocations on RequestContext

2014-01-20 Thread Florian Felberbauer
Hello Alex, it's been a while since you posted your problem but as I have the same problem now, I wanted to ask if you were able to fix it in the meantime. As you said, the problem is that both onConstraintViolation(...) and - after fixing the wrong data - even onSuccess(...) is fired multiple t

Re: GWT Maven Install compile error java.lang.NullPointerException at com.google.gwt.dev.util.DiskCache.transferToStream(DiskCache.java:187)

2014-01-20 Thread Mihkel Lukats
Jens right. I'll just post the full configuration: org.codehaus.mojo gwt-maven-plugin ${gwtVersion} compile

Re: Clear queue method invocations on RequestContext

2014-01-20 Thread Thomas Broyer
You should queue the method invocation once only, at the time you receive the proxy to edit it, not at the time you want to fire() the prepared bacth-request. On Monday, January 20, 2014 9:32:02 AM UTC+1, Florian Felberbauer wrote: > > Hello Alex, > it's been a while since you posted your proble

Re: Clear queue method invocations on RequestContext

2014-01-20 Thread Florian Felberbauer
Hello all. The problem is that I need to call a domain method other dann persist, where I need to pass parameters. For that reason, I cannot prepare the request once (.to(new Receiver...)), but need to create it every time the user presses the save-button (otherwise, I do not get changes from the

Re: seedTable error in web mode?

2014-01-20 Thread Ed
I just upgraded to the latest 2.6. rc3 and it seems solved (currently), but no idea for how long. It probably will occur again, no idea why. Can anybody tell me how to debug this? Or where to find this startup code? -- You received this message because you are subscribed to the Google Groups "G

Re: seedTable error in web mode?

2014-01-20 Thread Jens
Personally I think its related to a code splitting bug that has been fixed in GWT 2.6. The bug causes the GWT compiler / code splitter to not emit some needed defineSeed() statements in split points. The symptoms mentioned in the below issue/discussion are not 100% your symptoms but I think it i

Re: seedTable error in web mode?

2014-01-20 Thread Ed Bras
Thanks, Let's hope you right (I first reviewed/improved the split points, but that didn't help). BTW: I found it a bit scary that this error doesn't show itself in dev mode. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe fr

Re: SuperDevMode

2014-01-20 Thread emurmur
Carlos, You've gotten to the point of launching the SuperDevMode codeserver. So http://localhost:9876/ is the code server. At that point, you don't need to have the SuperDevMode page open in the browser. Now you need to load the page the GWT app is hosted within.. I can often just go to my

Re: SuperDevMode

2014-01-20 Thread Carlos Aguayo
Thanks so much for helping out! I got things up and running, your explanations and the video were really clear, thanks! On Monday, January 20, 2014 7:48:05 PM UTC-5, emurmur wrote: > > Carlos, > > You've gotten to the point of launching the SuperDevMode codeserver. So > http://localhost:9876/