Re: tkinter: Can You Underline More Than 1 Char In A Menu Title

2005-02-01 Thread Tim Daneliuk
Fredrik Lundh wrote: Tim Daneliuk wrote: However, I intend to actually have two separate keys invoke this menu to have it behave differently in different circumstances. You can, of course, CHANGE the underlined character to match the circumstances. Yeah, I understand that ... what I want is two ch

Re: tkinter: Can You Underline More Than 1 Char In A Menu Title

2005-01-31 Thread Fredrik Lundh
Tim Daneliuk wrote: >>>However, I intend to actually have two separate keys invoke this menu >>>to have it behave differently in different circumstances. >> >> You can, of course, CHANGE the underlined character to match the >> circumstances. > > Yeah, I understand that ... what I want is two char

Re: tkinter: Can You Underline More Than 1 Char In A Menu Title

2005-01-31 Thread Tim Daneliuk
Tim Roberts wrote: Tim Daneliuk <[EMAIL PROTECTED]> wrote: I am currently underling the first character of a menu title (to indicate its shortcut/accelerator key) like this: self.WildBtn = Menubutton(self.mBar, text=WILDMENU, underline=0, state=DISABLED) However, I intend to actually have two se

Re: tkinter: Can You Underline More Than 1 Char In A Menu Title

2005-01-31 Thread Tim Roberts
Tim Daneliuk <[EMAIL PROTECTED]> wrote: > >I am currently underling the first character of a menu title (to indicate >its shortcut/accelerator key) like this: > >self.WildBtn = Menubutton(self.mBar, text=WILDMENU, underline=0, > state=DISABLED) > >However, I intend to actually have two separat

Re: tkinter: Can You Underline More Than 1 Char In A Menu Title

2005-01-27 Thread Tim Daneliuk
Jeff Epler wrote: On Thu, Jan 27, 2005 at 06:38:22AM -0500, Tim Daneliuk wrote: Is it possible to underline more than a single character as I am doing with the 'underline=0' above. I tried 'underline=(0,2)' but that didn't work. No. Jeff I love a clear answer ;) thanks... -- --

Re: tkinter: Can You Underline More Than 1 Char In A Menu Title

2005-01-27 Thread Jeff Epler
On Thu, Jan 27, 2005 at 06:38:22AM -0500, Tim Daneliuk wrote: > Is it possible to underline more than a single character as I am doing > with the 'underline=0' above. I tried 'underline=(0,2)' but that didn't > work. No. Jeff pgpFCNSGSpXA9.pgp Description: PGP signature -- http://mail.python.o

tkinter: Can You Underline More Than 1 Char In A Menu Title

2005-01-27 Thread Tim Daneliuk
I am currently underling the first character of a menu title (to indicate its shortcut/accelerator key) like this: self.WildBtn = Menubutton(self.mBar, text=WILDMENU, underline=0, state=DISABLED) However, I intend to actually have two separate keys invoke this menu to have it behave differently