IndexedDb

2012-10-22 Thread Twentyseven
Hello, I did some test with local and session storage with GWT but it's very limited in size. I'd like to use IndexedDb but there's no "native" API implemented in GWT. I've saw Elemental in GWT 2.5 but it seems to be experimental. Is there a mature project that wrap the IndexedDb API in GWT ? T

Google flight field

2012-07-25 Thread Twentyseven
Hello, I've seen that the Google Flight page is made using GWT ( https://www.google.com/flights/). I find the text field, date field, ... with the button inside very nice. How can I make this type of field using GWT ? Thank's, -- You received this message because you are subscribed to the Goog

Call garbage collector

2012-01-04 Thread Twentyseven
Hello, I'd like to call the browser's garbage collector. I did some tests with the inspect function in Chome and the button to call the gc but I'd like to do this automatically in my GWT application. I've seen in the JRE emulation reference that the System.gc() method was emulated, but after calli

Re: Massive increase in compile time with GWT 2.3

2011-06-02 Thread Twentyseven
Hello, In fact I have exactly the same problem than Dennis. We migrate our application from GWT 2.0 to 2.3 and th ecompilation time has increased about 40%. My problem is not how to optimize the compilation time but why this huge difference between GWT versions. Thank's On 19 mai, 18:30, Hilco W

GWT 2.0 spring hibernate gilead

2011-01-07 Thread Twentyseven
Hello, I'm using GWT 2.0, Spring, Hibernate and Gilead for some time now. Gilead allow me to use the DTO pattern and give me the availability to update my DTO's directly. But my problem is that I have a big apps and that the merge and clone are very expensive in cpu and in time. For now with G

Re: Profiling memory usage

2010-05-28 Thread Twentyseven
t; > As for the actual data, any javascript profiler will work, you will > want to compile with the -pretty option to get legible function names. > > On May 28, 11:12 am, Twentyseven wrote: > > > > > Hello, > > > We're developing a very big application

Profiling memory usage

2010-05-28 Thread Twentyseven
Hello, We're developing a very big application using GWT and we're facing big memory usage by the browser (sometime 2 Gb on Chrome). How could I profile/monitor the use of monitor and determine what are the composite who take the memory ? thank's -- You received this message because you are sub

javax.servlet.ServletException: Content-Type was '(null)'. Expected 'text/x-gwt-rpc'.

2010-04-19 Thread Twentyseven
Hello, We're using GWT 2.0, Spring 2.5. On our production server we have sometime this error : SEVERE: Exception while dispatching incoming RPC call javax.servlet.ServletException: Content-Type was '(null)'. Expected 'text/x-gwt-rpc'. at com.google.gwt.user.server.rpc.RPCServletUtils.chec

Menubar, menuitem show on the left

2009-12-21 Thread Twentyseven
Hello, we're using menubar and menuitem for ou application's menu. The menu takes the entire screen width, so when when we have submenus on the right side of the menu they open on the right, but the user doesn't see them. Is it possible to open them on the left ? Thank's, -- You received this

compileReport out of memory

2009-12-13 Thread Twentyseven
Hello, I migrated my project from GWT 1.7 to 2.0RC2 without problem. I use Eclipse and GWT Eclipse plugin and I was able to compile my project with and without the -compileReport option. Then I migrated to GWT 2.0 final version and I'm only able to compile without the -compileReport option. When I

Disable the TAB key effect on a SuggestBox

2009-05-27 Thread Twentyseven
Hello, I'd like to know if it's possible to disable the TAB key effect on a SuggestBox : by default the TAB key select the suggestion and go to the next field. I'd like to go to the next field without selecting the suggestion and keeping what the user entried. Thank's, Eric. --~--~-~--~

Re: Compilation Time

2009-04-11 Thread Twentyseven
2 locales = 10 permutations) > > On Thu, Apr 9, 2009 at 12:00 PM, Twentyseven wrote: > > > Hello, > > > My application beginning to be important, the compilation time is very > > important (about 3 hours). > > I tried to reduce it by adding the following lines in

Compilation Time

2009-04-09 Thread Twentyseven
Hello, My application beginning to be important, the compilation time is very important (about 3 hours). I tried to reduce it by adding the following lines in my Main.gwt.xml module file : As I understand, I should only have 3 .cache.html files. But at the end of the compi

Re: permutations

2009-04-07 Thread Twentyseven
Hi, Do you have two languages ? On Apr 3, 6:55 pm, "Alejandro D. Garin" wrote: > Hi, > > I have a xml module just to compile only for Firefox. I override the > following directive: > > > > Why the compiler say: > > Compiling 2 permutations ? > > The same for happend for > I don't have an extr

Re: Currency Formatting

2009-03-25 Thread Twentyseven
Hi, You can use the NumberFormat class like this : NumberFormat fmt = NumberFormat.getCurrencyFormat(your currency code); TextBox currencyBox = new TextBox(); currencyBox.setText(fmt.format(double)); Eric On Mar 25, 12:20 am, "fatjack1...@googlemail.com" wrote: > Hi, > > Can someone please te

Incubator: ScrollTable, hide and sort column

2009-03-04 Thread Twentyseven
Hello, I'm using Scrolltable from the incubator without problem, untill I tried to hide a column (not the last one but one at the beginning). When I tried to sort the visible columns, I found that by clicking on a header cell, it was sorting the previous column and not the good one. Is it a bug f

No result message for Suggest Box

2009-01-17 Thread Twentyseven
Hello, I'm using SuggestBox and I have no problem with this composite. I'd just know if there's a way to display a "No result message" when the query return no result. Thank's, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

Re: Severe performance problem after upgrading to GWT 1.5.2 (final)

2008-10-22 Thread Twentyseven
Hi, We have the same problem on FF3 on Windows ; it seems that with the 1.5.2 the RPC calls are very slow on FF3. On Chrome, the application run normally. Eric On 7 oct, 16:59, Manuel <[EMAIL PROTECTED]> wrote: > Actually yes.  This seems to be slow down in FF3 on my mac.  I have > asked people

TreeSet SerializationException

2008-10-13 Thread Twentyseven
Hello, I'm using GWT 1.5.2, with Spring 2.5.2 and Hibernate 3.2.6. I'm using the TreeSet class in GWT on the client side with a custom comparator and I have no problem. But I tried to use the sort attribute of in the Hibernate mapping (Hibernate return a TreeSet with a custom Comparator) and I