From: Erick J. B. <er...@e-...> - 2001-02-03 16:03:40
|
The subs that you supplied do not respond to the keys either. Any more = ideas? erick never stop questioning www.jeb.ca ----- Original Message -----=20 From: Peter Eisengrein=20 I may be wrong, but I've found that you cannot call a _Click() = directly (you actually have to Click on something). I'd try this with = your subs: sub Open_Click { Open(); } sub Open { my $file=3DGUI::GetOpenFileName(-title=3D>"File To Open", = -filter=3D>["*.*"],); } sub OpenHK_Click { Open; } |