actionscript - Making sure user is still active in a Flex application -


i need implement sort of data locking in flex application i'm developing. user clicks specific button "check out" data set, , other users must wait until finished before can make edits. after period of inactivity, application release lock else.

what i'm after easy way determine if user still interacting application don't have manually keep clicking "yes want continue editing". example, handle mouse clicks entire application , add 5 minutes timeout every time click something. there better options doing this? there built in check last interaction time?

do search flexevent.idle event. used air application, , i'm blabbing, seem remember working better air/windowedapplication plain ol' application.

hope helps. best of luck, jeremy


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -