How to run development mode under GWT 2.0.0

2009-12-15 Thread ATom
I migrated my project from GWT 1.7.x to 2.0.0. I Use Maven plugin 1.3-SNAPSHOT I run development mode with mvn gwt:run GWT development mode run corectly, but when I open browser it say only 'GWT module 'app' needs to be (re)compiled, please run a compile or use the Compile/Browse button in hosted

Re: How to run development mode under GWT 2.0.0

2009-12-15 Thread ATom
://localhost:/hostPage.html?gwt.codesvr=192.168.1.2:9997 Is that your case? I also faced that message but my case was that the old host page was still in my browser's cache. I cleared the cache and things started to work fine. On 15 dez, 08:06, ATom tomas.procha...@gmail.com wrote: I

Re: Announcing GWT 2.0 and much, much more...

2009-12-14 Thread ATom
I so missing maven repository with has OS specific libraries :-( -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to

Re: SmartGWT 2.0 Released

2009-12-14 Thread ATom
Problem of SmartGWT is that doesn't support all browser. For example opera doesn't work. But in ExtGwt library work Opera perfect! On Dec 14, 8:17 pm, Yozons Support on Gmail yoz...@gmail.com wrote: Excellent.  I'm going to give this a try right away. For server integration, would a HashMap

Re: Use RichTextAreaImpl for existing Element

2009-11-06 Thread ATom
I found that is doesn't possible. RichTextAreaImpl working internally only with iframe and I need use directly some elements like div with contentEditable=true. I forked default GWT implementation and modified it for this purpose. On Nov 2, 8:21 pm, ATom tomas.procha...@gmail.com wrote: Exist

Use RichTextAreaImpl for existing Element

2009-11-02 Thread ATom
Exist any way how to use RichTextAreaImpl for existing Element? RichTextAreaImpl by default create new textArea element, but I need use existing own element (which has active contentEditable atribut) as rich text area. --~--~-~--~~~---~--~~ You received this

Re: Run in hosted mode and web.xml

2009-10-06 Thread ATom
Nobody know solution? It's only way use mavent ant plugin? --~--~-~--~~~---~--~~ 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@googlegroups.com To