Derrell Lipman wrote: > On Mon, Dec 8, 2008 at 6:00 PM, Kenny Tilton <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > After unselecting (via control-click) the last row selected, whatever > cell within the row I happened to click retains a light blue frame to > indicate (I guess) that it is still the focus, albeit unselected. > > How can I lose that? (It just occurred to me to set the focus to null > (tho the setFocusCell function I saw did not seem to be accepting nulls > as the coloumn and row)). > > I found setHighlightFocusRow and solved the original problem (the whole > row being light blue after being unselected) but I cannot find a > corresponding highlightFocusCell property. > > > Hi Kenny. How about showCellFocusIndicator()?
Thx, I just stumbled across that now. But it occurred to me I was going about this all wrong, because qx still considered that guy the focus! I confirmed by shift-clicking and got a selection range starting the thing I had managed to un-highlight. Then I found table.resetCellFocus(), which is even in the Table_Selection demo. <doh!> So I will run this by the client and make sure they understand the options: truly clear the focus on de-select of last row, or continue showing that there is still a focus. Thx again, ken ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
