> I also tried creating a listener on "changeSelection" for the table (to do
> a "clearSelection()") but it doesn't get fired.
>
>
Sorry, I created the listener wrong for this approach. This DOES seem to
solve the problem, once the listener was attached properly.
recipeTableChangeSelection: function()
{
this.recipeTable.clearSelection();
},
this.recipeTable.getSelectionModel().addListener("changeSelection",
this.recipeTableChangeSelection, this);
I suppose it would be nice to know why all those other methods failed,
though.
Ken
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel