Octavian Rasnita wrote:
I have made the main window a "dialog" window for making it usable with a
keyboard, so if I press the escape key, the program closes.

Well, this is pretty ok, but the problem is that perl interpreter doesn't
always close, and after closing the program that way, I can see the program
running in the Task Manager (in the processes list).

Is there a way of avoiding this?

The program doesn't always stay resident. Very many times, it closes when
pressing the escape button, but sometimes it doesn't.

Do you have a multi-line edit control (Win32::GUI::Textfield) in the dialog? Does this symptom only occur when the textfield has focus?

If so it's a known bug - I can generate a work around, let me know.

Regards,
Rob.

Reply via email to