jdtoronto has asked for the wisdom of the Perl Monks concerning the following question:
I have a Perl/Tk application running on Win32, it is a contact manager product.
Another programmer wants to write an application that will pass a short string (in fact it is a phone number) to my application when his code (an IVR type application) answers a call. My caontact manager will then be expected to bring up a contact window and populate it with the database record which matches the phone number.
Is there a convention for naming events? Or do I just think up a name and use it in Win32::Event->new ?
Can I set up and event like this and then go about other things until the event occurs? Can anyone offer a suggestion on how I do this?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32 and Events
by GrandFather (Saint) on Oct 06, 2005 at 19:31 UTC |