[perl-win32-gui-users] Accelerator Scoping Oddity, Gridlayout Suggestions

2007-07-25 Thread Veli-Pekka Tätilä
Hi list, I think I've found a bug or oddity in Win32::GUI::AcceleratorTable and have vague suggestions on how to improve the already very handy GridLayout control. I've discovered that if the accelerator object associated with a window goes out of scope, the accelerators appear to stop working

[perl-win32-gui-users] Listbox unselect

2007-07-25 Thread Jacques Choquette XX (QB/EMC)
Hi to everyone! The issue here is as follows: I have a listbox and a user selects one item. Then the Perl script processes the selection. After processing, I need to unselect the selected item, not delete it. I have not yet found a method to do this. Can you help? Thank you.

Re: [perl-win32-gui-users] Listbox unselect

2007-07-25 Thread Travis Krumsick
[EMAIL PROTECTED] wrote: Hi to everyone! The issue here is as follows: I have a listbox and a user selects one item. Then the Perl script processes the selection. After processing, I need to unselect the selected item, not delete it. I have not yet found a method to do this. Can you

Re: [perl-win32-gui-users] Accelerator Scoping Oddity, Gridlayout Suggestions

2007-07-25 Thread Salvador Ortiz García
On Wed, 2007-07-25 at 16:29 +0300, Veli-Pekka Tätilä wrote: Hi list, I think I've found a bug or oddity in Win32::GUI::AcceleratorTable ... Yes, right now only the internal handlers are stored in the associated window, a bug IMHO. BTW the same happens with a menu. As time permits I've be