On Fri, Dec 10, 2010 at 5:43 AM, OvermindDL1 <[email protected]> wrote: > On Wed, Dec 1, 2010 at 4:39 AM, Tristan Bonsall > <[email protected]> wrote: >> My application has a log-in system to enable certain areas of the >> interface. Given a period of user-inactivity, the client would like it >> to fall back to the default level of access. >> >> I need to restart a single-shot WTimer every time the user interacts >> with the interface, but I cannot find a way to single out just those >> events. The only hook I can see is WApplication::notify, but that >> receives events for reasons other than user interaction. >> >> Is there any place I can intercept these events? Or is there another way >> to achieve this functionality? > > I would just create some javascript that does that by watching for > mouse/keyboard/touch/etc...
I believe most of people using Wt (like me) are people not willing to dig in the details behind the c++ code they write. Regards Gaetano Mendola -- cpp-today.blogspot.com ------------------------------------------------------------------------------ _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
