Re: [gwt-contrib] CellTable does not propagate keyboard events when KeyboardSelectionPolicy is set to DISABLED

2011-02-02 Thread monkeyboy
Correction: I use GWT 2.1.0 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] CellTable does not propagate keyboard events when KeyboardSelectionPolicy is set to DISABLED

2011-02-02 Thread monkeyboy
As far as I could see no keyboard events propagate. I tried with normal letter keys. In the commented situation they normally log but when I remove the comment no events propagate. I am using GWT 2.1.1 version. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] CellTable does not propagate keyboard events when KeyboardSelectionPolicy is set to DISABLED

2011-02-02 Thread monkeyboy
Here is the test code: public class KeyboardSelectionPolicyDISABLEDTest { interface Binder extends UiBinder { } private static final Binder binder = GWT.create(Binder.class); private static final Logger l = Logger.getLogger(KeyboardSelectionPolicyDISABLEDTest.class.getName());

[gwt-contrib] Re: New Google Groups apparent with GWT ?

2010-12-09 Thread monkeyboy
It is built with GWT. If you show the page source You'll find gwt:property and __gwt_historyFrame also there is the recognizable

[gwt-contrib] Re: Bug with CellList when used with MultiSelectionModel

2010-11-02 Thread monkeyboy
, 7:39 pm, monkeyboy wrote: > Ok. Thanks for the info. > > On Oct 18, 8:31 pm, John LaBanca wrote: > > > It won't be fixed for GWT 2.1.0.  We plan to add a SelectionManager that > > gives you control over how user Selection updates the SelectionModel in a > &g

[gwt-contrib] Re: Bug with CellList when used with MultiSelectionModel

2010-10-18 Thread monkeyboy
selection manually > in the Cell if you want custom selection support. > > I know this isn't ideal, but implementing a SelectionManager will take some > time, and we don't want to rush more features into GWT 2.1. > > Thanks, > John LaBanca > jlaba...@google.com

[gwt-contrib] Re: Bug with CellList when used with MultiSelectionModel

2010-10-18 Thread monkeyboy
This issue still isn't fixed (svn version 9090). Will it make it for 2.1.0? On Sep 21, 4:01 pm, monkeyboy wrote: > Thanks John for the quick response. How can I monitor this issue, I > mean how can I tell when it is solved cause I need this feature real > soon. I assume it will su

[gwt-contrib] Re: Bug with CellList when used with MultiSelectionModel

2010-09-21 Thread monkeyboy
we add ctrl/shift+click > support, we can fix the issue. > > Thanks, > John LaBanca > jlaba...@google.com > > On Tue, Sep 21, 2010 at 3:56 AM, monkeyboy wrote: > > > If the MultiSelectionModel is used as a selection model for a CellList > > items can only be sel

[gwt-contrib] Bug with CellList when used with MultiSelectionModel

2010-09-21 Thread monkeyboy
If the MultiSelectionModel is used as a selection model for a CellList items can only be selected but they can not be deselected. I found this in svn 8815. The way to reproduce the bug is to replace the following code in CwCellList from the showcase example: // Add a selection model so we can selec

[gwt-contrib] Re: GWT Incubator Status Update and Schedule

2010-01-20 Thread monkeyboy
> Thanks, > John LaBanca > jlaba...@google.com > > On Wed, Jan 20, 2010 at 10:57 AM, monkeyboy wrote: > > > Then, how about a list of new features in the trunk since the last > > release. That way developers would know if they should become involved > > in the n

[gwt-contrib] Re: GWT Incubator Status Update and Schedule

2010-01-20 Thread monkeyboy
Jan 20, 4:26 pm, Ray Ryan wrote: > On Wed, Jan 20, 2010 at 6:52 AM, monkeyboy wrote: > > > > > Hello John. > > > I'm glad to see that PagingScrollTable will make it to the GWT trunk. > > Even now it is a useful widget but I can't wait to see the f

[gwt-contrib] Re: GWT Incubator Status Update and Schedule

2010-01-20 Thread monkeyboy
Hello John. I'm glad to see that PagingScrollTable will make it to the GWT trunk. Even now it is a useful widget but I can't wait to see the final version. I would like to ask a few questions. I am sorry to hear that the incubator will be shut down. I was wandering what (if anything) will replace

[gwt-contrib] Re: now.. afetr GWT 2.0?

2009-12-17 Thread monkeyboy
-A nice DataGrid (maybe an improvement of the one in the incubator which works nice). -Improve change-compile-refresh development experience (like Brad Leupen said) -Support (plugin) for an IDE other than eclipse (Netbeans, Idea) would be nice. GWT 2.0 rocks. Keep up the good work. -- http://gro