Re: IntegerBox and Editor framework question

2013-11-04 Thread Nicolas Weeger
Hello. You could also: * use another editor (possibly wrapping or delegating to an IntegerBox) that makes sure getValue is never 'null', or * make the parent editor a ValueAwareEditor and handle the field binding manually in the setValue() and flush() methods Indeed, that

Re: GWT 2.5.1 now available

2013-11-04 Thread Ed
According to the timeline there will be a RC on 4th of November Bring it on... ;) -- You received this message because 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

Re: Native File Chooser Dialog

2013-11-04 Thread Dann Martens
Hi Tim, Just out of curiosity I rigged up some code do try the get that behaviour: I couldn't get it to work, either. I used lib-gwt-file, not vanilla GWT. I think Thomas is right, only a handler processing a user-initiated event can do the programmatic equivalent of opening the file chooser

Re: Implementation alternatives to improve GWT RequestFactory read and write based use cases

2013-11-04 Thread Ümit Seren
If you don’t care about EntityChangeEvents you can also override the isLive() method and return true (see herehttp://stackoverflow.com/questions/9476341/requestfactory-theory-why-is-locator-find-being-called-so-often ). This improved performance quite a bit at least in my case. On Friday,

GWT DevMode latest version (1.25 ?) crashes FireFox 24 ESR

2013-11-04 Thread stuckagain
Hi, I am trying to run devmode on FireFox 24 ESR release, Plugin version says 1.25. When FireFox starts it crashes, when I delete the GWT DevMode plugin FireFox works again. I can not upgrade to a newer version of FireFox since this is the version that our customers will use and so I want

Super Dev Mode on Mobile, Tablet, IPad Browser

2013-11-04 Thread CHEN NEE LIM
Hi, Does anyone know how to run super dev mode on Mobile, Tablet, IPad Browser? Thanks. -- You received this message because 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

Alternative needed - appengine application is limited to 10,000 uploaded files per version

2013-11-04 Thread Shishir Mane
https://lh3.googleusercontent.com/--ks67ISIINU/Unc1oJ-TDWI/A3c/WJHFSc-9gPo/s1600/ExternalLibsAndModuleConfig.png Attempts to deploy my application to appengine have failed because of the hard limit on uploads i.e. 10,000. My application is using external libraries and constants in 2

Displaying SVG file in gwt

2013-11-04 Thread pradeepkiruvale
Hi All, I am new to gwt and in my application I have to display a svg file which I get from server. The question is I am able to get the svg file from server side and display using HTMLPanel. But events are not getting fired.Like mouse over ,drag and drop events etc which are inside the svg

Re: Super Dev Mode on Mobile, Tablet, IPad Browser

2013-11-04 Thread Jens
The same way like you would run it on a desktop. However to debug the application on the mobile device you need to connect your desktop browser's dev tools to the mobile device via remote debugging. As an example for iOS: http://moduscreate.com/enable-remote-web-inspector-in-ios-6/ -- J. --

Re: Native File Chooser Dialog

2013-11-04 Thread Dann Martens
Whoa: do try the get... what a neuron misfire! Maybe I really should start eating breakfast again if I want to stop talking gibberish like that. #wtf #fail -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and

Re: Super Dev Mode on Mobile, Tablet, IPad Browser

2013-11-04 Thread Thomas Broyer
On Monday, November 4, 2013 10:07:11 AM UTC+1, CHEN NEE LIM wrote: Hi, Does anyone know how to run super dev mode on Mobile, Tablet, IPad Browser? The easiest way to run the bookmarklets in Chrome for Android (and possibly Chrome for iOS) is to use synchronization to get them to the

Re: Alternative needed - appengine application is limited to 10,000 uploaded files per version

2013-11-04 Thread Thomas Broyer
On Monday, November 4, 2013 8:13:25 AM UTC+1, Shishir Mane wrote: https://lh3.googleusercontent.com/--ks67ISIINU/Unc1oJ-TDWI/A3c/WJHFSc-9gPo/s1600/ExternalLibsAndModuleConfig.png Attempts to deploy my application to appengine have failed because of the hard limit on uploads i.e.

Re: GWT DevMode latest version (1.25 ?) crashes FireFox 24 ESR

2013-11-04 Thread Thomas Broyer
On which OS is this? On Monday, November 4, 2013 11:52:25 AM UTC+1, stuckagain wrote: Hi, I am trying to run devmode on FireFox 24 ESR release, Plugin version says 1.25. When FireFox starts it crashes, when I delete the GWT DevMode plugin FireFox works again. I can not upgrade to a

GWT-Hibernate application do not release session resources

2013-11-04 Thread aironesoft
We have developed a gwt-hibernate multi database application which is running on Glassfish and using Oracle datatabase. After a connection to a default database which is addressed by a default persistence unit like the following: persistence-unit name=DefaultDBConnection

OutOfMemoryError after upgrade to OS X Mavericks

2013-11-04 Thread E.P.
Hi everyone, after the upgrade to Mavericks I am having a problem compiling my application: Compiling 1 permutation Compiling permutation 0... [ERROR] OutOfMemoryError: Increase heap size or lower gwt.jjs.maxThreads java.lang.OutOfMemoryError: Java heap space at

How not load a library into a entry point?

2013-11-04 Thread Mario Molina
I'm developing a GWT application using Isomorphic's smartGWT tables. The problem is that I've got two entry points, one for the main application and one for a Chrome plugin. The code of the plugin is very simple and don't need smartGWT however load it. The size of my plugin without smartGWT

Re: SuggestBox and HasBlurHandlers

2013-11-04 Thread Norm Deane
Yes we're seeing situations where it doesn't fire a ValueChangedEvent. If you type some characters, arrow down into the search results, then tab out of the field it selects that suggestion, sets the textbox value, but doesn't fire a ValueChangedEvent. On Sunday, November 3, 2013 9:42:40 AM

Re: SuggestBox and HasBlurHandlers

2013-11-04 Thread Norm Deane
We're doing that. One solution that almost worked was to listen for both the onBlur from the textbox and the onClose from our SuggestionDisplay's PopupPanel. In the onBlur for the textbox we would look to see if the SuggestionDisplay's PopupPanel was still visible. If so we knew they could be

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: GWT-Hibernate application do not release session resources

2013-11-04 Thread Jens
Is the HashMap get/put code inside getFactory(String persistenceUnit) synchronized? If not there is a chance that you create more than one factory if you do not have an entry in your HashMapString, EntityManagerFactory instance yet. HashMap is not thread safe and if x threads call

Re: Implementation alternatives to improve GWT RequestFactory read and write based use cases

2013-11-04 Thread Doug Gschwind
Hi Thomas, Indeed we are. We keep the Hibernate session open for the duration of the HttpRequest following the Open Session In View pattern. Any other ideas? Thanks, Doug On Sunday, November 3, 2013 3:22:35 PM UTC-8, Thomas Broyer wrote: The way RequestFactory is designed, you have to use

Re: Implementation alternatives to improve GWT RequestFactory read and write based use cases

2013-11-04 Thread Doug Gschwind
Thanks Umit. Indeed we do that too. We have a ServiceLocator supertype which all of our concrete ServiceLocator concrete subclasses extend, and isLive() is implemented to unconditionally return true in that implementation. Thanks, Doug On Monday, November 4, 2013 1:31:28 AM UTC-8, Ümit Seren

Re: Implementation alternatives to improve GWT RequestFactory read and write based use cases

2013-11-04 Thread Ümit Seren
@Doug: Sorry I missed the part in your first post where you mentioned that you already return true in the isLive method. RequestFactory uses reflection on the server-side which might be an issue with a huge graph (although I believe it uses caches to speed up things in subsequent calls. I guess

Re: [gwt-contrib] Re: GWT 2.6.0 will be still Ant based or already Gradle bases? (for OSGI-fy GWT)

2013-11-04 Thread Dann Martens
Hi All, Better OSGi support would be great: right now we bundleize everything manually. The fat gwt-servlet jar pulls in a lot of 'stray' platform extension packages, e.g. javax.servlet which whould be provided by proper osgi-ified platform extension libraries. It's annoying to do it manually,

Re: [gwt-contrib] Re: how to use GWT.runAsync()?

2013-11-04 Thread Binh Thanh Nguyen
Thanks Lex Spoon, your explanation is really useful to my project. On Thursday, November 6, 2008 5:16:38 AM UTC+7, Lex Spoon wrote: On Fri, Oct 31, 2008 at 11:50 AM, Ian Petersen ispe...@gmail.comjavascript: wrote: The compiler already analyzes your code to do things like dead code

Re: [gwt-contrib] Re: GWT 2.6.0 will be still Ant based or already Gradle bases? (for OSGI-fy GWT)

2013-11-04 Thread Thomas Broyer
On Monday, November 4, 2013 9:00:13 AM UTC+1, Dann Martens wrote: Hi All, Better OSGi support would be great: right now we bundleize everything manually. The fat gwt-servlet jar pulls in a lot of 'stray' platform extension packages, e.g. javax.servlet which whould be provided by proper

Re: [gwt-contrib] Re: GWT 2.6.0 will be still Ant based or already Gradle bases? (for OSGI-fy GWT)

2013-11-04 Thread Dann Martens
Hi Thomas, You're right, it wasn't gwt-servlet, I found them in gwt-user and gwt-dev; I did it manually a long time ago and had to check back to see what I actually did there. Thanks for clearing that up! During development, an OSGi-fied gwt-user bundle was added to the list of deployed

[gwt-contrib] Deprecating and moving AsyncProxy out of SDK

2013-11-04 Thread Goktug Gokdogan
Although AsyncProxy looks fancy and might look like a good idea at first, I actually think the due to potential unsafe usages and practicality reasons, it may not be a good idea to include as part of the core SDK. The main reason for that is if the methods include logic then you cannot use it

[gwt-contrib] Reminder: Branching GWT 2.6 later today

2013-11-04 Thread Matthew Dempsky
As a reminder, I'm going to create the GWT 2.6 branch later today and prepare a 2.6rc1 snapshot. There's still some time to propose and submit patches, but it's down to hours remaining now. Don't fret if you miss the deadline: there will be more releases in the future! --