The manual says:
Code:
//Adds an item to the combobox with the given text, and containing the specified userData. The item is appended to the list of existing items.
but how can i get the userData of a given item?
Bye
Printable View
The manual says:
Code:
//Adds an item to the combobox with the given text, and containing the specified userData. The item is appended to the list of existing items.
but how can i get the userData of a given item?
Bye
I already tried it but returns text.
Regards
And what/how did you add as user data? May we see the addItem() statement?
In this case use :
Ok marcel, now works.
Thank you