two quick questions: keychain and events
two quick questions: keychain and events
- Subject: two quick questions: keychain and events
- From: Aaron Tuller <email@hidden>
- Date: Sun, 24 Jun 2001 13:25:11 -0700
1. Has anyone written a wrapper framework for the Keychain that
they'd like to share? I would appreciate it. If not, I might get
started on one.
2. Is there any way I can know if any events have taken place in my
app? I want to pop up an alert if there's been no activity (in my
app only) after a certain amount of time. Also, it would be helpful
if I could do this not just after the app launched but anytime during
the execution of my program. So like:
launch
user does some stuff in my program
user checks their email for over 30 seconds
my program then knows that nothing has been done and does something.
and I want any event to reset this "timer" of sorts. mouse clicks,
keyboard input, anything that happens while my program in the
foreground, except mouse movement I guess.
Thanks very much.
-aaron