[flexcoders] Hi, everyone, anyone has an idea how to listen every user action for the whole app

2006-02-08 Thread northwood Lee
I am trying to build a app that run in the browser, I want it functions like this: if the user has not do anything in 20 min, the app will lock and tell the user timeout. and a prompt module TitleWindow jump out ask the user to input password again. the problem is how to listen all the user

Re: [flexcoders] Hi, everyone, anyone has an idea how to listen every user action for the whole app

2006-02-08 Thread Dominick Accattato
I would create a class... call it something like ApplicationTimeOut. Then inside the class, I would initialize it by registering for a number of events such as the MouseEvent.* etc.. Then I would also allow the class to broadcast events that call for timedout views which could just be a screen