Re: cast Element to Elemental2

2017-10-18 Thread Vassilis Virvilis
eb-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- Vassilis Virvilis -- 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 google-web-

Re: New project best practice

2017-11-05 Thread Vassilis Virvilis
ything else > forward and development is great again. > > -- > Cheers, > > Peter Donald > > -- > 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

Re: JsInterop Array

2017-12-19 Thread Vassilis Virvilis
To unsubscribe from this group and stop receiving emails from it, send an > email to google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this group at https://groups.google.com/group/google-web-toolkit. > For more

Re: Specific chart or graph

2018-02-02 Thread Vassilis Virvilis
gt;> >> -- > 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 google-web-toolkit+unsubscr...@googlegroups.com. > To post to this gro

Re: Elemental2 RC1: RegExp disappeared?

2018-02-06 Thread Vassilis Virvilis
@googlegroups.com. > Visit this group at https://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- Vassilis Virvilis -- You received this message because you are subscribed to the Google Groups "GWT Users" grou

Re: Elemental2 RC1: RegExp disappeared?

2018-02-06 Thread Vassilis Virvilis
ok I took I better look and looks like it is only for classes that clashing with Java types, such as RegExp, Set, Math, JsBoolean, JsArray etc Sorry for the noise... On Tue, Feb 6, 2018 at 11:15 AM, Vassilis Virvilis wrote: > Hi Thomas, > > Do you happen to have any link with the

Re: Elemental2 RC1: RegExp disappeared?

2018-02-06 Thread Vassilis Virvilis
> On Tuesday, February 6, 2018 at 10:22:59 AM UTC+1, Vassilis Virvilis wrote: >> >> ok >> >> I took I better look and looks like it is only for classes that clashing >> with Java types, such as RegExp, Set, Math, JsBoolean, JsArray etc >> >> Sorry for the

Re: Understanding JsInterop

2018-02-15 Thread Vassilis Virvilis
tps://caniuse.com/# > feat=getboundingclientrect, https://developer.mozilla.org/ > en-US/docs/Web/API/Element/getBoundingClientRect#Browser_compatibility > > -- > You received this message because you are subscribed to the Google Groups > "GWT Users" group. > To unsubscribe

Re: How to debug a crash that occurs only when draftCompile=false?

2018-03-05 Thread Vassilis Virvilis
oolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this group at https://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- Vassilis Virvilis -- You rec

Re: Testing native @JsType in GWT tests

2018-03-11 Thread Vassilis Virvilis
ps > "GWT Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this group at https://groups.googl

Re: GWT 2.9 Questions

2018-09-05 Thread Vassilis Virvilis
st switching off of Java 7 > …up to Java 8) > > -- > 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 google-web-toolkit+unsubscr...@googlegrou

Is it possible to mark a class as @JsType native without explicit annotation?

2019-02-08 Thread Vassilis Virvilis
h a config file. Does that capability exists somehow? Thanks -- Vassilis Virvilis -- 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 google-web-toolkit+uns

Re: Is it possible to mark a class as @JsType native without explicit annotation?

2019-02-08 Thread Vassilis Virvilis
o this group, send email to google-web-toolkit@googlegroups.com. > Visit this group at https://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- Vassilis Virvilis -- You received this message because you are subscribed to the G

Re: Is it possible to mark a class as @JsType native without explicit annotation?

2019-02-15 Thread Vassilis Virvilis
final void setId(String id) { this.id = id; } } On Fri, Feb 8, 2019 at 5:09 PM Vassilis Virvilis wrote: > I thought so... > > Nevertheless thanks for answering so swiftly. > >Vassilis > > On Fri, Feb 8, 2019 at 5:07 PM Jens wrote: > >> >> Does that ca

elemental2: Document.createEvent ?

2019-08-09 Thread Vassilis Virvilis
on? I am using elemental2 2.25 as published by Peter Donald. -- Vassilis Virvilis -- 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 google-

Re: elemental2: Document.createEvent ?

2019-08-09 Thread Vassilis Virvilis
What about Document.execCommand() ? On Fri, Aug 9, 2019 at 5:20 PM Vassilis Virvilis wrote: > > Hi, > > I am looking for Document.createEvent and I can see that createEvent > is defined in DocumentEvent which is an interface but Document itself > does not inherit/implem

