Hey Guys,
I have an API/listPicker problem. I have a Google Custom search engine and when I query the Api it returns 10 results. I have a function in AI2 set up to parse the JSON and return it to a list view. I am using the (I'd paste the blocks but I am not in front of my computer ATM) listview.elemensFromSring->join->select list item list->select list item list->etc....
type of set up to find only the url of each result in the list of lists from JSON. It is working fine except it posts them all as a single list item in the ListView class. I want to parse them to a "ListPicker" class where each URL is its' own select able item.
I've tried both but can't seem to get it to parse into either the listview or listpicker. Let me know what you all think. Thank you