Re: [perl-win32-gui-users] OS Version-Limited Features

2006-01-25 Thread Jason P
Spot on to how I was thinking of doing it Glenn :) Of course performance is an issue! Wish it was less of one, but hey. So any other objects people can think of off the top of their head?? Jason P Glenn Linderman wrote: Sorry, that was a context free response. Perhaps I should have known an

[perl-win32-gui-users] how to destroy gui object created?

2006-01-25 Thread oohayf oohayl
my gui script creates checkbox (along with some other lables and buttons), when certain tasks are done, more checkboxes (with same name) are created, this creates many unnecessary reference/handle in memory and sometime hangs or crash... how to destroy gui object created after certain task is do

RE: [perl-win32-gui-users] OS Version-Limited Features

2006-01-25 Thread Plum, Jason
Yes Glenn, you hit the nail on the head. This is the "fun" bit Rob and I ran into when adding the balloon tips to the NotifyIcon. I've been working on the specifics on how to *fidget* the methodology appropriately into the code for Win32-GUI, and have about half of it done. Not that does me any goo

[perl-win32-gui-users] OS Version-Limited Features

2006-01-25 Thread Plum, Jason
Hey Everyone, I've been working on a way to determine which features of the user interface are capable of being used based on the version of the OS the script is running on. I know that currently Win32-GUI limits itself to the feature set available to Win9x in order to maintain compatibility. M