Migration from 2.7.0 to 2.9.0

2023-12-19 Thread Alexey Kuznetsov
thing changed in GWT 2.9.0 configuration? Any ideas what am I missing? Alexey Kuznetsov -- 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-toolki

Re: GWT-2.8.0-SNAPSHOT and Gin

2016-04-01 Thread Alexey Bykov
:05:35 UTC+2, Alexey Bykov wrote: > > Seems that you right Thomas, GWT-2.8.0-SNAPSHOT emulates quite a few > classes from Java 8 compared to beta1 (whole java.util.function package!), > and one of them is a JsException which isn't present in Java 8. > > On Friday, 1 April 201

Re: GWT-2.8.0-SNAPSHOT and Gin

2016-04-01 Thread Alexey Bykov
Seems that you right Thomas, GWT-2.8.0-SNAPSHOT emulates quite a few classes from Java 8 compared to beta1 (whole java.util.function package!), and one of them is a JsException which isn't present in Java 8. On Friday, 1 April 2016 14:07:12 UTC+2, Thomas Broyer wrote: > > > > On Friday, April

Re: JsInterop and indexed types

2016-01-27 Thread Alexey Andreev
> > > Sorry for by bad english. > I meant a different thing. > > Oh, now I see. Well, making Java array equal to JavaScript array is not an only solution for passing direct reference to an array. TeaVM could have a method to "unwrap" array, giving a native code reference to `data` field.

Re: JsInterop and indexed types

