Re: CellList/CellBrowser and reload data (possible bug?)

2010-10-17 Thread Ümit
Cool thanks for the fix ;-) Keep up the good work. On Oct 15, 6:02 pm, John LaBanca wrote: > Thanks for catching this.  I submitted a fix for > review:http://gwt-code-reviews.appspot.com/1012801/show > > On Oct 15, 9:16 am, Ümit wrote: > > > I have attached a Sample Application (used the Cell

GWT Development plugin crashes FF and tooooo slow on Chrome

2010-10-17 Thread Marc Hacker
I have a largish GWT 2.0.4 application developed on eclipse Helios. It runs fine compiled but the development mode is a disaster taking at least 1-2 minutes for the first page load on Chrome (during which I have to dismiss a couple of "plug-in unresponsive" messages) and causing Windows to hang on

Re: Display the List

2010-10-17 Thread Merih
Thanks Tamer, I didn't know this web site. It helps me a lot. Thanks again, -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send em

Re: GWT Development plugin crashes FF and tooooo slow on Chrome

2010-10-17 Thread Sorinel C
It's known thingy (http://ui-programming.blogspot.com/2009/12/update- your-application-to-gwt-20.html) the slowness of Chrome in dev.move -- so the only solution for you is to use the IE. Though, there are other soutions: - usually starting up it takes long because you load big data through RPCs -

Re: GWT Development plugin crashes FF and tooooo slow on Chrome

2010-10-17 Thread Sorinel C
This is a list of recommendations to optimize GWT apps, maybe you can use some: http://ui-programming.blogspot.com/2010/01/gwt-ideas-to-optimize-gwt-20.html Cheers! http://money-on-thread.blogspot.com/ -- You received this message because you are subscribed to the Google Groups "Google Web Tool

What's the plan for GWT 2.1 RC2 and Production release

2010-10-17 Thread moejo
Hi, This is more a question towards the GWT team. We are currently kicking off a new project and since we're huge GWT fans, we're jumping straight into GWT 2.1 RC1 and love it. (We've been using GWT since version 1.3 so we're always excited about the upgrades!) However, since it's still at RC1,

GWT Performance

2010-10-17 Thread Nix
Here is my scenario: 1) I have to query for my data from a third party web service (in XML format), the data can be huge (>100 MB). 2) I had implemented the parsing of XML everything in browser, which was making my application sometimes unresponsive. I have started optimizing my application: 3)

@UiChild help

2010-10-17 Thread Jeff Larsen
So, how exactly does this work? I'm getting an error and I'm at a loss as to what is causing it. Note: this is done against 2.1-RC1 class SecureTree extends Tree{ [boilerplate UI Binder stuff here] @UiChild public void addSecureWidget(SecureWidget widget){ ... } } then in my uibinder.xml

Re: What's the plan for GWT 2.1 RC2 and Production release

2010-10-17 Thread Thomas Broyer
On 17 oct, 20:44, moejo wrote: > Hi, > > This is more a question towards the GWT team. > > We are currently kicking off a new project and since we're huge GWT > fans, we're jumping straight into GWT 2.1 RC1 and love it.  (We've > been using GWT since version 1.3 so we're always excited about the

how to add Element to HTMLPanel

2010-10-17 Thread denis56
His, I am trying to use as few widgets as possible with UiBinder. One template that is there are many instances of could be have DivElement as parent node, is there a way to add Elements to HTMLPanel after it is created. Am aware of the way to add Widget to HTMLPanel but not Element, maybe there i

Re: @UiChild help

2010-10-17 Thread Jeff Larsen
Never mind... This is actually correct. I was just in the middle of a refactor and was editing a java file in the wrong project. On Oct 17, 3:17 pm, Jeff Larsen wrote: > So, how exactly does this work? I'm getting an error and I'm at a loss > as to what is causing it. > > Note: this is done ag

Re: GWT 2.1.RC1 Expenses Sample Failure

2010-10-17 Thread coderinabstract
Thanks...it works now outside eclipse in terminal...os used macosX 10.6 however when run mvn eclipse:eclipse command and import as project...cant get it to run. any steps as above from would be great to help..thanks in advanceseems like after mvn gwt:run in command line, the same project havi

Re: GWT Performance

2010-10-17 Thread Tamer Sezgin
The "cell widgets" are designed for presenting such large amount of data.. I think you can try the CellList widget at first http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellList They also allow you optimize the data transfer between server and browser, i.e. you don't have to send all

Re: Type of data in fields

2010-10-17 Thread A. Stevko
Which UI control and API are you referring to? I cannot seem to find a setValidator() method in the *com.google.gwt.user.client.ui.TextBox *class heirarchy. You might want to use the Interface HasValueChangeHandlers to add a handler that will be able to parse it via Integer.getInteger( myControl.g

Re: newbie - unit test (solved)

2010-10-17 Thread Ray Tayek
At 06:08 PM 10/16/2010, you wrote: On 16 oct, 23:25, Ray Tayek wrote: > hi, i added a unit test to the greet example (please see code below). i get > > ... > The development shell servlet received a request for 'greet' in > module 'p.R.JUnit.gwt.xml' > [WARN] Resource not found: greet; (co

BorderLayout & DOM

2010-10-17 Thread Marco
How do I get the DOM of a specific area of a BorderLayout (eg the middle one)? Thank You for all !!! Bye Bye -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To uns

How about extends UiBinder with data bind features?

2010-10-17 Thread wangzx
I have some ideas on extends the GWT UiBinder with data bind features, and I would like to listen to groups for ideas. I have make a design draft on http://code.google.com/p/wangzaixiang/wiki/UiBinderWithDataBinding?ts=1287368342&updated=UiBinderWithDataBinding I hopes to listen from your feedbac

A new gwt-tetris implementation

2010-10-17 Thread Yotam
Hi, I've created a new and improved tetris game based on gwt-tetris. I made the control more comfortable and added a high score table to it. http://gwttetris.appspot.com -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this grou

Re: GWT 2.1.RC1 Expenses Sample Failure

2010-10-17 Thread Esfand
Now the (almost) final GWT 2.1 version of the pom.xml file is on the GWT SVN trunk ( http://bit.ly/pom-xml ). and the instructions to import the sample to Eclipse and running it is here ( http://bit.ly/pom-ins ). It is still points to GAE 1.3.7 and Roo M2, but you can change them to the latest a

Re: GWT-Ext - Unable to load module entry point class...

2010-10-17 Thread pionas
Can help anyone? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For