Octavian Rasnita wrote:
Hi,
I have seen that
if the window has the -dialogui => 1 and
if it contains a RichEdit field and
if the focus is in that RichEdit field and
if the user presses escape,
the window closes but the application doesn't finish.
I have tried to kill the application using control+C and control+break, and
in that moment it appears an error window of perl.
I am using Win32::GUI 1.04.
I guess this bug is similar with that one regarding the Textfield in case of
using -multiline option for it.
(The RichEdit field also uses the -multiline option).
Is it a known bug? Can I solve it using the same workaround that worked in
case of Textfields?
You're right - it is the same problem as seen with multi-line edit
controls (Textfields). You should be able to work around it in the same
way - try it and let us know if it doesn't work.
Regards,Rob.