Re: Performance Differences IE 8 Vs FF 3.x

2011-06-02 Thread Mittal
Thomas - is it due rendering engine of IE 8 versus that of FF or Chrome - which shows such difference in terms of response time ? Mittal On Jun 2, 6:04 am, Thomas Broyer t.bro...@gmail.com wrote: With such numbers (1 list box has 4000 elements and one suggestion box has 7000 elements

Re: Performance Differences IE 8 Vs FF 3.x

2011-06-02 Thread Mittal
it into suggestion box but it could make application chatty ! Mittal On Jun 2, 9:00 am, John LaBanca jlaba...@google.com wrote: Are you are putting 4,000 items in a ListBox?  Thats a lot of data to show on the client.  Even scrolling becomes difficult at that point. Alternatively, can you use a CellList

Performance Differences IE 8 Vs FF 3.x

2011-06-01 Thread Mittal
why this could be happen ? Mittal -- 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-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr

Re: Passing data from Dialog Box

2011-04-05 Thread Mittal
Can you share any examples - how you are sending data back from Dialog Box to window that opened dialog box. Mittal On Apr 5, 3:11 am, Alexandre Ardhuin alexandre.ardh...@gmail.com wrote: If you use a com.google.gwt.user.client.ui.DialogBox to collect data. Thus you are still in the same

Passing data from Dialog Box

2011-04-04 Thread Mittal
of Add Row can be used multiple times. Any help or pointers shall be appreciated. Mittal -- 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-toolkit@googlegroups.com. To unsubscribe from this group

Sending data from Servlet to RPC class

2011-03-08 Thread Mittal
java class ? Do, I have to store error value objects or some other value objects in session and then write some RPC class that shall read these objects from session and make them available to UIBinder java class Mittal -- You received this message because you are subscribed to the Google Groups

How to handle application state ?

2010-12-06 Thread Mittal
to control who see's what in terms of functionality (tabs). How do I store or hold token information as an application state ? - Mittal -- 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

Re: How to handle application state ?

2010-12-06 Thread Mittal
such as Header or Navigation pages. - Mittal On Dec 6, 9:47 am, Jeff Schwartz jefftschwa...@gmail.com wrote: In your case the state you want to preserve seems to be associated with a particular user, not the application, so you can use either cookies or servlet session state to persist the information

Re: How to handle application state ?

2010-12-06 Thread Mittal
Jeff, I agree on creating a share object and storing into HashMap on client side. But how do I share this HashMap on client side among different screens such as Header, Navigation etc. (Other than passing HashMap to these screens via some setter methods) Mittal On Dec 6, 11:23 am, Jeff

CellTable and multiple editable columns

2010-12-02 Thread Mittal
to store unique contact objects but is there better way to do this ? Thanks Mittal -- 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

Re: GWT new App Development

2010-10-16 Thread Mittal
Thanks Gaurav !!! On Oct 14, 10:57 pm, masterGaurav gaurav.va...@gmail.com wrote: Hi Mittal, Great question! For my applications, I have pure-GWT as well as pure-SmartGWT approaches. I have particularly not used the MVP pattern as is available on the website... but definitely, something

GWT new App Development

2010-10-14 Thread Mittal
wanted to get feel what approaches others are using ? - Mittal -- 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

Re: Third party libraries for GWT

2009-02-18 Thread Mittal Thakkar
Hi, Thanks for ur suggestion but is it possible to avoid using EXT GWT and make it work with only GWT itself On Wed, Feb 18, 2009 at 4:48 PM, Antonio Leonforte antonio.leonfo...@fhoster.com wrote: We are using Ext GWT and we are happy with it... -- Regards, Mittal Thakkar

TextBox.setFocus(true) not working

2009-02-18 Thread Mittal Thakkar
Hi, I have created an application in which i want to set focus on the textbox on the load of the panel; i am using TextBox.setFocus(true) but it doesnot work. I tried different ways wiz using DiferredCommand and onLoad(); but no go. --~--~-~--~~~---~--~~ You