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 information,

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? http://gwt-plugins.github.io/documenta

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
dularization thingy all > over 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 pos

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
he Central Repository (use Coursier > https://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: >

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
haven't got 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

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
ependencies on the rest. > > 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

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 s

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
om/eclipse/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 s

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
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

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 http

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

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: https://caniuse.com/#fea

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 do

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
What 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

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

2019-07-31 Thread 'Jim Douglas' via GWT Users
of this obscure 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, 2

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

2019-07-31 Thread 'Jim Douglas' via GWT Users
rt 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 choic

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 i

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

2019-07-24 Thread 'Jim Douglas' via GWT Users
g GWT components" 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 dependen

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 Wednesda

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" uberjar

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: https://stackoverflow.com/questions/51094274/eclipse-cant-find-xml-related-classes-af

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. http://www.gwtproject.org/down

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 ba

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 see

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 https://bbjserver.basis.com:8443/files/showca

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 t

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 1:2

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 method &

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 one

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 com.google.gwt.d

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: http://www.gwtproject.or

Re: Google Plugin for Eclipse Mars

2016-10-18 Thread Jim Douglas
Is there an announcement of the deprecation anywhere, Brandon? Those URLs all look like works in progress. When a random developer goes looking for the Google Plugin for Eclipse, he finds this: https://developers.google.com/eclipse/ Which leads to these install instructions: https://develope

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. https://developers.google.c

Re: SuperDevMode

2016-03-29 Thread Jim Douglas
UTC-7, 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

Re: SuperDevMode

2016-03-29 Thread Jim Douglas
On Tuesday, 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 c

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 > > wrote: > >> What about it? >> >&g

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 > > wrote: > >> Since DevMode dropped dead, I've just written it off and worked directly

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 (http://www.gwtproject.org/a

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: > > Javasc

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. T

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, De

Magical "js" function

2015-09-17 Thread Laser Jim
it wasn't yet implemented, but I'm wondering if there are any updates on this and/or if there is a tracking bug I can reference rather than posting in this group. Thanks, Jim -- You received this message because you are subscribed to the Google Groups "GWT Users" group.

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 > >* DeferredCommand*.

Re: Error migrating to GWT 2.7.0 (

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

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 (

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 showst

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 plugins/com.g

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

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: O

Prautobeans - proto and autobeans maven plugin

2014-07-03 Thread Jim Northrup
at the recent gwt meetup at the google plex quite a bit of discussion around where RPC is going took place in the sidebars. in my own projects, working on a database backend, I accidentally got sidetracked building a websocket wire protocol based loosely on staying freindly to autbobeans but de

post-compiled textual replacement regex safety

2014-06-30 Thread Jim Northrup
. as if compiling gwt to a jsp file, but not having or needing more than 1 or two replaced vars once per server startup. TIA Jim -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receivin

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 fu

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 defaul

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 listen

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 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: http://gwt.googleuse

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 doi

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 + b

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 compile

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 p_touch

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

google-web-toolkit@googlegroups.com

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 al

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, Novemb

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). > Unfortuna

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, > af

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 :

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 c

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 wrote: > I have a com.google.gwt.user.client.ui.ListBox. > How can I scroll to the last entry in the list ? -- You receiv

Re: Overuse of "AssumedStale" Issue Tag

2013-05-26 Thread Jim Douglas
I just got that AssumedStale notification about a bug that I entered (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

Re: I/O 2013 - GWT Sessions?

2013-05-20 Thread Jim Douglas
https://www.youtube.com/watch?v=Ul-LbfkJ-tw On May 19, 11:06 am, Carlos Aguayo wrote: > Slides for "GWT Roadmap for the Future" are > here:https://docs.google.com/presentation/d/1PfXXegni0gcZQYpX09t0gs2Z9dqST... > > I couldn't find the youtube video for it. > > The youtube video for the "Demysti

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 app

Class files being generated to source trees when running GWT from within IDE

2013-02-25 Thread Jim Weaver
Hi, We've seen this with both Eclipse and Intellij, but currently with IntelliJ. When we launch our web application using the IntelliJ GWT plugin via a run configuration, the application launches fine, but class files are written to the source trees. I can see the source trees in the classpat

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

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 wrote: > Hi, > > I am uploading a file to server. when from firefox , it is giving only the > file name, when i access thro

Re: GWT 2.5 GA is Here!

2012-10-26 Thread Jim Northrup
I'd like to see parity with javax.xml.bind.* in gwt proper; none of the SC vendors proper have a vested interest in un-inventing XML marshalling. On Friday, October 26, 2012 5:07:02 AM UTC-7, Thomas Broyer wrote: > > > > On Friday, October 26, 2012 1:52:17 PM UTC+2, Ali Jalal wrote: >> >> Mostl

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 >wrote: > >> Ditto for Windows 7

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 wrote: > Does anyone know if there is a video about the gwt session from io 2012: > "The History and Future of Google Web Toolkit" by Ray Cromwell? >

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 http://www.infoworld.com/d/application-development/google-hands-over-control-of-google-web-toolkit-steer

Re: Know how wide text will be on a Canvas

2012-07-06 Thread Jim Douglas
; > On Thursday, 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.co

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) http://google-web-toolkit.googl

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
FWIW, I'm using these optimization options in my *.gwt.xml file: Each of those options reduces the size of the generated JavaScript; the extent of the improvement will depend on your particular mix of code. On Jul 3, 7:18 pm, Jim Douglas wrote: > The missing Compile

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 y

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 wrote: > On 03/07/12 21:41, Daniel F.

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 Al

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 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. SOYC defect? > > Jos

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 wrote: > could any one provide me the solution to validate whether the given email > or website is real or not? -- Y

Is there any way to coerce CellList.setKeyboardSelected(index,true,true) into working?

2012-06-11 Thread Jim Douglas
This is frustrating because it ought to be trivial, and I'm finding it impossible. Basically, I want to make my typeahead logic mesh smoothly with up/down arrows, so if a CellList contains 1000 names and the user types J, O, N, E, S, down-arrow, he should land on the first name after JONES in the

Re: Firefox 13 DevMode Plugin

2012-06-08 Thread Jim Douglas
Thanks, Alan! Looks good on Mac OS X 10.7.4. On Jun 7, 5:47 pm, Alan Leung wrote: > Last but not least, Mac: > > http://acleung.com/ff13-mac.xpi > > Enjoy and happy GWT hacking. > > -Alan > > On Thu, Jun 7, 2012 at 1:52 PM, Juan Pablo Gardella < > > > > > > > > gardellajuanpa...@gmail.com> wrote

Re: Read in binary file into byte[] ?

2012-05-23 Thread Jim Douglas
ant to load a file > > > from the users computer. I want to read a file from the directory on > > > the server where my GWT app lives. I just want to know the options I > > > have to read this binary file into a byte[]. I am very new with GWT :) > > > > On May

Re: Read in binary file into byte[] ?

2012-05-22 Thread Jim Douglas
Not in GWT proper, and not reliably in all browsers. Start your reading here: http://www.google.com/search?q=javascript+file+api On May 22, 12:42 pm, Carsten wrote: > Hi, > > is it possible to read in a binary file in my GWT Java-code and > convert it into a byte[] ? > > Thanks! > Carsten --

Re: DateTimeFormat: Return the localized name of a month given you have an int.

2012-05-22 Thread Jim Douglas
http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/i18n/client/DateTimeFormat.html Text or Number 3 or more, use text, otherwise use number. (e.g. "M" produces "1", "MM" produces "01", "MMM" produces "Jan", and "" produces "January". Some pattern letters also treat a count

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-22 Thread Jim
If Google can provide GWT support service, that will be super, which is a win-win for companies who has GWT in production and Google GWT development team. Jim On Apr 22, 10:59 am, Cristian Rinaldi wrote: > I honestly do not think that GWT is dying. > The community is very large, and w

Re: How to use HorizontalPanel#setVerticalAlignment() ?

2012-03-27 Thread Jim Douglas
FWIW, the sample code I added to the other thread also shows setting vertical alignment. http://groups.google.com/group/google-web-toolkit/browse_thread/thread/ae382844d84c20e9# On Mar 27, 6:52 am, dhoffer wrote: > Yup, my brain and IDE were in park yesterday I guess, thanks. > > -Dave > > On Ma

  1   2   3   4   5   6   7   >