Re: How to invoke a tkinter menu *itself*

2006-02-12 Thread James Stroud
Edward K. Ream wrote: > Hi, > > > > I've spent a pleasant hour or so trying to bring up a top-level Tk menu at > the same spot as it would appear if I had actually clicked the menu. That > is, I want to bring up a menu from the keyboard. > > > > The problem is computing the x and y args to

Re: How to invoke a tkinter menu *itself*

2006-02-11 Thread Edward K. Ream
> I've spent a pleasant hour or so trying to bring up a top-level Tk menu at > the same spot as it would appear if I had actually clicked the menu. That > is, I want to bring up a menu from the keyboard. I'm going to investigate how to locate the 'button' that forms the anchor for the menu. T