Re: elemental2: Document.createEvent ?

2019-08-11 Thread Vassilis Virvilis
the > work. The issue that is tracking this (among other things) is > https://github.com/google/elemental2/issues/86 > > Until that is completed you will have to use jsinterop to do it yourself. > > On Sat, Aug 10, 2019 at 12:54 AM Vassilis Virvilis wrote: >> >> What a

Re: elemental2: Document.createEvent ?

2019-08-12 Thread Vassilis Virvilis
Thanks Vassilis Virvilis On Sun, Aug 11, 2019 at 10:25 AM Vassilis Virvilis wrote: > > Hi Peter, > > Thanks for replying and for pointing me to the github issue. > > I am thinking the following strategy. > > Create a MyHTMLDocument that extends HTMLDocument and it has the

Re: elemental2: Document.createEvent ?

2019-08-13 Thread Vassilis Virvilis
nd an > email to google-web-toolkit+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-web-toolkit/de0c434d-6ed6-4205-b674-0aaf697110a0%40googlegroups.com. -- Vassilis Virvilis -- You received this message because you

Re: elemental2: Document.createEvent ?

2019-08-14 Thread Vassilis Virvilis
receiving emails from it, send an > email to google-web-toolkit+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-web-toolkit/e89fdeec-6bfd-48d3-973a-a98f4287d83b%40googlegroups.com. -- Vassilis Virvilis -- You received t

elemental2: Native maps with primitive types?

2019-08-14 Thread Vassilis Virvilis
Hi, Is it possible to define and use in java a javascript map (JsObject, JsPropertyMap) that can accept plain numbers as the values of the map? I didn't find a way. JsPropertyMap expect objects. Thanks -- Vassilis Virvilis -- You received this message because you are subscribed t

Re: elemental2: Native maps with primitive types?

2019-08-14 Thread Vassilis Virvilis
roups.google.com/d/msgid/google-web-toolkit/dd759896-4174-411d-b870-593054e1c660%40googlegroups.com. -- Vassilis Virvilis -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving

Re: elemental2: Native maps with primitive types?

2019-08-16 Thread Vassilis Virvilis
thanks that worked too. It is Js.asAny(@DonotAutobox Object o) which performs an unchecked cast below. Thanks for tips. On Thu, Aug 15, 2019 at 9:53 AM Peter Donald wrote: > > > > On Thu, Aug 15, 2019 at 4:28 PM Vassilis Virvilis wrote: >> >> I have seen the @DoNot

Jsinterop: java arrays, native arrays, JsArray and strings

2019-09-18 Thread Vassilis Virvilis
ng { "x1" } <- native js string > Array [ String ] <-- java clas String with value "x1" > Array [ "x3" ] <- native js string Why? > > I don't really understand the results. Any comment? -- Vassilis Virvilis -- You received this message

Re: ClassCastException in some browser, but not others (

2019-10-05 Thread Vassilis Virvilis
Probably --> IDBDatabase idb = Js.uncheckedCast(idbr.result); would work too. The point is is uncheckedCast is (AFAIU) considered dangerous. There are two other casts that perform run-time checks but they have a 1) performance penalty and 2) some times throw exceptions not due to a bug but

JsFunction length is zero

2019-11-26 Thread Vassilis Virvilis
Hi, Looks like that some javascript libraries are checking on the argument length of the callbacks that are passed to them. So for example D3 bisector can take a function with one or two arguments. If it is one then it is an accessor if it is two then it is a comparator. I searched on github iss

Re: JsFunction length is zero

2019-11-27 Thread Vassilis Virvilis
le.com/d/msgid/google-web-toolkit/e6e9e9ea-e921-41c7-9283-9734902e3d41%40googlegroups.com > <https://groups.google.com/d/msgid/google-web-toolkit/e6e9e9ea-e921-41c7-9283-9734902e3d41%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Vassilis Virvilis -- You rec

Re: JsFunction length is zero

2019-11-28 Thread Vassilis Virvilis
it/9232cdec-c84f-427a-a019-d0cef9262244%40googlegroups.com > <https://groups.google.com/d/msgid/google-web-toolkit/9232cdec-c84f-427a-a019-d0cef9262244%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Vassilis Virvilis -- You received this message because you are subsc

Re: JsFunction length is zero

