From: Terry M. <ter...@gl...> - 2008-03-27 20:23:44
|
Regards all, first time posting. I've figured out how to add menu items easily enough using PythonCard's menu.py module's appendMenuItem method. But the corresponding deleteMenuItem is only a stub. I can almost get the underlying wx._core's.Menu's DeleteItem or RemoveItem to work, but not quite ... I can't seem to get the parameters right, and wxPython is still rather daunting at this point. Any pointers to a faq, or a few lines of code if it's trivial, would be greatly appreciated. |