Hi,

On Tuesday April 5 2011 16:18:14 Mig wrote:
> i'm trying to extend the qx.ui.list.List class to fit in my application.
> Therefore i have to overwrite the __createLookupFromGroup method. Or just
> need access to __lookupTable.
> 
> I've tried to acomplish that with a mixin that overwrites
> __createLookupFromGroup. In the code I patched the list class with my
> mixin:
> 
> qx.Class.patch(qx.ui.list.List, test.chat.MListExtension);
> 
> But neither is that operation allowed, nor can I access any private
> variables in qx.ui.list.List. Is it possible to change that?
Yes, it is not allowed to overwrite private methods. Can you please explain 
why you need access to these variables?

Regards,
  Alex

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to