2019-12-02 Thread Vassilis Virvilis
Here is the commit https://github.com/vasvir/gwt/commit/decf6974a284b24042c072e47662554ed0613a60 Unfortunately GWT does not accept pull request on GitHub. On Thu, Nov 28, 2019 at 3:12 PM Vassilis Virvilis wrote: > ok then. > > Here is the submitted issue https://github.com/gwtpr

Re: Jsinterop: java arrays, native arrays, JsArray and strings

2019-12-18 Thread Vassilis Virvilis
w this discussion on the web visit > https://groups.google.com/d/msgid/google-web-toolkit/52d9465a-bbd5-496c-bfa3-e3e59a18e9d4%40googlegroups.com > <https://groups.google.com/d/msgid/google-web-toolkit/52d9465a-bbd5-496c-bfa3-e3e59a18e9d4%40googlegroups.com?utm_medium=email&utm_source=foote

Re: JsFunction length is zero

2020-01-10 Thread Vassilis Virvilis
I actually added a pull/review request on gerrit at 3 Dec 2019 https://gwt-review.googlesource.com/q/I7af77f4b5e05c29a275c5b4a3f5610288f11dba9 but no signs of life so far. It certainly takes a lot of time to review... Vassilis On Mon, Dec 2, 2019 at 1:38 PM Vassilis Virvilis wrote

Re: JsFunction length is zero

2020-01-14 Thread Vassilis Virvilis
t; > > On Mon, Dec 2, 2019 at 1:38 PM Vassilis Virvilis > wrote: > >> Here is the commit >> https://github.com/vasvir/gwt/commit/decf6974a284b24042c072e47662554ed0613a60 >> >> Unfortunately GWT does not accept pull request on GitHub. >> >> >> On Th

Re: JsFunction length is zero

2020-01-14 Thread Vassilis Virvilis
e-400d-9a8f-982249348e4a%40googlegroups.com > <https://groups.google.com/d/msgid/google-web-toolkit/fe261053-1fbe-400d-9a8f-982249348e4a%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Vassilis Virvilis -- You received this message because you are subscribed to t

(Unofficial) Elemental2 2.27 question

2020-04-24 Thread Vassilis Virvilis
Hi, I updated to Elemental 2.27 from 2.25 and a) Element has no children property b) it depends on jsinterop-annotations-1.0.2.jar but jsinterop-annotations-2.8.2-v20191108.jar exists. Is jsinterop-annotations-2.8.2-v20191108.jar a J2CL thing? Any ideas? -- Vassilis Virvilis -- You received

Re: (Unofficial) Elemental2 2.27 question

2020-04-25 Thread Vassilis Virvilis
rt If I two versions of jsinterop-annotations in my system and possibly who brings it in. Just let me know. Thanks again Vassilis . On Sat, Apr 25, 2020 at 12:56 PM Peter Donald wrote: > On Fri, Apr 24, 2020 at 11:15 PM Vassilis Virvilis > wrote: > > I updated to Elemental 2

Re: GWT 2.9.0 release

2020-05-14 Thread Vassilis Virvilis
tail, see the commit log >> <https://gwt.googlesource.com/gwt/+log/2.8.2..release/2.9.0>. >> >> >> >> >> Finally, if you haven't already done so, please join the very active GWT >> discussions happening at https://gitter.im/gwtproject/gwt!

Re: Conflict between gwt-dev.jar and the Java 11 Module system still exists in GWT 2.9.0.

2020-05-19 Thread Vassilis Virvilis
ou see in my first message at the top of this thread). If you don't happen > to have used any of those classes, then you won't see these errors. > > On Tuesday, May 19, 2020 at 1:33:45 AM UTC-7, Vassilis Virvilis wrote: >> >> Hi, >> >> I am an eclipse u

Re: Conflict between gwt-dev.jar and the Java 11 Module system still exists in GWT 2.9.0.

2020-05-19 Thread Vassilis Virvilis
n the front end and I have converted my service to a Rest Service (sort of). So my GWT projects are frontend only and link with js and other gwt libraries and not with the javaee classes. You have my sympathies. You are in a tight spot indeed. On Tue, May 19, 2020 at 12:41 PM Vassilis Virvilis

Re: excluding GWT-DEV.jar from final build?

