PopupMenu problem was RE: [wxPython] Tip and Popup stuff

Ok,

now I have a tree widget inside an html page contained in a top level
window.

From the tree element, I call on right-click popupmenu and do things when
menu item (one for now) is clicked.

But nothing happens. I even created a stupid function that only does: print
"Hello, I have been clicked!" and nothing happens.

Any idea?

···

-----Original Message-----
From: Robin Dunn [mailto:robin@alldunn.com]
Sent: October 24, 2001 12:06 PM
To: wxpython-users@lists.wxwindows.org
Subject: Re: [wxPython] Tip and Popup stuff

What are the ways to show some pop-up help? and pop-up menus?

Pop-up menus are more important for me. Now a simple example with one
choice would be fine.

There is a sample in the demo. In wxListCtrl.py I think.

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwindows.org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users

now I have a tree widget inside an html page contained in a top level
window.

From the tree element, I call on right-click popupmenu and do things when
menu item (one for now) is clicked.

But nothing happens. I even created a stupid function that only does:

print

"Hello, I have been clicked!" and nothing happens.

Any idea?

Not without seeing a small sample of how you are trying to do this.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!