[perl-win32-gui-users] Dialog boxes & tab navigation

2002-01-15 Thread 'Nathan Meyers'
Another Win32::GUI newbie question incoming... I'm trying to pop up a DialogBox over my main app window. If I specify a "-parent" option it does the right thing - staying on top of the main app. But tab navigation doesn't work within the dialog... unless I get rid of the "-parent" option. I'm doi

Re: [perl-win32-gui-users] Keyboard accelerators possible?

2002-01-15 Thread Kevin . ADM-Gibbs
Nathan, I've never tried to use the accelerator key but Aldo's Pride script does use Ctrl-G from within the RichEdit field to bring up a dialog box to goto a particular line I added a few things to this and the code looks like this sub Editor_KeyPress { my($key) = @_; if ($k