2020-12-22 Thread Vassilis Virvilis
egroups.com > <https://groups.google.com/d/msgid/google-web-toolkit/f7b77575-cfce-4f13-b081-825bf8691072n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Vassilis Virvilis -- You received this message because you are subscribed to the Google Groups "GWT

Re: Why Don’t You Use Java for Programming the Client-Side Web Apps on Web Browser?

2020-12-23 Thread Vassilis Virvilis
little >>>>>> overhead and we built some of our early apps like this. However, >>>>>> react4j's >>>>>> sweet spot is when the majority of the application is written in java. >>>>>> >>>>>> With gwt-react it is m

Re: CodeServer looks for (not required?) source

2021-01-10 Thread Vassilis Virvilis
lkit+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-web-toolkit/5586e08b-7076-643f-ce87-493a8c22c386%40steatoda.com > . > -- Vassilis Virvilis -- You received this message because you are subscribed to the Google

Re: CodeServer looks for (not required?) source

2021-01-10 Thread Vassilis Virvilis
cr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-web-toolkit/a65cabc3-09a0-b4a4-08ab-dffaea04e7ae%40steatoda.com > . > -- Vassilis Virvilis -- You received this message because you are subscribed to the Google Groups "

Re: Our 10+ year journey with GWT (+ job opening)

2021-01-24 Thread Vassilis Virvilis
nd our own port >>>>>>>>>>> of >>>>>>>>>>> Preact + rxJava-like reactivity for dom manipulation using >>>>>>>>>>> Elemental2. >>>>>>>>>>> >>>>>>>>>>> Three years after the st

Re: Our 10+ year journey with GWT (+ job opening)

2021-01-25 Thread Vassilis Virvilis
dings only projects? Provisions have to be taken for packaging and namespaces in order to avoid collisions and a ton of other things that are massive headaches. Thanks again. On Mon, Jan 25, 2021 at 10:35 AM Peter Donald wrote: > > > On Sun, Jan 24, 2021 at 8:17 PM Vassilis Virvil

Re: Change CodeServer URL

2021-04-27 Thread Vassilis Virvilis
visit > https://groups.google.com/d/msgid/google-web-toolkit/dc1ed392-6e0d-304e-b375-15b83bb8b4bd%40steatoda.com > . > -- Vassilis Virvilis -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop r

Re: Disabling class name obfuscation?

2021-05-20 Thread Vassilis Virvilis
lkit+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-web-toolkit/371150b6-f0a4-47f7-a7e3-0cd45fa1634bn%40googlegroups.com > <https://groups.google.com/d/msgid/google-web-toolkit/371150b6-f0a4-47f7-a7e3-0cd45fa1634bn%

Re: [ANN] Akasha: Typed Browser API

2021-05-27 Thread Vassilis Virvilis
ptimizing the output. >> >> Adopting Akasha has made it trivial to integrate with new Web APIs as >> they come out with minimal fuss compared to past approaches such as the >> handwritten DOM adapters, elemental or elemental2 libraries and we think >> Akasha is nearing a time where i

Re: Trying to get GWT app deployed in local Tomcat (using Eclipse)

2021-08-08 Thread Vassilis Virvilis
code splitting http://www.gwtproject.org/doc/latest/DevGuideCodeSplitting.html but a) I have never done it and b) certainly looks more invasing. -- Vassilis Virvilis -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and

Re: Upgrading from 2.8.1 to 2.9.0 yields "...type not found, or there are compile errors..."?!?

2021-12-07 Thread Vassilis Virvilis
hint, what might be wrong here? Or in which direction we >>> could search? >>> Or any info that might be helpful here to pinpoint this issue? >>> >> -- > You received this message because you are subscribed to the Google Groups > "GWT Users" group

Re: What else is missing in elemental2-dom?

2022-05-11 Thread Vassilis Virvilis
.@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-web-toolkit/42f09048-f1e8-45b2-9373-cf9ea4166af7n%40googlegroups.com > <https://groups.google.com/d/msgid/google-web-toolkit/42f09048-f1e8-45b2-9373-cf9ea4166af7n%40googlegroups.com?

Re: Modern browsers support for Copyclipboard functionality

2022-10-20 Thread Vassilis Virvilis
web visit > https://groups.google.com/d/msgid/google-web-toolkit/c7ebae01-b41f-440a-b4da-b6c1c91231e3n%40googlegroups.com > <https://groups.google.com/d/msgid/google-web-toolkit/c7ebae01-b41f-440a-b4da-b6c1c91231e3n%40googlegroups.com?utm_medium=email&utm_source=footer> > . >