2016-01-23 Thread Alexey Andreev
> > > Famous TeaVM also can`t do that, unfortunately. > You are wrong. You can do that via @JSIndexer annotation. TeaVM java array class has a field "data" with the underlying native array, > so

Re: Teavm

2015-12-02 Thread Alexey Andreev
> Since the end result is JS, can i use cordova to cook up a mobile app > using TeaVM? > You can try to. I'm not sure I've cleaned up any browser-specific APIs from TeaVM runtime. Please, report me if you have some success with cordova. However, I don't think it's a good idea. There is

Re: Teavm

2015-12-02 Thread Alexey Andreev
> > Not sure if TeaVM serves different need than GWT. Seems like both want to > provide a better alternative to JavaScript. > Now TeaVM does not have anything equivalent to GWT widgets but then it > seems, after watching the GWT Create session videos, the recommendation, > for newer apps, is

Re: Teavm

2015-12-02 Thread Alexey Andreev
> > - virtually this is one pony show - except Alexey there are no major > contributors (nothing against Alexey of course he is brilliant guy) > Yes, this is the worst problem of TeaVM. I wonder how do projects become popular? If a project is maintaned by a big and rich company,

TabLayoutPanel can get into desynchronized state, eventually causing an IndexOutOfBounds error (on remove)

2014-10-23 Thread Alexey
I have a TabLayoutPanel that is constantly having tabs added and removed. Most of the time, I remove the last tab or two, then add their replacements. Sometimes, I run into the issue where the deckPanel and tabBar components of the TabLayoutPanel get out of sync with each other. This happens

Re: GWT treeItem expand button missing in Internet Explorer

2014-05-06 Thread Alexey Panteleev
Any solution for this issue? I am experiencing the same and need to make our app work in IE8 On Wednesday, October 13, 2010 1:33:08 PM UTC-7, 12ock wrote: Hi, I am having trouble displaying the expand (+/-) button for TreeItem in internet explorer 8. It works fine in firefox. Basicly i

Making GWT pull *.js from a non-standard location

2014-02-19 Thread Alexey Panteleev
Hello, I am trying to serve my GWT client side as a static resource in Salesforce platform. I am getting the error you may have to recompile your module which I think points to the fact that the deferred.js files can't be found by the bootstrap process. The main page is dinamically generated

Re: Client issues an RPC before another RPC has finished

2012-11-25 Thread Alexey Panteleev
executing * or reloading the browser page while the 1st RPC is still executing Thank you for the suggestions. Need to debug more to see what exactly is happening on the server side in this situation. On 11/25/12 8:13 AM, RickL lochne...@gmail.com wrote: Alexey, FWIW, I would do as Jens

Re: Client issues an RPC before another RPC has finished

2012-11-25 Thread Alexey Panteleev
the persist/db connection variable whenever a new request came. Now I can improve the client side. Thanks a million for flagging this one for me. On 11/24/12 4:15 PM, Alexey Panteleev ale...@yoxel.com wrote: Hi Jens, What I get for the SQL exceptions are either

Re: Client issues an RPC before another RPC has finished

2012-11-24 Thread Alexey Panteleev
places and activities in GWT: https://developers.google.com/web-toolkit/doc/latest/DevGuideMvpActivitiesAndPlaces On Friday, November 23, 2012 12:04:13 PM UTC-6, Alexey Panteleev wrote: Hello, I've been struggling with this issue for a long time, maybe someone could help me address

Re: Client issues an RPC before another RPC has finished

2012-11-24 Thread Alexey Panteleev
mind around how exactly the connection is closed/lost if my persist thread is still working, trying to extract the data. Thank you, Alexey On Saturday, November 24, 2012 10:44:11 AM UTC-8, Jens wrote: If you see SQLExceptions just because the user navigates too quickly you should analyse

Re: Client issues an RPC before another RPC has finished

2012-11-24 Thread Alexey Panteleev
myMethod(String s, AsyncCallbackString callback); } this allows you to cancel the request on the client side (server will still do its work once the request reaches the server). -- J. Am Freitag, 23. November 2012 19:04:13 UTC+1 schrieb Alexey Panteleev: Hello, I've been struggling

Client issues an RPC before another RPC has finished

2012-11-23 Thread Alexey Panteleev
be canceling the 1st call before allowing the 2nd one? We use gwt-dispatch, I did not find a cancel method in that framework yet. Or should I not allow any new calls until the active one has not finished? Do you ever run into this w/ GWT? Thanks much, Alexey -- You received this message because you

How to check on server-side that Chrome Frame is installed, but BHO is disabled?

2011-11-17 Thread Alexey Belov
The initial discussion was started here: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/33b4928e90be715a Is there any news on this topic? I have also faced this serious problem during the development of my web site with ASP.NET. I have a lot of checks for IE and its

Re: Dart and GWT

2011-10-20 Thread Alexey Lapusta
According to leaked Google mail(https://gist.github.com/1208618) : What is the future of the JSCompiler and GWT? JSCompiler and GWT were already on a merger path. This effort gives us a direction for that unification around the Dash language. We will actively support teams for a long time on

GWT 2.3 XSRF working project example

2011-08-16 Thread Alexey Zaryaev
Can somebody have GWT 2.3 XSRF working eclipse project example? -- 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 unsubscribe from this group, send email to

Re: combine GWT application from several modules coming from JARs or OSGI bundles

2011-07-11 Thread Alexey Skor
Vitaly, sorry - I don't really know how GWT works... Is your proposal addressed to GWT developers or users like me? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

combine GWT application from several modules coming from JARs or OSGI bundles

2011-06-02 Thread Alexey Skor
I need a web UI with pages like Info, Support, etc. That's easy. In addition, I have some plugins with their own editors, which need to be shown in the same web UI. It's something similar to Extensions page shown in Google Chrome: every extension has an Options link, which can contain any

describe pages in text format, render into GWT

2011-05-27 Thread Alexey Skor
I have several Eclipse SWT-based editors. I want to switch from Eclipse SWT/RCP to web UI. GWT is one of the options I'm looking at. I don't want to rewrite all editors every time I change the framework. Would be nice if I could define editors in some text file and then render it into GWT

Re: GWT 2.0.4 is now available

2010-07-04 Thread Alexey Epishkin
Does anyone know who uploads gwt releases to http://repo2.maven.org/maven2/com/google/gwt/ ? On Jul 1, 7:32 pm, jhulford jhulf...@gmail.com wrote: Has anyone at Google/GWT ever indicated they'd support maven?  I know they've asked for feedback on how they could help make releases more maven

Re: RPC and JSON

2010-04-02 Thread Alexey Frishman
code.google.com/p/google-gson flexjson.sourceforge.net On Apr 2, 5:51 am, Alexander Krasnukhin the.malk...@gmail.com wrote: Hi, I have working app with internal GWT serialization, e.g. works via RPC. Now I want to expose server side functionality as RESTful service for other type of clients

not removing event handlers -- bad practice?

2009-09-25 Thread Alexey
When registering handlers that may live on after the source widget is removed from GUI, is it acceptable to never explicitly release the handler relationship? If it was plain Java, the answer would be yes, because the handler would not have references to the source and therefore would not

Re: not removing event handlers -- bad practice?

2009-09-25 Thread Alexey
Thanks, this clarifies things, except I have one point of contention, likely having no bearing on the original question: On Sep 25, 2:32 pm, Thomas Broyer t.bro...@gmail.com wrote: 1. the actual JS function registered as an handler is the same for all events Unless I misunderstood, this can't

IE 7 and 8 fails to load an empty module

2009-07-16 Thread Alexey
I've written an image gallery widget in GWT that uses floating div's to expand and move images along a horizontal axis in response to mouse movements. Everything works fine in Firefox, but IE refuses to load the module. It complains about the following in the bootstrap Gallery.nocache.js file:

Re: GWT Google Maps problem

2008-09-28 Thread Alexey Frishman
before next release? Or you use another branches for fixed issues? On Sep 28, 2:20 pm, Eric Ayers [EMAIL PROTECTED] wrote: Knowing the mechanism involved, I'm pretty sure its the same, but I'll sort through all that on Monday and follow up. On Sun, Sep 28, 2008 at 1:29 AM, Alexey Frishman [EMAIL

GWT Google Maps problem

2008-09-27 Thread Alexey Frishman
Hi I use GWT Google Maps API and I have next problem. I have click handler on each marker on my map. This handler opens info window and creates Grid subclass widget inside it with some info. The problem is that after clicking several times on different markers and seeing appropriate info

Re: GWT Google Maps problem

2008-09-27 Thread Alexey Frishman
Hi, Eric Thanks for quick response! Should I raise a new issue or join existing one? It seems to me that my problem is similar, but not the same as in issue No 156. On Sep 28, 2:25 am, Eric Ayers [EMAIL PROTECTED] wrote: Hi Alexey, I don't think you are doing anything wrong.  This sounds like