[perl-win32-gui-users] Tab between controls in a Window using an Accelerator table

2004-08-09 Thread Daniel Jordan
I wasn't able to find any solutions to this in the archives, but I was able to hack my way through it and thought I'd share. The problem I was having was to use Tab to move between fields in a window (I usually use a DialogBox, but wanted a scroll bar - thanks to kenneth for his great example of

RE: [perl-win32-gui-users] ListBox Crashing (Heinz 57 Steak Sauce)

2004-08-09 Thread Eric Hansen
I discovered the problem I was having with ListBoxes. I was trying to have the click event do too much. I was attempting to populate 4 comboboxes. This Was to much for the event handler. So what I do Now is display the last selected items from the 4 Comboboxes in 4 textfields (readonly) instead.