Re: Modern browsers support for Copyclipboard functionality

2022-10-20 Thread Vassilis Virvilis
public static native String getClipboardData()/*-{ > i*f($wnd.clipboardData && clipboardData.setData){* > *return $wnd.clipboardData.getData('Text');* > } > > On Thu, Oct 20, 2022 at 12:36 PM Vassilis Virvilis > wrote: > >> For non IE browsers I have this:

Re: Modern browsers support for Copyclipboard functionality

2022-10-20 Thread Vassilis Virvilis
oard.writeText() but code is not getting compiled. >>> public static native String getClipboardData()/*-{ >>> i*f($wnd.clipboardData && clipboardData.setData){* >>> *return $wnd.clipboardData.getData('Text');* >>> } >>> >>>

Re: Modern browsers support for Copyclipboard functionality

2022-10-22 Thread Vassilis Virvilis
setData('Text',Data); > } > } > }- > > On Thu, Oct 20, 2022 at 5:17 PM Vassilis Virvilis > wrote: > >> I believe I did >> >> It's this snippet for copy >> >> event.clipboardData.setData("text/plain", data); >> >>

Re: Modern browsers support for Copyclipboard functionality

2022-11-02 Thread Vassilis Virvilis
assed as argument to your handler. >>> >>> Hope that helps. >>> >>> On Thu, Oct 20, 2022 at 7:47 PM Pramod Patil >>> wrote: >>> >>>> Thanks again, >>>> In below method - how to get "event " ? so as to use >>&

Re: Window.Location.Reload Issue

2023-05-06 Thread Vassilis Virvilis
46d-4135-ab67-569462322862n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Vassilis Virvilis -- 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 em

GWT SDM Compile Extension

2023-06-18 Thread Vassilis Virvilis
/07/gwt-super-dev-mode-https-setup-in-7-steps/ Hope that you will find this useful. -- Vassilis Virvilis -- 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

Re: GWT RPC call recognized as a Java Method Injection by Fortiweb

2023-07-26 Thread Vassilis Virvilis
Super sourcing is a hackish but very powerful tool. I have used it to override some gwt widgets in order to expose or change some private methods. Is this feature so difficult to be implemented? I mean at that point J2CL looked like a cool upgrade when Google was standing behind GWT. But since it

Re: GWT RPC call recognized as a Java Method Injection by Fortiweb

2023-07-26 Thread Vassilis Virvilis
Wrong thread. Sorry. Please ignore. On Wed, 26 Jul 2023, 20:26 Vassilis Virvilis, wrote: > Super sourcing is a hackish but very powerful tool. > I have used it to override some gwt widgets in order to expose or change > some private methods. > > Is this feature so difficult to be

Re: com.ait.toolkit.core.Core not found in Gwt-tour

2023-08-22 Thread Vassilis Virvilis
t; 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 google-web-toolkit+unsubscr...@googlegroups.com. > To view this discussion on the web visit > ht

Re: Is moving away from RPC a good idea?

2024-01-11 Thread Vassilis Virvilis
email to google-web-toolkit+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-web-toolkit/156e77ff-25bd-4743-8798-0d0347d1866d%40newsrx.com > <https://groups.google.com/d/msgid/google-web-toolkit/156e77ff-25bd-4743-8798-0d0347d1

Re: Is moving away from RPC a good idea?

2024-01-11 Thread Vassilis Virvilis
ino-rest will auto > generate the json-mapping classes if the jax-rs/jakarata resource > consumes/produces a json even if the annotation is missing, so you can keep > the POJO clean or only have Jackson compatible annotations. ;-) > > On Thursday, January 11, 2024 at 11:35:05 AM UTC+3

Re: JSInterop and "JSON.stringify" method return "Converting circular structure to JSON"

2024-05-22 Thread Vassilis Virvilis
> > or passing a @JsFunction to JSON.stringify() as its second argument I wish I knew that some time before... -- Vassilis Virvilis -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop recei

Re: Gwt with Rest Architecture problem

2015-06-23 Thread Vassilis Virvilis
gt; Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- Vassilis Virvilis -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe fro

Re: Experience with GWT on Mobile

2015-08-06 Thread Vassilis Virvilis
you are subscribed to the Google Groups > "Google Web Toolkit" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit t

Re: (modern) chart system for GWT

2015-08-18 Thread Vassilis Virvilis
t; To post to this group, send email to google-web-toolkit@googlegroups.com. >> Visit this group at http://groups.google.com/group/google-web-toolkit. >> For more options, visit https://groups.google.com/d/optout. >> > -- > You received this message because you are subscribed

Re: Will Google release Javascript compression tool?

2015-08-20 Thread Vassilis Virvilis
ails from it, send an > email to google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/opto

Re: Polymer Integration in the next GWT versions?

2015-08-20 Thread Vassilis Virvilis
receiving emails from it, send an > email to google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.go

Re: Polymer Integration in the next GWT versions?

2015-08-20 Thread Vassilis Virvilis
landscape of 3rd party JS libraries regarding integration so I can asses the risk. Vassilis On Thu, Aug 20, 2015 at 12:25 PM, Alain Ekambi wrote: > Concerning the gwt-tour part. Dont worry I got it :) > > On 20 August 2015 at 11:18, Vassilis Virvilis wrote: > >> Hi, >

Re: Polymer Integration in the next GWT versions?

2015-08-20 Thread Vassilis Virvilis
eb-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- Vassilis Virvilis -- You received this

Re: simulate F11 Key event with gwt

2015-10-07 Thread Vassilis Virvilis
to the Google Groups > "GWT Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this grou

Re: simulate F11 Key event with gwt

2015-10-07 Thread Vassilis Virvilis
work for me, >>> >>> if someone could help me find the solution, I'll be very grateful. >>> >>> >>> -- > You received this message because you are subscribed to the Google Groups > "GWT Users" group. > To unsubscribe from this group and

Re: simulate F11 Key event with gwt

2015-10-07 Thread Vassilis Virvilis
Obviously you will need to substitute @com.biovista.lib.gwt.client.Autoconf::supportsKeysInFullScreenMode()() with true if you want the keyboard to work in chrome in fullscreen mode Vassilis On Wed, Oct 7, 2015 at 5:46 PM, Vassilis Virvilis wrote: > Discaimer: This will make one element

Re: Roadmap Question for GWT 3.0

2015-10-19 Thread Vassilis Virvilis
;>> not impossible) because the current GWT-RPC generator asks questions like >>>>>> "give me all types that implement XYZ" which an annotation processor can >>>>>> only hardly answer (if at all). GWT-RPC might be portable if some >>>>>

Re: Roadmap Question for GWT 3.0

2015-10-19 Thread Vassilis Virvilis
oogle-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- Vassilis Virvilis

Re: SEO Google Crawlable experience ?

2015-10-23 Thread Vassilis Virvilis
; Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- Vassilis Virvilis -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this gro

Re: SEO Google Crawlable experience ?

2015-10-24 Thread Vassilis Virvilis
scribe from this group and stop receiving emails from it, send an > email to google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more

Re: SEO Google Crawlable experience ?

2015-10-24 Thread Vassilis Virvilis
oglebot and I can also verify that I have seen in google searches indexed parts of my GWT generated content. -- Vassilis Virvilis -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails

Re: SEO Google Crawlable experience ?

2015-10-24 Thread Vassilis Virvilis
Now that you mention it... I am compiling with no perturbations at all. GoogleBot was complaining about undefined perturbation is not defined or something like that I can't recall without removing the fix below.. The fix was to $sudo ln -s /var/lib/tomcat7/webapps/myapp/myapp/D44347868cache.j

Re: SEO Google Crawlable experience ?

2015-10-25 Thread Vassilis Virvilis
googlegroups.com. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- Vassilis Virvilis -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To

Re: SEO Google Crawlable experience ?

2015-10-26 Thread Vassilis Virvilis
com. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- Vassilis Virvilis -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe f

Re: Progress bar during GWT bootstrap process?

2015-10-27 Thread Vassilis Virvilis
t; 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 google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-we

Re: Progress bar during GWT bootstrap process?

2015-10-27 Thread Vassilis Virvilis
/groups.google.com/group/google-web-toolkit. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "GWT Users" group. >>> T

Re: Progress bar during GWT bootstrap process?

2015-10-27 Thread Vassilis Virvilis
t 27, 2015 11:15 PM, "Vassilis Virvilis" wrote: > >> That's weird,,, >> >> What is the size *.cache.js? >> >> Make sure your webserver/tomcat serves compressed content. >> >> >> On Tue, Oct 27, 2015 at 8:11 PM, Ali Akhtar wrote: &g

Re: SEO Google Crawlable experience ?

2015-10-28 Thread Vassilis Virvilis
email to google-web-toolkit@googlegroups.com. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- Vassilis Virvilis -- You received this message because you are subscribed to the Google Groups "

Re: SEO Google Crawlable experience ?

2015-10-29 Thread Vassilis Virvilis
On Thu, Oct 29, 2015 at 8:44 AM, Ed Bras wrote: > Where can I find the new scheme details ? > I don't - I haven't found any. The page you posted is the most authoritative page but it refers to the old scheme (#!, ?_escaped_fragment) and I can't tell with certainty what stays true for the new sch

Re: SEO Google Crawlable experience ?

2015-11-14 Thread Vassilis Virvilis
om. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- Vassilis Virvilis -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from

Re: Is anyone using Auth0 (for user login) with GWT?

2015-11-20 Thread Vassilis Virvilis
> >>> Ahomé Innovation Technologies >>> >>> http://www.ahome-it.com/ <http://ahome-it.com/> >>> >> -- > You received this message because you are subscribed to the Google Groups > "GWT Users" group. > To unsubscribe from this gr

Re: GoogleBot is using the wrong permutation?

2015-12-01 Thread Vassilis Virvilis
s from it, send an > email to google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. >

Re: GoogleBot is using the wrong permutation?

2015-12-01 Thread Vassilis Virvilis
e-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- Vassilis Virvilis -- 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 emai

Re: GWT strengths and suitability for enterprise apps - presentation

2015-12-09 Thread Vassilis Virvilis
om it, send an > email to google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. >

Re: Getting rid of Dev mode for future GWT releases

2015-12-10 Thread Vassilis Virvilis
this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- Vassilis Virvilis -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group

Re: VerticalPanel in DockLayoutPanel

2015-12-14 Thread Vassilis Virvilis
rom it, send an > email to google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. >

Re: Kendo UI GWT wrapper library

2016-01-20 Thread Vassilis Virvilis
> Ahomé Innovation Technologies > > http://www.ahome-it.com/ <http://ahome-it.com/> > > -- > 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

GWT custom scrollIntoView() implementation

2016-01-26 Thread Vassilis Virvilis
of scrollIntoView. I was expecting that GWT would call the native element.scrollIntoView(). I changed my code to call the native scrollIntoView() via JSNI and it works in both pages in all browsers. So does anybody know why GWT 2.7 has a custom scrollIntoView() implementation? -- Vassilis

Re: GWT custom scrollIntoView() implementation

2016-01-26 Thread Vassilis Virvilis
.0 > > Thanks > > On Tue, 26 Jan 2016 at 14:25 Vassilis Virvilis wrote: > >> Hi, >> >> I was using scrollIntoView() when I hit the bug. >> >> In pages of mine GWT.scrollIntoView() is working in all major browsers. >> >> In a foreign page GWTs

Re: Click even on outer HTMLPanel on existing html ?

2016-01-26 Thread Vassilis Virvilis
ls from it, send an > email to google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this group at https://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout.

Re: GWT custom scrollIntoView() implementation

2016-01-29 Thread Vassilis Virvilis
his group and stop receiving emails from it, send an > email to google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.com. > Visit this group at https://groups.google.com/group/google-web-toolkit. > For more options, visi

Re: Any JSON library that works in both GWT and non-GWT environments?

2016-02-04 Thread Vassilis Virvilis
I am using Resty-gwt in client side and cxf in server side. I don't' know about IOS but in theory it should be able to consume valid REST, jax-rs json. On Feb 5, 2016 04:50, "Slava Pankov" wrote: > If your server side is going to be implemented on Java, then just use > Errai JAX-RS (it supports J

Re: GWT RPC in GWT 3.0+

2016-02-05 Thread Vassilis Virvilis
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 google-web-toolkit+unsubscr...@googlegroups.com. > To post to this group, send email to google-web-toolkit@googlegroups.

  1   2   3   >