[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 UiBinderHTMLPanel, KeyboardSelectionPolicyDISABLEDTest { } private static final Binder binder = GWT.create(Binder.class); private static final Logger l =

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

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

[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 script type=text/javascript language=javascript src=/forum/9DFBD72A740A67486E2A6B81D6A00C25.cache.jswhich points to the GWT javascript. --

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

2010-11-02 Thread monkeyboy
, 7:39 pm, monkeyboy dilbert.elbo...@gmail.com wrote: Ok. Thanks for the info. On Oct 18, 8:31 pm, John LaBanca jlaba...@google.com 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

[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 dilbert.elbo...@gmail.com 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

[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 On Mon, Oct 18, 2010 at 2:23 PM, monkeyboy

[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

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

2010-09-21 Thread monkeyboy
this.  When 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 dilbert.elbo...@gmail.comwrote: If the MultiSelectionModel is used as a selection model for a CellList items can only be selected

[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: GWT Incubator Status Update and Schedule

2010-01-20 Thread monkeyboy
. On Jan 20, 4:26 pm, Ray Ryan rj...@google.com wrote: On Wed, Jan 20, 2010 at 6:52 AM, monkeyboy dilbert.elbo...@gmail.comwrote: 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

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

2010-01-20 Thread monkeyboy
at 10:57 AM, monkeyboy dilbert.elbo...@gmail.comwrote: 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 nontrivial (but not too hard) task of compiling GWT from source. I take the last comment back

[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. --