[gwt-contrib] Request to add setSplitPosition for SplitLayoutPanel

2010-01-12 Thread Gabriel Guerrero
Hi guys, First I have to say great work in the new layout system I’m so amazed how simple was solved and how good it is . My request is to add a setSplitPosition method for the SplitLayoutPanel class, I did not find an issue for this, so I'm asking for it here first . The method as you could im

[gwt-contrib] Re: FastTreeItem Selection problem

2009-08-05 Thread Gabriel Guerrero
. > > On Sun, Jul 26, 2009 at 8:42 PM, Gabriel Guerrero < > > gabrieldavidguerr...@gmail.com> wrote: > > > Hi All, > > > Currently the FasTree when a addSelectionHandler is added is  only > > executed when a FastTreeItem is selected, if the user clicks again in >

[gwt-contrib] FastTreeItem Selection problem

2009-07-26 Thread Gabriel Guerrero
Hi All, Currently the FasTree when a addSelectionHandler is added is only executed when a FastTreeItem is selected, if the user clicks again in a already selected item it will not be triggered again. In my app i use the tree to open tabs or dialogs , so sometimes the user closes the tab o

[gwt-contrib] Re: auto-deploy GWT on maven repo ?

2008-11-21 Thread Gabriel Guerrero
Could this be also made for the gwt-incubator project? , i will also be interested in nightly or at east monthly builds for both projects, is good for people go wants to start using or testing the latest stuff like the new event system or new widgets in the incubator On Nov 21, 6:01 am, "nicolas

[gwt-contrib] Re: Proposal: Simplification of ScrollTable

2008-11-16 Thread Gabriel Guerrero
Hi I think the reason for the iterators is that you will be able to implement an iterator to anything, for example my PagingScrollTable is filled by a service that returns an JS Array of JS Object, I implemented my own iterators that use JSNI, so i dont need to transform the service result to a li