02-20-2012 10:27 PM
I have a list that I add items to and then requery a table to refresh the list. I have the item that I added in string variable. I would like to set the listbox to have the variable as the selected listitem and highlight the item in the list. So far I am able to get the variable to be the selected item but can't figure out how to get the list to highlight the item as if it were selected manually.
myLists.selectedItem = myNewListItem;
Neil
02-20-2012 11:09 PM
This works and highlights the list item but the list needs to scroll to that item. I currently have to scroll through the list if it is longer than the screen.
Neil
02-21-2012 07:49 AM
02-21-2012 09:44 AM
I don't have qnxdialog as one of the import items for flash builder 4.6
02-21-2012 10:16 AM
02-21-2012 12:48 PM
For some reason I am unable to import qnx anything.
02-21-2012 03:04 PM
02-21-2012 03:34 PM
I checked the checkbox and when I try to import it does the intellisnse as I'm typing but comes up with an error on the import:
Definition qnx.ui:listClasses could not be found.
02-21-2012 04:10 PM
02-21-2012 07:14 PM
Since I have a spark List component I will have to change everything over to use the qnx list class? That would make the app only able to run on a playbook.