Hi Micah and all,
I got an error about implementing an action.
The action is: I created three menuitems one by one and the popup menu(called
by
pgNewPopupAt
) will be showed as I clicked one of the menuitems. One
of the choices of the popup menu was to remove the menuitem which had called
this popup menu. The error was occurred (Segmentation fault in client side)
when I chose this remove action. I traced where created this error and
I found that the error is occurred in DispatchEvent function. The address
of n->next in DispatchEvent became strange when I removed the menuitem
which called this popup menu. Is it a bug? How to solve it? I have modify
it before but fail.
Thanks.
Best Regards,
Rex
