On Friday, February 10, 2017 at 4:06:52 PM UTC+1, DavidN wrote:
>
> Just wondering when the final Elemental2 is going to be made available ?
> You seem to get some extra information that is not publically disclosed.
>
Yes, sorry, there's been some lag on publishing steering committee meeting
n
Just wondering when the final Elemental2 is going to be made available ?
You seem to get some extra information that is not publically disclosed.
On Fri, Feb 10, 2017 at 2:09 PM Thomas Broyer wrote:
> Elemental 2 will come with a basic, future-proof API for getting arbitrary
> properties of obj
I notice browser status bar displays "waiting for ". Once a page has a
lot of iframes, it displays "waiting for " multiple times. How do I
capture this event in GWT?
David
--
You received this message because you are subscribed to the Google Groups "GWT
Users" group.
To unsubscribe fr
Elemental 2 will come with a basic, future-proof API for getting arbitrary
properties of objects (future-proof as in, IIUC: this will be JSNI, but
there'll be an equivalent for J2Cl; same API but different implementation),
so you could use it with a @JsOverlay method.
In the mean time I'd sugges
Please file an issue for it so that JsInterop hopefully support it in the
future.
https://github.com/gwtproject/gwt/issues
-- J.
--
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, se
AFAIK is not possible. See
http://stackoverflow.com/questions/36867522/gwt-jsinterop-jstype-property-with-in-name
On Fri, 10 Feb 2017 at 06:23 Kenny wrote:
> Hi,
>
> I am wrapping a js library, this library expects as a parameter for a
> function an object with properties that contain dashes.
>
Hi,
I am wrapping a js library, this library expects as a parameter for a
function an object with properties that contain dashes.
See an example
here: http://dmitrybaranovskiy.github.io/raphael/reference.html#Element.animate
How can I wrap this objects?
@JsProperty(name = "fill-opacity") does
Thank you Jens!
On Thursday, January 26, 2017 at 4:01:59 PM UTC+1, Jens wrote:
>
> The GWT compiler has a namespace option (-Xnamespace) you can turn on
> during compilation. But turning it on can produce bugs, especially when
> using code splitting so this option has been deactivated for now.
>
Thanks Thomas!
On Thursday, January 26, 2017 at 4:06:18 PM UTC+1, Thomas Broyer wrote:
>
>
>
> On Thursday, January 26, 2017 at 4:01:59 PM UTC+1, Jens wrote:
>>
>> The GWT compiler has a namespace option (-Xnamespace) you can turn on
>> during compilation. But turning it on can produce bugs, espe