![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: windows system tray 'pop ups'by scmason (Monk) |
on May 27, 2005 at 21:08 UTC ( #461230=note: print w/replies, xml ) | Need Help?? |
If I were doing this, I would use a microsoft development kit make an app to sit in the tray and monitor. When conditions were right, call on your perl TK app to create the 'tray' slideout/popup.
Simply create a main window the size and position and define the activities you want it to have. To make it look like a 'popup/slideout' (drawn without window border/controls) call overrideredirect(0) on your window. Like so:
Good luck
"Never take yourself too seriously, because everyone knows that fat birds dont fly" -FLC
In Section
Seekers of Perl Wisdom
|
|