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
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
2 matches
Mail list logo