cancel
Showing results for 
Search instead for 
Did you mean: 

Java Application List Box (Java) Get All Items retrieves odd information

GertLõhmus
Level 4
I am trying to retrieve information from List Box, but unfortunately I am only receiving the following table. Get All Items: Collection holds the following: Item Text (Text)   Selected (Flag) 娈‘‚ퟂ%              *True False ç‚€‘‚ퟂ%              True *False   I tried also to get the Text from each line, but the response was empty.   Any help would be appreciated.   Best Regards, Gert
1 REPLY 1

AndreyKudinov
Level 10
Afaik java listbox doesn't have ""multiple columns"", which means you are dealing with customized control. What you get as a value is most likely some hash/reference to real data. Check element tree, maybe you can find out how to deal with it and read actual data.