I want to use event timer every 3 seconds to refresh List. I have created event timer but don’t know about function to refresh List.
has anyone ever did this?
I’ll appreciate your help, thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should bind the List to a datasource (arrayCollection). Whenever the arrayCollection being updated, it will refresh the list automatically, example
where myAC is arrayCollection that can be changed to another arrayCollection.
Code samples, check on this line ( “section Binding to arrays” )
Take note that it’s better to bind instead of doing something like