I had the same issue today with the richedit crashing.
I found a post somewhere that said to call the
richedit's DESTROY method before terminating. That
worked for me.
My code looks like this:
sub Window_Terminate {
$re->DESTROY;
-1;}
-Ariel
--- [EMAIL PROTECTED] wrote:
> Thank you e
Thank you everyone for the replies to my Right Click problems, the issue
is now solved. However, I am having a couple more issues that I can not
figure out how to get around.
The first issue is a known one, and it concerns a crash with RichEdit on
1.0 when exiting the application. I have crea
You have a scoping problem. At the very least, you have to move the my
$popup_menu out of the ListView_RightClick sub, and put it somewhere before
your Win32::GUI::Dialog() call. You can either a) just move the declaration
of the variable and leave the assignment where it is in the ListView_R
3 matches
Mail list logo