Re: [Tkinter-discuss] pop up menu down

2005-09-19 Thread Stewart Midwinter
this might not be what you want, but you could include a menu-item "Close Menu" in your pop-up menu, which would destroy (close) the pop- up menu... S On Sep 19, 2005, at 22:41, Monu Agrawal wrote: > Hi, > I have a pop up menu used to pop at right click, but the problem is > it doesn't go

[Tkinter-discuss] pop up menu down

2005-09-19 Thread Monu Agrawal
Hi, I have a pop up menu used to pop at right click, but the problem is it doesn't go away until I click on one of it's button. I want it to be disappeared or destroyed when I click anywhere else. Can anyone tell me what I am missing? ___ Tkinter-discuss

[Tkinter-discuss] Some progress, some troubles with BWidget tree

2005-09-19 Thread [EMAIL PROTECTED]
Hello All:   I finally figured out what was wrong with my code before, with regard to creating new nodes (please see code below).  My difficulty now is understanding how to work with focus.   I am able to generate nodes and I am able to identify them by their position.  Now, I am trying to ident