I was just thinking you might want to take a closer look at the api: you can turn off/on display for inherited methods and also for property-generated methods. remember that the SelectBox object has "selection" as it's property so you can access this property by using the automatically generated set- and get methods (setSelection() and getSelection()).
best regards, phill54 phill54 wrote: > > Hi Thomas, > > if this.operator is an instance of qx.ui.form.SelectBox you'll receive the > current selection by > this.operator.getSelection() > [...] > -- View this message in context: http://n2.nabble.com/Error-in-App-tp4410275p4414488.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
