Hi, so i'm trying to alter the qx table and add some new features. It's a "tab" over the headers of the table. Now while i have that done, i'm having problems with overwriting some of the functions of the Scroller.js class because of it's private members.
I've had this problems before and found a workaround by avoiding overwriting such functions and try to use the qx to get the desired result. Maybe it's wasn't the most elegant way of working it out, but it did the trick. Is there any way of me accesing these variables? I played around with qx.Class.patch and didn't have any luck there either. How come patch doesn't see these variables after build (after optimization)? At the moment i'm working on the _stopMoveHeader function. The only thing i can think of is to just copy the whole class and alter it, but i'll leave that as a last resort. Thanks, Defero -- View this message in context: http://qooxdoo.678.n2.nabble.com/Private-members-tp7584653.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
