FrozenDice <[EMAIL PROTECTED]> writes: > Does anyone have any examples, code, anything that is using the > RadioManager? I think I need more of an example than a single use I > saw from the Example demo section. Any help would be appreciated.
Ok. Looking deeper into this situation, I think I see what the problem is. The selection is being handled by TreeFullControl's selection manager, which is never passing the selection to the RadioButton's selection manager. That's why radio buttons work fine in the example program but not when you add them to a tree node. We'll need Sebastian or someone more familiar with selection managers to say how to have selection managers propagate the selection to deeper selection managers. Likely no one has ever needed to do this before, but it's a perfectly reasonable thing to want or need to do. I've added a TreeFullControl_5.html sample to demobrowser to show what should but doesn't work. Cheers, Derrell ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
