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? Thank you. Teddy