Hi!

  I am using Qooxdoo 1.0 and I have a (probably trivial) problem with
qx.ui.form.ListItem.

  I registered a changeSelection listener for a List object and its
function looks like this:
function(selectionEvent) {
        if (selectionEvent && selectionEvent.getData()) {
          alert(selectionEvent.getData().getLabel());
        }
}

  On the JavaScript console it tells me: Object
qx.ui.form.ListItem[188] has no method 'getLabel'

  What am I missing here? I am sure it is something very simple, but I
just cannot see it.

Thanks,
Joachim

-- 
B.1079 Michael Smith Building
Faculty of Life Sciences
The University of Manchester
Oxford Road
Manchester
M13 9PT
United Kingdom

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to