On Sat, Oct 24, 2009 at 13:54, Daniel Hirtzbruch <[email protected]>wrote:
>
> I already tried using an old solution from this list (
> http://www.nabble.com/forum/ViewPost.jtp?post=10087207&framed=y here but
> there's nothing changed:
>
> <code>
> var scrollers = table._getPaneScrollerArr();
> for (var scroller = 0; scroller < scrollers.length ; scroller++)
> {
> var paneScroller = scrollers[scroller];
> paneScroller._onMousedownHeader = function() { };
> }
> </code>
>
The code does not appear to have changed since the old thread, but the above
hack does look like it should still work just fine. You should do this AFTER
applying meta column counts, as scrollers are recreated upon a change of
meta column counts, so your disabling of the _onMousedownHeader function
would be overwritten.
Derrell
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) 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/devconference
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel