Michael Wilson schrieb:
Can't seem to figure this out: I have a sub-classed QxCombobox. I need to get the currently select QxListItem (it has custom data on it). How is this done? Trying various combinations of the manager but can't seem to get it.
The QxComboxBox has a property "selected". With getSelected you will get the currently selected and stored QxListItem.
If you want the have the selection, while hovering inside the QxComboBox you can try the following:
yourComboBox.getManager().getSelectedItem() Hope this helps. Sebastian
------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=k&kid3432&bid#0486&dat1642 _______________________________________________ Qooxdoo-devel mailing list Qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Qooxdoo-devel mailing list Qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel