Re: GWT 2.3 / Whats New

2011-04-02 Thread Jan Mostert
Happy to see formal support for IE9, gone are the days when you have to spend ages to update all your applications every time a new browser / version tags along :-) On Sat, Apr 2, 2011 at 12:10 AM, Thomas Broyer t.bro...@gmail.com wrote:

Re: shuttle component

2011-04-02 Thread El Mentecato Mayor
No, but it's very easy to create one. On Mar 30, 4:11 am, Vik vik@gmail.com wrote: right so is this available in gwt? Thankx and Regards Vik Founderhttp://www.sakshum.orghttp://blog.sakshum.org On Wed, Mar 30, 2011 at 1:12 PM, nino ekambi jazzmatad...@googlemail.comwrote:

Show progress of RPC call

2011-04-02 Thread Michael
In my app I make an RPC call that results in a return of a large amount of data. I would like to show the progress to the user of the download, is there a way to do that? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

seem to be getting a 15 row limit?

2011-04-02 Thread Tony Kennah
Hi I have a little piece of code which populates a CellTableT from a Type T by adding the table as a DataProviders DataDisplay and by using the DataProviders list to create a ColumnSortHandler and corresponding Comparators... so each time the user clicks next I populate the table in this manner

HorizontalSplitPanel with hide mechanism and no live update?

2011-04-02 Thread Andrew Green
Hi, I need a panel like SplitLayoutPanel, but with the following features: - Some friendly way to hide and show a side panel (in my application, the West panel), such as a hide/show button. - Disable live resizing of the panels while the user drags the splitter---that is, when the user clicks

wait cursor when calling RPC

2011-04-02 Thread jonty
Hi, I'm in the middle of a project and would like to display the wait cursor when until RPC onSuccess is called. I've tried directly setting and removing the style name of my panel with .waitCursor { cursor: wait;}. But it seems very glitchey(I'm using Chrome). Then I tried

GWT + MVP + Spring + Hibernate

2011-04-02 Thread Zaur Guliyev
Hello, I'm newbie in GWT and as well as to Spring, Hibernate and MVP framework. Is there any tutorial or project example on which I can learn all this GWT integration stuff with above mentioned frameworks? Any help is appretiated... -- You received this message because you are subscribed to

Vertical Tab Bar

2011-04-02 Thread New GWT User
Hi I am new to GWT, Trying to get hands dirty on it.I am looking for a Vertical Tab Bar. I see GWT has Horizontal Tab Bar readily available, Is there anything like that for Vertical Tab Bar. Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

CellTree question about varying cell composition

2011-04-02 Thread tomInNewEngland
Hi All: I have a CellTree and I want to use two different cells for the leaf and branch nodes. The leaf nodes are all to have a checkbox and the brances are not. Leaves and branches appear on the same levels. I constructed a CompositeCell out of a CheckboxCell and a homegrown cell (based on

Re: seem to be getting a 15 row limit?

2011-04-02 Thread Y2i
Try setVisibleRange() http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/user/cellview/client/AbstractHasData.html#setVisibleRange(int, int) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: GWT + MVP + Spring + Hibernate

2011-04-02 Thread Jan Mostert
Spring Roo will integrate all that stuff for you. -- Jan Vladimir Mostert BEngSci MyCee Technologies On Sat, Apr 2, 2011 at 11:14 AM, Zaur Guliyev mr.zau...@gmail.com wrote: Hello, I'm newbie in GWT and as well as to Spring, Hibernate and MVP framework. Is there any tutorial or project

Re: wait cursor when calling RPC

2011-04-02 Thread Jan Mostert
Setting the cursor is not the best design pattern for RPC calls, what if you have 10 widgets all making RPC calls, will each of them try to set and unset the cursor? Also expect some quirkiness between browsers if you set the cursor via the DOM. This is probably a better solution, show and hide

Can Editor/Driver framework be used in place of Colum/EditTextCell in Cell widgets?

2011-04-02 Thread JosephLi
While testing own CellTable widget in my pet project, and painfully going thru initializing the Column with EditTextCell together with hand coded getters and updaters. I can't help but thinking it would be really nice if I can just drop the editor driver framework directly to the cellTable, and

Re: [gwt-contrib] RR: Promoting RequestFactory to a higher package

2011-04-02 Thread Ray Ryan
We were only concerned about public api. Do you see anything we're missing there? On Apr 1, 2011 3:09 PM, Thomas Broyer t.bro...@gmail.com wrote: Note that AutoBeanUtils uses WeakMapping which lives in com.google.gwt.core.client (yes, this is a client class used in shared, and thus server code;

[gwt-contrib] Re: Adds a no-op emulation of TestSuite, to prevent error spam (or outright (issue1399803)

2011-04-02 Thread rjrjr
r9933 http://gwt-code-reviews.appspot.com/1399803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix ICE in GenerateJavaAST (issue1400801)

2011-04-02 Thread jbrosenberg
LGTM http://gwt-code-reviews.appspot.com/1400801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Temporarily introduces configuration property UiBinder.xssSafe to (issue1402801)

2011-04-02 Thread rjrjr
Reviewers: sbrubaker, Description: Temporarily introduces configuration property UiBinder.xssSafe to allow UiBinder's SafeHtml integration to be disabled while the last couple of kinks are worked out. Please review this at http://gwt-code-reviews.appspot.com/1402801/ Affected files: M

[gwt-contrib] Re: Temporarily introduces configuration property UiBinder.xssSafe to (issue1402801)

2011-04-02 Thread rjrjr
Ready for review. http://gwt-code-reviews.appspot.com/1402801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Temporarily introduces configuration property UiBinder.xssSafe to (issue1402801)

2011-04-02 Thread rjrjr
http://gwt-code-reviews.appspot.com/1402801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors