Re: [perl-win32-gui-users] The GUI Loft - A TreeView Example

2006-05-17 Thread Jason P
Pam Melnychuk wrote: Hi, Right now I have a script that I am currently trying to modify. It is written where it grabs info from a website and displays it in a tray icon gui pop up box in the form of a listview. I want to convert the code to a treeview but cannot find any help or examples of ho

[perl-win32-gui-users] The GUI Loft - A TreeView Example

2006-05-17 Thread Pam Melnychuk
Hi, Right now I have a script that I am currently trying to modify. It is written where it grabs info from a website and displays it in a tray icon gui pop up box in the form of a listview. I want to convert the code to a treeview but cannot find any help or examples of how to program a treevie

Re: [win32-gui] RE: [perl-win32-gui-users] Unsetting an event

2006-05-17 Thread Robert May
Brian Millham wrote: I'm working on a GUI interface to create skins for my skin module. I'd like to be able to set an event (using SetEvent('MouseDown', \&handle)), >> and when I'd done with that event, reset the event to it's prior behavior. >> Is there a way to do this? I've looked on MSDN,

RE: [perl-win32-gui-users] Unsetting an event

2006-05-17 Thread Brian Millham
That's a possibility, but the original handler is set in the Skin.pm module. The Skin Editor uses the Skin.pm module, but needs to override handlers at certain times. You've given me an idea to go on. Brian Millham This message traveled at least 44,000 miles to reach you! Creator of the DW6000 Mo

RE: [perl-win32-gui-users] Unsetting an event

2006-05-17 Thread Jeremy White
I'm working on a GUI interface to create skins for my skin module. I'd like to be able to set an event (using SetEvent('MouseDown', \&handle)), and when I'd done with that event, reset the event to it's prior behavior. Is there a way to do this? I've looked on MSDN, and the closest that I can