unable to resolve class referenced by JS native method?

2016-01-14 Thread Magnus
Hello, the GWT compiler says that he cannot resolve a class: Tracing compile failure path for type 'mcs.client.div.test.gui.TestWidget' [ERROR] Errors in 'file:/home/warker/dvl/prj/myProject/src/mcs/client/div/test/gui/TestWidget.java' [ERROR] Line 45: Referencing class

When will GWT 2.8 GA realistically happen?

2016-01-14 Thread Marcin Okraszewski
Hi, We have hit a bug with SDM in 2.7, when we use shared CSS via interfaces inheritance. It seems to be fixed in 2.8 beta. Therefore a question - when can we expect GA to happen? Thank you, Marcin -- You received this message because you are subscribed to the Google Groups "GWT Users"

Re: JSNI Question

2016-01-14 Thread salk31
NB JSNI is being replaced by JsInterop... it is much nicer so if you are starting new code I'd strongly recommend you use it rather than JSNI. On Sunday, January 10, 2016 at 8:00:30 AM UTC, Gourab wrote: > > Let me understand your question. > > - You have a GWT application, where you want to

The method getMouseWheelVelocityY() is broken on IE 11 in GWT 2.7.0

2016-01-14 Thread Himabindu Gurla
The method getMouseWheelVelocityY() is broken on IE 11 in GWT 2.7.0. It worked fine in 2.4.0. Is there a fix or work around for checking the mouse wheel direction? -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group

Re: When will GWT 2.8 GA realistically happen?

2016-01-14 Thread Gilberto
In my experience, asking for a release date of a project where there are Google folks involved, is the same as asking for peace on Middle East. They never work with strict dates, and when they say a date, it's always wrong - I wish I could do that to my customers =P The lack of communication

Re: The method getMouseWheelVelocityY() is broken on IE 11 in GWT 2.7.0

2016-01-14 Thread Gilberto
Hi Himabindu Gurla, I think the best place to file bug reports and search for possible workarounds is on the GitHub issue tracker . To better describe the problem I suggest you to create a simple, self-contained code example, so others

Is there any GWT library to be used in client side that does the same thing as Scalr (scale and reduze image file sizes)?

2016-01-14 Thread Julio Heitor Nobrega
Hi guys, i am trying to upload images with 2mb size but i don't want to send the whole original image to the server. What i would like to do is reduce the image dimensions from, for example, *1000x1000* to *50x50* and reduce the file size from *2mb* to *~25kb* as well and at the end send the

Re: Is there any GWT library to be used in client side that does the same thing as Scalr (scale and reduze image file sizes)?

2016-01-14 Thread Frank
I would be very surprised if this is possible at all. I don't think this is possible in javascript. Op donderdag 14 januari 2016 14:25:29 UTC+1 schreef Julio Heitor Nobrega: > > Hi guys, > > i am trying to upload images with 2mb size but i don't want to send the > whole original image to the

Re: Is there any GWT library to be used in client side that does the same thing as Scalr (scale and reduze image file sizes)?

2016-01-14 Thread Alberto Mancini
Hello, maybe i misunderstand but i think that an option may be drawing the image scaled in a canvas and then using getDataUrl() to get back data to upload. Cheers, A. On Thu, Jan 14, 2016 at 2:25 PM Julio Heitor Nobrega < juliohnobr...@gmail.com> wrote: > Hi guys, > > i am trying to upload

Re: Is there any GWT library to be used in client side that does the same thing as Scalr (scale and reduze image file sizes)?

2016-01-14 Thread Alain Ekambi
We were doing stuff like that using Flash and our GWT API for Flash. On 14 January 2016 at 15:27, Frank wrote: > I would be very surprised if this is possible at all. > I don't think this is possible in javascript. > > Op donderdag 14 januari 2016 14:25:29 UTC+1 schreef

Re: The method getMouseWheelVelocityY() is broken on IE 11 in GWT 2.7.0

2016-01-14 Thread Kirill Prazdnikov
Dont use GWT, write you own code in JS and wrap it. On Thursday, January 14, 2016 at 11:54:57 AM UTC+3, Himabindu Gurla wrote: > > The method getMouseWheelVelocityY() is broken on IE 11 in GWT 2.7.0. It > worked fine in 2.4.0. Is there a fix or work around for checking the mouse > wheel

Re: GWT 2.8.0-beta1 JsInterop HTML5 classes ?

2016-01-14 Thread rhmoller
Hi I have a half-baked tool that can convert most WebIDL to JSInterop. You can try it out. https://github.com/rhmoller/embrace You can drop .idl files containing pure webidl or .html files containing webidl fragments (like the specs from w3 and whatwg) into to the webapis/data folder and

Re: Is there any GWT library to be used in client side that does the same thing as Scalr (scale and reduze image file sizes)?

2016-01-14 Thread Julio Heitor Nobrega
Hi guys, thanks everyone for the answers! Greg, is Canvas a GWT framework or its a class that belong to GWT itself? Do you have any example of use? Regards Em quinta-feira, 14 de janeiro de 2016 11:25:29 UTC-2, Julio Heitor Nobrega escreveu: > > Hi guys, > > i am trying to upload images

Re: unable to resolve class referenced by JS native method?

2016-01-14 Thread Magnus
Note that TestWidget extends FierensGraphicsWidget, so it should be able to access the latter's member "obj". -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Is there any GWT library to be used in client side that does the same thing as Scalr (scale and reduze image file sizes)?

2016-01-14 Thread Kirill Prazdnikov
Canvas is an DOM Element. It can render Image Elements to itself in any resolution. However it may produce not nice results. It depends on what you need. On Thursday, January 14, 2016 at 9:17:36 PM UTC+3, Julio Heitor Nobrega wrote: > > Hi guys, > > thanks everyone for the answers! > > Greg,

GWT 2.8.0-beta1 JsInterop HTML5 classes ?

2016-01-14 Thread DavidN
Is there a way to generate JsInterop compatible classes/interfaces for all HTML5 javascript features ? I'm interested in the new File API's, XMLHttpRequest, EventHandlers, ... etc. I can type it by hand, but somebody must have done the work already or there must be a tool available to generate

Re: Multiple PlaceHistoryMapper

2016-01-14 Thread Tugdual Huertas
Thanks Thomas, that makes the job. Le mercredi 13 janvier 2016 11:10:10 UTC+1, Tugdual Huertas a écrit : > > Hi, > > I'm facing a little question about PlaceHistoryMapper file. > Is there a way to have more than one file to list all places? > > I have this use case (I'm using multi-modules maven

Re: Is there any GWT library to be used in client side that does the same thing as Scalr (scale and reduze image file sizes)?

2016-01-14 Thread Greg
Hi Yes, it's possible. You have to read the contents of selected file first and then use Canvas to resize it (link ). On Thursday, January 14, 2016 at 2:25:29 PM UTC+1, Julio Heitor Nobrega wrote: > > Hi