aharui commented on issue #793:
URL: https://github.com/apache/royale-asjs/issues/793#issuecomment-645782299


   ListBase's selectedIndex and selectedItem may get called by other lists and 
datagrids on the screen.  At the breakpoint, you can check the "id" property to 
see what it is.
   
   As I mentioned in my last post, I recommend that you find the code that sets 
the selectedIndex/selectedItem as the pick list is used by the user.  I don't 
remember which code it was.  Earlier posts indicate that it might be 
`f_HandlePickLists` and/or `com.dbz.utils.dbzPIckListUtil.f_OpenDiscretePopUp` 
or maybe other code referenced from those methods.
   
   Also compare the MXML before and after you used the CustomList to make sure 
you didn't leave out a property like an id.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to