Re: [qooxdoo-devel] SelectionBox missing UserData

2010-04-20 Thread [email protected]
Hi, thank you. sometimes im real blind:) > Hi, > > after reading your code (which is not that easy to read), I found your > problem... > > this.toolbarbuttons["Zugriffsrechte"]["userauswahl"].getSelection()[0].getUserData["name"] > > getUserData is a method and not any kind of map where you can ac

Re: [qooxdoo-devel] SelectionBox missing UserData

2010-04-19 Thread MartinWittemann
Hi, after reading your code (which is not that easy to read), I found your problem... this.toolbarbuttons["Zugriffsrechte"]["userauswahl"].getSelection()[0].getUserData["name"] getUserData is a method and not any kind of map where you can access the data like in an array. Regards, Martin --

[qooxdoo-devel] SelectionBox missing UserData

2010-04-19 Thread [email protected]
Hello, how can i access the Userdata on a selectbox? i use he following code and get the Label but the 2 Userdata values are empty or undefined item = new qx.ui.form.ListItem("Bitte auswählen"); item.setUserData("name", "Auswählen");