Re: Running GWT 2.4.0 using JDK 17

2024-01-03 Thread 'Jim Douglas' via GWT Users
Apologies for the off-topic question, but is there an estimated timeframe for GWT 2.11? On Wednesday, January 3, 2024 at 8:55:25 AM UTC-8 Colin Alworth wrote: > (I wrote a longer reply, but Google Groups ate it and never posted it, so > apologies for brevity here): > > Without more

Re: GWT 2.9.0 TextField clear option in Chrome and IE

2021-06-22 Thread 'Jim Douglas' via GWT Users
In our project CSS, we set display:none for the ::ms-clear pseudo element. https://stackoverflow.com/questions/41900431/disable-ie-11-input-clear-x-button On Tuesday, June 22, 2021 at 1:03:58 AM UTC-7 Hari wrote: > Hi All, > Recently we have upgraded GWT from 2.1.0 to 2.9.0 with GXT 2.3.1a >

The GWT Eclipse Plugin stopped working in Eclipse 2021-06

2021-06-16 Thread 'Jim Douglas' via GWT Users
I just updated my Eclipse development environment from 2021-03 to 2021-06. The installed GWT Eclipse Plugin (which hasn't been updated since 2017) no longer shows up in the menu bar, and it logs a bunch of errors. Is anyone (Brandon?) still maintaining it?

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

2020-05-19 Thread 'Jim Douglas' via GWT Users
er my workspace with non GWT projects also but I don't remember how I > solved it. > > This how I have it in my project's setup. I don't need to manually trim > classes from GWT > > [image: image.png] > > So it is possible to have eclipse, java 11 and a newish GWT. &

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

2020-05-18 Thread 'Jim Douglas' via GWT Users
://get-coursier.io/, Maven or Ivy to help you with this). I have no > idea whether and how the GWT Eclipse Plugin allows you to work with that > kind of setup though. > > On Monday, May 18, 2020 at 7:59:11 PM UTC+2, Jim Douglas wrote: >> >> You lost me there, Thomas. I'm not

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

2020-05-18 Thread 'Jim Douglas' via GWT Users
ot any > time to search why... > > Thanks, > Lofi > > Am Montag, 18. Mai 2020 19:18:34 UTC+2 schrieb Jim Douglas: >> >> I struggled with a module-related issue a year ago when I tried to >> configure an Eclipse 2019-03 + Java 11 build environment with a project >

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

2020-05-18 Thread 'Jim Douglas' via GWT Users
> > On Monday, May 18, 2020 at 7:18:34 PM UTC+2, Jim Douglas wrote: >> >> I struggled with a module-related issue a year ago when I tried to >> configure an Eclipse 2019-03 + Java 11 build environment with a project >> that includes GWT 2.8.2. These are my testing no

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

2020-05-18 Thread 'Jim Douglas' via GWT Users
I struggled with a module-related issue a year ago when I tried to configure an Eclipse 2019-03 + Java 11 build environment with a project that includes GWT 2.8.2. These are my testing notes from the time: Updating a working Java 11 build environment from Eclipse 2018-12 to 2019-03 introduced

Re: [gwt-contrib] Re: Testing GWT 2.9.0 for release

2020-04-28 Thread 'Jim Douglas' via GWT Contributors
environments for our application: - Eclipse 2019-03 with Oracle Java 8u201. - Eclipse 2020-03 with AdoptOpenJDK 11.0.7. On Tuesday, April 28, 2020 at 8:02:32 PM UTC-7, Jim Douglas wrote: > > My development system here is macOS Catalina; is it helpful to get test > feedback from

Re: [gwt-contrib] Re: Testing GWT 2.9.0 for release

2020-04-28 Thread 'Jim Douglas' via GWT Contributors
> > > > -- > Colin Alworth > co...@colinalworth.com > > > > On Tue, Apr 28, 2020, at 1:02 PM, 'Jim Douglas' via GWT Contributors wrote: > > I've got the same build error that Michael reported here, and I'm not sure > how to get past it. > >

Re: [gwt-contrib] Re: Testing GWT 2.9.0 for release

2020-04-28 Thread 'Jim Douglas' via GWT Contributors
.1.0-RC1-sources.jar > inflating: jsinterop/annotations/Annotations.gwt.xml > ... > > > > -- > Colin Alworth > co...@colinalworth.com > > > > On Tue, Apr 28, 2020, at 1:02 PM, 'Jim Douglas' via GWT Contributors wrote: > > I've got the same build error

[gwt-contrib] Re: Testing GWT 2.9.0 for release

2020-04-28 Thread 'Jim Douglas' via GWT Contributors
I've got the same build error that Michael reported here, and I'm not sure how to get past it. I couldn't find a complete self-contained gwt-2.9.0-rc1.zip distribution, so I hacked one together by downloading 2.8.2 from here: http://www.gwtproject.org/download.html I extracted that GWT 2.8.2

Re: Maven Plugin for GWT: "An internal error occurred during: "BBj - GWT Compile". Model not available for BBj"

2020-01-29 Thread 'Jim Douglas' via GWT Users
/buildship/issues/936 On Tuesday, January 28, 2020 at 9:25:55 AM UTC-8, Jim Douglas wrote: > > Still feeling my way around this. It seems clear that there was a bug > introduced in Eclipse 2019-09 that still exists in Eclipse 2019-12. This > Eclipse bug report shows the same basi

Re: Maven Plugin for GWT: "An internal error occurred during: "BBj - GWT Compile". Model not available for BBj"

2020-01-28 Thread 'Jim Douglas' via GWT Users
is that the package in question doesn't use Gradle at all. On Monday, January 27, 2020 at 10:39:54 AM UTC-8, Jim Douglas wrote: > > Gradle is used in another package in this project, but not in the package > where I'm trying to do a GWT Compile; this package doesn't use gradle at > all.

Re: Maven Plugin for GWT: "An internal error occurred during: "BBj - GWT Compile". Model not available for BBj"

2020-01-27 Thread 'Jim Douglas' via GWT Users
Gradle is used in another package in this project, but not in the package where I'm trying to do a GWT Compile; this package doesn't use gradle at all. I do see reports of this same internal gradle exception in recent Eclipse distributions: https://github.com/eclipse/buildship/issues/943

Re: Is it possible to use the new Clipboard API in a GWT app? It depends on document.hasFocus being true.

2019-10-16 Thread 'Jim Douglas' via GWT Users
, that never occurred to me. Thanks, Thomas; that's exactly what I was missing. With that simple change, this now works. On Wednesday, October 16, 2019 at 5:44:05 AM UTC-7, Thomas Broyer wrote: > > Have you tried with $wnd.navigator.clipboard? > > On Tuesday, October 15, 2019 at 10:40:04 P

Is it possible to use the new Clipboard API in a GWT app? It depends on document.hasFocus being true.

2019-10-15 Thread 'Jim Douglas' via GWT Users
Ok, there are a few moving parts to this. Keeping it as short as possible, this is the new Clipboard API: https://developer.mozilla.org/en-US/docs/Web/API/Clipboard Support is extremely limited at the moment, but for now I'd be happy to get something working in Chrome:

Re: Maven Plugin for GWT: "An internal error occurred during: "BBj - GWT Compile". Model not available for BBj"

2019-10-03 Thread 'Jim Douglas' via GWT Users
Any suggestions? On Wednesday, September 18, 2019 at 11:26:57 AM UTC-7, Jim Douglas wrote: > > (That should have said " after updating to Eclipse 2019-09 today.") > > On Wednesday, September 18, 2019 at 11:22:07 AM UTC-7, Jim Douglas wrote: >> >> I was able

Re: Maven Plugin for GWT: "An internal error occurred during: "BBj - GWT Compile". Model not available for BBj"

2019-09-18 Thread 'Jim Douglas' via GWT Users
(That should have said " after updating to Eclipse 2019-09 today.") On Wednesday, September 18, 2019 at 11:22:07 AM UTC-7, Jim Douglas wrote: > > I was able to get a Java 11 / Eclipse 2019-06 development environment > building my GWT project with Maven Plugi

Maven Plugin for GWT: "An internal error occurred during: "BBj - GWT Compile". Model not available for BBj"

2019-09-18 Thread 'Jim Douglas' via GWT Users
I was able to get a Java 11 / Eclipse 2019-06 development environment building my GWT project with Maven Plugin for GWT a few months ago, but the GWT compile stopped working after updating to Eclipse 2019-06 today, and the error message

Re: Building a GWT project in Eclipse 2019-03+ with Java 11.

2019-08-05 Thread 'Jim Douglas' via GWT Users
.apt_generated **/*.java maven-compiler-plugin 3.8.0 11 net.ltgt.gwt.maven gwt-maven-plugin 1.0-rc-10 true com.basis.bbj.web.gwt.GWTWebClient war/WEB-INF/classes On Friday, August 2, 2019 at 9:50:58 AM UTC-7, Jim Douglas wrote: > > Ok,

Re: Building a GWT project in Eclipse 2019-03+ with Java 11.

2019-08-02 Thread 'Jim Douglas' via GWT Users
hat is this Eclipse error message trying to tell me? Description Resource Path Location Type The output directory for the project should be set to /BBj/war/WEB-INF/classes BBj Unknown GWT Web App Problem On Thursday, August 1, 2019 at 4:34:05 AM UTC-7, Thomas Broyer wrote: > > > > On Wedne

Re: Building a GWT project in Eclipse 2019-03+ with Java 11.

2019-07-31 Thread 'Jim Douglas' via GWT Users
terminology, and I know how to edit various configuration files...and I'm just trying to find a page that says "How to install this thing." On Wednesday, July 24, 2019 at 8:40:21 AM UTC-7, Thomas Broyer wrote: > > > > On Wednesday, July 24, 2019 at 5:14:42 PM UT

Re: Building a GWT project in Eclipse 2019-03+ with Java 11.

2019-07-31 Thread 'Jim Douglas' via GWT Users
an existing project, as opposed to creating a new project from scratch? On Wednesday, July 24, 2019 at 8:40:21 AM UTC-7, Thomas Broyer wrote: > > > > On Wednesday, July 24, 2019 at 5:14:42 PM UTC+2, Jim Douglas wrote: >> >> > Sure. Use a build tool of your choice and

Re: Gwt 2.8.2 compilation error

2019-07-30 Thread 'Jim Douglas' via GWT Users
GWT only emulates a subset of Java classes in client-side code, and nothing from AWT or Swing. http://www.gwtproject.org/doc/latest/RefJreEmulation.html On Tuesday, July 30, 2019 at 4:56:12 PM UTC-7, medasani kesavi wrote: > > > Can someone suggest if below is also for same situation > Point2D

Re: Building a GWT project in Eclipse 2019-03+ with Java 11.

2019-07-24 Thread 'Jim Douglas' via GWT Users
t; process to stop harassing me? On Wednesday, July 24, 2019 at 8:40:21 AM UTC-7, Thomas Broyer wrote: > > > > On Wednesday, July 24, 2019 at 5:14:42 PM UTC+2, Jim Douglas wrote: >> >> > Sure. Use a build tool of your choice and use the maven dependencies. >> >

Re: Building a GWT project in Eclipse 2019-03+ with Java 11.

2019-07-24 Thread 'Jim Douglas' via GWT Users
> Sure. Use a build tool of your choice and use the maven dependencies. I don't know what that means. As far as I've ever known, developing a GWT application in Eclipse implies installing the GWT Plugin for Eclipse and picking a GWT SDK. http://www.gwtproject.org/usingeclipse.html On

Re: Building a GWT project in Eclipse 2019-03+ with Java 11.

2019-07-24 Thread 'Jim Douglas' via GWT Users
> Ideally, people should stop using the "GWT SDK" uberjars to begin with Is there currently any way to develop a GWT application in Eclipse without using the GWT SDK? On Wednesday, July 24, 2019 at 7:03:08 AM UTC-7, Thomas Broyer wrote: > > Ideally, people should stop using the "GWT SDK"

Building a GWT project in Eclipse 2019-03+ with Java 11.

2019-07-23 Thread 'Jim Douglas' via GWT Users
As of Eclipse 2019-03, Eclipse started to strictly enforce JLS §7.4.3 (7.4.3. Package Observability and Visibility), as discussed here:

Re: Regarding Spellcheck in GWT RichtextArea

2019-04-25 Thread 'Jim Douglas' via GWT Users
Define "not working"? In a quick test here, it appears to inherit your browser's spell check language settings: http://samples.gwtproject.org/samples/Showcase/Showcase.html#!CwRichText GWT 2.6.0 is more than five years old; the current released version is 2.8.2.

Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-24 Thread Jim Douglas
kers.html > > On Thursday, January 24, 2019 at 1:19:05 PM UTC-5, Jim Douglas wrote: >> >> I think I can confirm that simply rebuilding with GWT 2.8.2 should >> resolve this issue for anyone experiencing it. We cut over our build >> systems to GWT 2.8.2 in November

Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-24 Thread Jim Douglas
I think I can confirm that simply rebuilding with GWT 2.8.2 should resolve this issue for anyone experiencing it. We cut over our build systems to GWT 2.8.2 in November 2017, but I just did a test build here with 2.8.1. With that test, none of my GWT apps will load in Chrome Canary. Switching

Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-22 Thread Jim Douglas
I am seeing breakage with the GWT Showcase: http://samples.gwtproject.org/samples/Showcase/Showcase.html It looks ok in: Version 71.0.3578.98 (Official Build) (64-bit) But fails in: Version 73.0.3680.0 (Official Build) canary (64-bit) (Where "fail" is "clicking in the top level menu doesn't

Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-22 Thread Jim Douglas
What specific issues are people seeing? I just poked around in my company's GWT 2.8.2 sample apps in Chrome Canary (Version 73.0.3680.0 (Official Build) canary (64-bit)) under macOS Mojave 10.14.2: https://www.google.com/chrome/canary/?platform=mac

Re: A Sample application for GWT

2018-09-06 Thread Jim Douglas
http://www.gwtproject.org/gettingstarted.html On Thursday, September 6, 2018 at 7:58:50 AM UTC-7, Jean Rubagenga wrote: > > I am totally new with GWT, I would like to install > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from

Re: GWT 2.5.1 SplitLayoutPanel draggers and touch screen devices

2018-04-04 Thread Jim Douglas
FWIW, here's my hacked version of SplitLayoutPanel , which does work in iOS Mobile Safari. You can see it running here: https://poweredbybbj.com/apps/sc-fontchooser On Wednesday, April 4, 2018 at

Re: Is Document.get().createKeyPressEvent() not available in IE11?

2018-02-09 Thread Jim Douglas
/8218 On Friday, February 9, 2018 at 10:28:37 AM UTC-8, Jim Douglas wrote: > > This ended up being the critical clue: > > https://msdn.microsoft.com/en-us/library/ff975945(d=printer,v=vs.85).aspx > > ...plus a lot of tedious jsfiddle attempts to dial in the precise m

Re: Is Document.get().createKeyPressEvent() not available in IE11?

2018-02-09 Thread Jim Douglas
This ended up being the critical clue: https://msdn.microsoft.com/en-us/library/ff975945(d=printer,v=vs.85).aspx ...plus a lot of tedious jsfiddle attempts to dial in the precise method signature. On Thursday, February 8, 2018 at 12:48:39 AM UTC-8, Thomas Broyer wrote: > > Apparently, on IE

Is Document.get().createKeyPressEvent() not available in IE11?

2018-02-07 Thread Jim Douglas
Is there any way for a GWT app to use createKeyPressEvent (or equivalent) in IE11? I just isolated an odd browser console error message to

Is it possible to make a modal PopupPanel block contextmenu events on other windows?

2017-04-05 Thread Jim Douglas
I just noticed that a modal PopupPanel blocks click and mousedown events, but it allows the user to trigger contextmenu events against other windows: https://screencast.com/t/bRM09iCeF This might be working as designed, depending on how you interpret the documentation:

Google Plugin for Eclipse Mars

2016-10-17 Thread Jim Douglas
This was working a week or two ago; now it's reporting: Unable to read repository at https://dl.google.com/eclipse/plugin/4.5. Unable to read repository at https://dl.google.com/eclipse/plugin/4.5. No repository found at https://dl.google.com/eclipse/plugin/core/4.5.

Re: SuperDevMode

2016-03-29 Thread Jim Douglas
, Jim Douglas wrote: > > Thanks again for the pointers, Thomas. There's probably a cleaner > approach, but I was able to get SuperDevMode to load by editing the > SuperDevMode web app classpath to force gwt-dev.jar to the front of the > list, to hide the jetty-all-9.2.10.jar

Re: SuperDevMode

2016-03-29 Thread Jim Douglas
, March 22, 2016 at 3:02:03 AM UTC-7, Thomas Broyer wrote: > > > > On Monday, March 21, 2016 at 11:21:21 PM UTC+1, Jim Douglas wrote: >> >> Hmm, that sounded like there might be a hint in there somewhere. :-) >> >> > You could also create a launch configurati

Re: SuperDevMode

2016-03-21 Thread Jim Douglas
Hmm, that sounded like there might be a hint in there somewhere. :-) > You could also create a launch configuration for the SuperDevMode code server directly because DevMode -noserver is the same as starting the main class CodeServer. What does that mean in Eclipse, Jens? This is what I have

Re: SuperDevMode

2016-03-21 Thread Jim Douglas
I have no idea what you just said, Juan. On Monday, March 21, 2016 at 2:36:16 PM UTC-7, Juan Pablo Gardella wrote: > > I think you are actually using an embedded jetty by using cfx. > On Mon, 21 Mar 2016 at 15:34 Jim Douglas <jdo...@basis.com > > wrote: > >> What a

Re: SuperDevMode

2016-03-21 Thread Jim Douglas
What about it? On Monday, March 21, 2016 at 2:29:30 PM UTC-7, Juan Pablo Gardella wrote: > > What about /jetty-all-9.2.10.jar? > > On Mon, 21 Mar 2016 at 15:19 Jim Douglas <jdo...@basis.com > > wrote: > >> Since DevMode dropped dead, I've just written it off and wor

SuperDevMode

2016-03-21 Thread Jim Douglas
Since DevMode dropped dead, I've just written it off and worked directly in JavaScript, adding debug logging as necessary to isolate problems. It's not optimal, but it's workable. I'm looking at SuperDevMode with GWT 2.8 now, and I'm struggling. The documentation

Re: How to avoid rounding problems when working with doubles

2016-01-12 Thread Jim Douglas
Google the general question of why you should never use binary floating point (double or float) for currency calculations. e.g.: http://stackoverflow.com/questions/3730019/why-not-use-double-or-float-to-represent-currency On Tuesday, January 12, 2016 at 3:28:31 AM UTC-8, Frank wrote: > >

Re: Download link for GWT 2.8.0?

2016-01-11 Thread Jim Douglas
The download link for 2.8.0-beta1 is at the top of this thread: https://groups.google.com/forum/#!msg/google-web-toolkit-contributors/TzsINiDf5xg/ShQY7JVrAQAJ On Monday, January 11, 2016 at 11:12:18 AM UTC-8, Paul Mazzuca wrote: > > If you are using Maven, you can just update the pom.xml file.

Re: GWT 2.8.0 RC1

2015-12-03 Thread Jim Douglas
FWIW, small typo: - JsInterop is graduated from eperimental. On Thursday, December 3, 2015 at 2:04:10 PM UTC-8, Michael Joyner wrote: > > MUCH thanks! > > On 12/03/2015 12:06 PM, Thomas Broyer wrote: > > AFAICT, it's coming: http://www.gwtproject.org/release-notes.html > > On Thursday,

Re: DeferredCommand Deprecated. Need help.

2015-02-18 Thread Jim Douglas
See the documentation: http://www.gwtproject.org/javadoc/latest/com/google/gwt/user/client/DeferredCommand.html On Wednesday, February 18, 2015 at 1:23:18 PM UTC-8, ssg wrote: I am migrating from GWT 1.7.0 to GWT 2.7.0 Below is the code from GW 1.7.0 *

Re: Error migrating to GWT 2.7.0 (script tags in the gwt.xml files)

2015-01-27 Thread Jim Douglas
Yeah, this was a hassle for me too. This is the breaking change in 2.7.0: https://code.google.com/p/google-web-toolkit/issues/detail?id=8578 I did a few things to bridge the gap from 2.6.1 to 2.7.0. (1) Add this to the project.gwt.xml to not crash on those script tags:

Re: Google Plugin for Eclipse 4.3 (Kepler): SDKs still includes gwt-2.6.0

2015-01-20 Thread Jim Douglas
Ok, done. It looks like the answer is probably no, it won't be updated. On Tuesday, January 20, 2015 at 2:01:14 AM UTC-8, Thomas Broyer wrote: On Tuesday, January 20, 2015 at 12:30:09 AM UTC+1, Jim Douglas wrote: It's not a complete showstopper; I did install the 2.7.0 SDK separately

Re: Google Plugin for Eclipse 4.3 (Kepler): SDKs still includes gwt-2.6.0

2015-01-20 Thread Jim Douglas
/#!topic/google-plugin-eclipse/aDEPKjAqscc On Tuesday, January 20, 2015 at 9:08:19 AM UTC-8, jchimene wrote: On 1/20/2015 9:07 AM, Jim Douglas wrote: Ok, done. It looks like the answer is probably no, it won't be updated. Not seeing the issue (did a search on keywords 2.7 | kepler

Re: Google Plugin for Eclipse 4.3 (Kepler): SDKs still includes gwt-2.6.0

2015-01-19 Thread Jim Douglas
It's not a complete showstopper; I did install the 2.7.0 SDK separately. But it complicates our shared team configuration, which currently assumes a working SDK at plugins/com.google.gwt.eclipse.sdkbundle_2.6.0/gwt-2.6.0. I was expecting to be able to just tweak that to point to

Re: [ERROR] Unable to find 'Student.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

2014-11-10 Thread Jim Douglas
Piyush, It rarely makes sense to respond to several-year-old posts, and the original poster said that the problem was resolved. On Monday, November 10, 2014 12:17:06 PM UTC-8, Piyush wrote: Go to project-Run Configurations-Select Web Application and delete the file.Now run your project as

[gwt-contrib] Re: GWT 2.7.0 beta1

2014-10-18 Thread Jim Douglas
Is GPE support still pending? I just did a quick test in Kepler. I set this as my default GWT SDK, then attempted to GWT Compile my project; it died immediately with this stack trace: Compiling module com.basis.bbj.web.gwt.EnglishOnly [ERROR] Unexpected internal compiler error

Re: [gwt-contrib] Re: GWT 2.7.0 beta1

2014-10-18 Thread Jim Douglas
, Jim Douglas jdo...@basis.com javascript: wrote: Is GPE support still pending? I just did a quick test in Kepler. I set this as my default GWT SDK, then attempted to GWT Compile my project; it died immediately with this stack trace: Compiling module com.basis.bbj.web.gwt.EnglishOnly

Re: [gwt-contrib] Re: GWT 2.7.0 beta1

2014-10-18 Thread Jim Douglas
:34:40 AM UTC-7, Jim Douglas wrote: Crap, I knew that, but it's been a few years since it last tripped me up, so I forgot; retrying now. On Saturday, October 18, 2014 11:21:23 AM UTC-7, Daniel Kurka wrote: This looks like an issue with your gwt-unitCache. Can you clear it and retry

[gwt-contrib] Re: GWT 2.7.0 beta1

2014-10-18 Thread Jim Douglas
Not trying to run either dev mode, just trying to GWT Compile the package. On Saturday, October 18, 2014 11:31:44 AM UTC-7, Brandon Donnelson wrote: There is no special GPE support needed to run GWT 2.7.0-beta1. The same launch configs can be used. Although if you want to run dev mode, use

Re: [gwt-contrib] Re: GWT 2.7.0 beta1

2014-10-18 Thread Jim Douglas
Eureka! (Or not quite, but that was much closer to working.) Apparently our overall project is dependent on asm-all-3.1.jar, and GWT 2.7.0 has a newer dependency than GWT 2.6.1 (and the APIs are inompatible). Ok, swapping in asm-all-5.0.3.jar introduces a flood of build errors in another

Re: [gwt-contrib] Re: GWT 2.7.0 beta1

2014-10-18 Thread Jim Douglas
Hmm. We do have this in our project.gwt.xml file: set-configuration-property name='compiler.max.vars.per.var' value='-1'/ I inherited ownership of this project; I'm not sure why that was added. Removing it does correct that crash. That leaves me with a few new-for-2.7 linker errors:

Re: [gwt-contrib] Re: GWT 2.7.0 beta1

2014-10-18 Thread Jim Douglas
Does GWT 2.7 change the default linker behaviour? This configuration works fine in GWT 2.6.1. On Saturday, October 18, 2014 3:05:33 PM UTC-7, Jens wrote: Because ASM 4+ guarantees API compatibility, when we switched to 5.0.3 (to support Java 8) we decided to use it directly without

Re: [gwt-contrib] Re: GWT 2.7.0 beta1

2014-10-18 Thread Jim Douglas
, October 19, 2014 12:42:27 AM UTC+2, Jim Douglas wrote: Does GWT 2.7 change the default linker behaviour? This configuration works fine in GWT 2.6.1. On Saturday, October 18, 2014 3:05:33 PM UTC-7, Jens wrote: Because ASM 4+ guarantees API compatibility, when we switched to 5.0.3 (to support

Re: unable to use external javascript in GWT

2014-07-27 Thread Jim Douglas
Try it like this: public static native void initGo() /*-{ var $$ = $wnd.go.GraphObject.make; }-*/; Also, you can add external js to your GWT project by dropping the files into your project/public/ directory and adding them to your project.gwt.xml file like this: !-- External JavaScript

Re: is there any chance to stop the current event

2014-04-07 Thread Jim Douglas
It's preferable to post updates to the original thread to retain context, rather than starting an entirely new thread. https://groups.google.com/d/msg/google-web-toolkit/6IIti4gp-us/ZuHBQhnYawUJ You're looking for event.preventDefault(). But again, if you're simply trying to block the paste

Re: how to disable copy/cut/paste option on mgwt MTextBox and MPasswordTextBox

2014-04-02 Thread Jim Douglas
I disable those events in my code in order to override them and provide enhanced functionality. Just blocking them is generally a bad idea; it annoys the user. But the general approach would be to register for the events you want to block, and call event.preventDefault() to suppress the

Re: How to capture all key events?

2014-03-17 Thread Jim Douglas
This might do what you need: http://www.gwtproject.org/javadoc/latest/com/google/gwt/user/client/Event.html#addNativePreviewHandler(com.google.gwt.user.client.Event.NativePreviewHandler) On Monday, March 17, 2014 2:39:37 PM UTC-7, rjcarr wrote: Using the DOM directly you'd add an event

Re: DialogBox keyboard operation problem

2014-02-26 Thread Jim Douglas
Try this when you get the keyboard event for the tab key: http://www.gwtproject.org/javadoc/latest/com/google/gwt/dom/client/NativeEvent.html#preventDefault() On Tuesday, February 25, 2014 7:21:21 PM UTC-8, Sheryl Zheng wrote: Hello, We have a requirement that our application needs to be

Re: Textbox Does Not Display Correctly When Using Chrome

2014-02-08 Thread Jim Douglas
The GWT TextBox isn't much more than a very thin veneer around an HTML input type=text element. It's one of the most commonly used GWT Widgets; you should start with the assumption that it works fine in all standard browsers. You can open this page in Chrome to see a sample GWT TextBox:

Re: Compile time with a large project

2014-02-05 Thread Jim Douglas
Just curious, how long is your compilation time? I think our GWT project is relatively big (well over 100,000 lines of client-side Java source code; the split point report shows total generated code size about 1.5MB), and it compiles 5 permutations in about 70 seconds on my system. (We

Re: Compile time with a large project

2014-02-05 Thread Jim Douglas
Right. On a fast machine (Core i7 with a lot of RAM and using -localWorkers 2), that should be maybe 5-10 minutes, not 40. On Wednesday, February 5, 2014 11:23:11 AM UTC-8, Jens wrote: On our build machine (which isn't the fastest thing in the world), it takes 40 minutes to run javac +

Re: Compile time with a large project

2014-02-05 Thread Jim Douglas
That's a lot better than 40 minutes. It would get even better if there wasn't a VM in the mix. On Wednesday, February 5, 2014 11:44:35 AM UTC-8, James Wendel wrote: It's a VM with 4 CPU cores (X5690 CPU, Xeon's are from Q1 2011), and 10GB of ram. It looks like the 40 minute quote was doing

Re: Dialogbox.center and resize synchronization problem

2014-01-28 Thread Jim Douglas
You might want to play with setPopupPositionAndShow(); there's an example at the top of this page: http://www.gwtproject.org/javadoc/latest/com/google/gwt/user/client/ui/PopupPanel.html Just as an example (YMMV), I use this in some of my DialogBox objects: public void center(boolean

Re: Latest Google Eclipse update has hosed my Eclipse

2013-12-29 Thread Jim Douglas
Steve, Rajeev responded to reports of this problem in the GPE group, here: https://groups.google.com/d/msg/google-plugin-eclipse/V4MaZEXY24Q/FjR16G28WXIJ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and

inherits name=com.google.gwt.core.SynchronousFragmentLoadCallback/

2013-12-19 Thread Jim Douglas
I've spent the last week trying to isolate a GWT 2.6.0 performance regression; every method associated with a split point had an added delay of 30 ms. We finally isolated it to this code splitting change: http://www.gwtproject.org/release-notes.html#Release_Notes_2_6_0_RC1 - GWT.runAsync

Re: How to prevent GWT TextArea to resize by dragging (Not using CSS3)

2013-11-18 Thread Jim Douglas
This isn't really a GWT question. The GWT TextArea is nothing more than an HTML textarea element. The CSS resize property is the correct way to adjust that setting, but it's not supported in IE. http://caniuse.com/#search=resize https://www.google.com/search?q=css+resize+ie On Monday,

Re: canvas toDataUrl() works in mouse event but not in touch event

2013-11-15 Thread Jim Douglas
https://code.google.com/p/android/issues/detail?id=7901 On Friday, November 15, 2013 9:36:21 AM UTC-8, James Bearden wrote: Hello, I have implemented a signature widget using the GWT 2.5 Canvas. It works great on the desktop (mouse event), but not on a tablet (touch event). Unfortunately

Re: OutOfMemoryError after upgrade to OS X Mavericks

2013-11-04 Thread Jim Douglas
I'm not seeing any GWT changes after upgrading to Mavericks, but googling that error message does find some suggestions: https://www.google.ca/search?q=OutOfMemoryError:+Increase+heap+size+or+lower+gwt.jjs.maxThreads On Monday, November 4, 2013 8:24:36 AM UTC-8, E.P. wrote: Hi everyone,

Re: Decimals acting wierd : 5.3 * 3 = 15.899999999999999

2013-09-29 Thread Jim Douglas
http://www.codinghorror.com/blog/2009/05/why-do-computers-suck-at-math.html On Sunday, September 29, 2013 3:20:36 AM UTC-7, Martones wrote: Hey guys, I had this problem hounting me since quite a while. I'm using double types in the equation above and I have this wierd precision result :

[gwt-contrib] Re: GWT Meet-up 2013 Videos Slides

2013-07-15 Thread Jim Douglas
The folder isn't public (You need permission to access this item.). On Monday, July 15, 2013 3:38:42 PM UTC-7, Bhaskar Janakiraman wrote: Hi Folks, The videos and slides from the GWT Meet-up conference at Google are finally up. I've uploaded them to a newly created GWT Youtube channel:

Re: GWT plugin support for Eclipse Kepler (4.3)

2013-06-29 Thread Jim Douglas
Has anyone noticed if this bug still exists in the released version of Kepler? https://code.google.com/p/google-plugin-for-eclipse/issues/detail?id=100 On Friday, June 28, 2013 2:43:10 PM UTC-7, Jens wrote: A workmate has installed Eclipse 4.3 and currently uses GPE for Eclipse 4.2 (using

Re: upgrading Client application in GWT version 2.1.0 to GWT version 2.3.0

2013-06-13 Thread Jim Douglas
It's impossible to answer such a broad question, but I wouldn't anticipate any major issues. Upgrade your development copy of GWT, rebuild your application, and chase down any build errors that pop up. But if you're putting in the effort to upgrade your version of GWT, you really should use the

Re: howto scroll ListBox to bottom entry

2013-06-09 Thread Jim Douglas
Try this (untested): Element element = myListBox.getElement(); element.setScrollTop(element.getScrollHeight() - element.getClientHeight()); On Jun 9, 10:43 am, Olaf Raether o...@raether.de wrote: I have a com.google.gwt.user.client.ui.ListBox. How can I scroll to the last entry in the list ?

Re: Overuse of AssumedStale Issue Tag

2013-05-26 Thread Jim Douglas
I just got that AssumedStale notification about a bug that I entered (6484http://code.google.com/p/google-web-toolkit/issues/detail?id=6484). It's not fixed and it's still an issue; it makes on-demand scrolling unusable (or at least flaky) in a CellList. I get how satisfying it is to close a

Re: GWT - So terribly slow that makes development hard ... very hard ... extremely hard ...

2013-04-20 Thread Jim Douglas
It's very hard to tell you anything useful when you post such a vague comment. What specifically is slow for you? How big is your application? How powerful is your development computer? On my MacBook Pro, I rarely bother with DevMode any more; I can do a full compile of 6 permutations of my

Re: bugs in 2.5

2013-01-15 Thread Jim Douglas
Sounds like you're going to want to ask Google to refund the money you paid for GWT. Or you can just report the bugs you found, which is how this works. On Tuesday, January 15, 2013 7:31:33 AM UTC-8, timp wrote: hello, I lost all of yesterday to two bugs. one is within the provided core jre

Re: file upload path gives full path

2012-12-06 Thread Jim Douglas
You'll find more than you want to know about it if you google fakepath. http://blogs.msdn.com/b/ie/archive/2009/03/20/rtm-platform-changes.aspx On Dec 3, 9:30 pm, sreenivas putta.sreeni...@gmail.com wrote: Hi, I am uploading a file to server. when from firefox , it is giving only the file

Re: [gwt-contrib] GWT 2.5 Final - Next Week

2012-10-25 Thread Jim Douglas
Hi Unnur, This is a regression of code that works in 2.3 and 2.4. But we were able to implement a workaround based on the suggestions in the bug report. Jim. On Thursday, October 25, 2012 5:08:08 PM UTC-7, unnurg wrote: Hi Adam - I'm sorry, but we were only considering immediate

Re: Firefox 16 GWT Plugin

2012-10-11 Thread Jim Douglas
Yes. http://arstechnica.com/security/2012/10/firefox-16-vulnerability-attack-code-available-online/ On Thursday, October 11, 2012 7:48:04 AM UTC-7, fishe...@gmail.com wrote: Wasn't FF16 pulled due to security problem? On Thu, Oct 11, 2012 at 8:49 AM, Thad thad.hu...@gmail.com

Re: Video from io 2012 : The History and Future of Google Web Toolkit

2012-07-10 Thread Jim Douglas
https://developers.google.com/events/io/sessions/gooio2012/218/ https://www.youtube.com/watch?v=VOf27ez_Hvg On Jul 6, 12:57 am, Nicolas Antoniazzi nicolas.antonia...@gmail.com wrote: Does anyone know if there is a video about the gwt session from io 2012: The History and Future of Google Web

Re: Know how wide text will be on a Canvas

2012-07-06 Thread Jim Douglas
, July 5, 2012 8:37:00 PM UTC-4, Jim Douglas wrote: http://google-web-toolkit.googlecode.com/svn/javadoc/2.5/com/google/g...) http://google-web-toolkit.googlecode.com/svn/javadoc/2.5/com/google/g...) http://google-web-toolkit.googlecode.com/svn/javadoc/2.5/com/google/g...() On Jul 5, 4:17 pm

Re: Google IO 2012 : no GWT session ?

2012-07-06 Thread Jim Douglas
Murray: https://developers.google.com/events/io/sessions/gooio2012/218/ https://docs.google.com/a/basis.com/presentation/d/1pC9WK80-fzIs2iMQOO3Jsvfmqv2erI9xucuF3lHOE7Q/edit?pli=1#slide=id.p18

Re: Know how wide text will be on a Canvas

2012-07-05 Thread Jim Douglas
http://google-web-toolkit.googlecode.com/svn/javadoc/2.5/com/google/gwt/canvas/dom/client/Context2d.html#setFont(java.lang.String) http://google-web-toolkit.googlecode.com/svn/javadoc/2.5/com/google/gwt/canvas/dom/client/Context2d.html#measureText(java.lang.String)

Re: What is the minimum Internet speed connexion that the GWT team is considering when testing their GWT application ?

2012-07-03 Thread Jim Douglas
I'm not sure it's possible to make a general statement; it depends on your application. If you haven't already done this, take a look at -compileReport; it can show you what contributes to the size of your application. https://developers.google.com/web-toolkit/doc/latest/DevGuideCompileReport

Re: Date Serialization

2012-07-03 Thread Jim Douglas
Yup, probably the timezone offset. We tripped over that too (wrong dates when the server and client were in different time zones); we stopped serializing Date objects and switched to sending a customized y/m/d value instead. On Jul 3, 2:41 pm, Paul Robinson ukcue...@gmail.com wrote: On 03/07/12

Re: What is the minimum Internet speed connexion that the GWT team is considering when testing their GWT application ?

2012-07-03 Thread Jim Douglas
The missing CompilerMetrics-*-index.html files is this bug: http://code.google.com/p/google-web-toolkit/issues/detail?id=6691 So ignore the missing CompilerMetrics* files and just focus on the Split Point Reports; they'll tell you how much space was taken up by various components generated into

Re: What is the minimum Internet speed connexion that the GWT team is considering when testing their GWT application ?

2012-07-03 Thread Jim Douglas
particular mix of code. On Jul 3, 7:18 pm, Jim Douglas jdou...@basis.com wrote: The missing CompilerMetrics-*-index.html files is this bug: http://code.google.com/p/google-web-toolkit/issues/detail?id=6691 So ignore the missing CompilerMetrics* files and just focus on the Split Point Reports

Re: How far does the optimizations of the GWT compiler go..?

2012-06-23 Thread Jim Douglas
http://code.google.com/p/google-web-toolkit/issues/detail?id=6691#c1 On Jun 23, 6:45 am, Joseph Lust lifeofl...@gmail.com wrote: I tried enabling SOYC yesterday too (GWT 2.3). I had the same issue. The links on the index page for the first permutation worked, but not the second permutation.

Re: how to check whether the email or website is real website or email

2012-06-12 Thread Jim Douglas
That question has nothing to do with GWT, so this is the wrong place to post it. Decide what you mean by validate and real and google the question. On Jun 12, 8:11 am, lucky lucky.begum...@gmail.com wrote: could any one provide me the solution to validate whether the given email or website is

  1   2   3   4   5   >