Re: [gwt-contrib] instanceof not working when upgrade from 2.7.0-SNAPSHOT to 2.7.0 (maybe caused by JsInterop changes)

2015-04-13 Thread 'Goktug Gokdogan' via Google Web Toolkit
What exactly is not working? What is the obj in this case? What is the expected result? On Sat, Apr 11, 2015 at 5:15 AM, 田传武 i...@goodow.com wrote: Hi all, when i upgrade GWT from 2.7.0-SNAPSHOT to 2.7.0, the code below is not working: obj instanceof CollaborativeObjectImpl and obj

Re: [gwt-contrib] instanceof not working when upgrade from 2.7.0-SNAPSHOT to 2.7.0 (maybe caused by JsInterop changes)

2015-04-13 Thread 'Goktug Gokdogan' via GWT Contributors
What exactly is not working? What is the obj in this case? What is the expected result? On Sat, Apr 11, 2015 at 5:15 AM, 田传武 i...@goodow.com wrote: Hi all, when i upgrade GWT from 2.7.0-SNAPSHOT to 2.7.0, the code below is not working: obj instanceof CollaborativeObjectImpl and obj

Adding a local javascript to GWT

2015-04-13 Thread mohit
Hi I am trying to add a .js file https://code.google.com/p/geoxml3/#Basic_Usage to my GWT project. I have made the entry in my host HTML: script type=text/javascript src=../src/main/resources/Trust/geoxml3.js/script I pasted the .js file in /src/main/resources/ and added it to my build path.

GWT Compression API

2015-04-13 Thread Julio Heitor Nobrega
Heu guys, i need to implement a GWT client that compress a image and sends to the server. Afterwards, the server sends back the compressed image and then the client descompress it and disply in the screen. Is there a client-based compression API to be used with GWT? Best Regards! -- You

Re: GWT and Material Design

2015-04-13 Thread pp
Hi, woooao, gwt-material.appspot.com site is really great !!! congratulations for the work but if I created a menu with gwt-material, index.html will not be indexed by Google - because gwt example, if I look at the source gwt-material.appspot.com no menu contents I know this is a known

Re: GWT rich text editor

2015-04-13 Thread Stig Runar Vangen
That is the code behind this, example, is it not? http://samples.gwtproject.org/samples/Showcase/Showcase.html#!CwRichText I cannot seem to find support for tables within the standard GWT rich text editor. torsdag 9. april 2015 19.57.34 UTC+2 skrev Abdul følgende: see this link