Re: How To Find Currently Selected Tile.Notebook Tab?

2007-04-21 Thread Kevin Walzer
[EMAIL PROTECTED] wrote: >>> How can I determine what tab is currently selected in a Tile.Notebook >>> widget? >>> The best suggestion I've been able to find via Google is >>> "mynotebook.index('current')", but that gets an exception from Tcl. >> How about >> >> mynotebook.index.current() > > No g

Re: How To Find Currently Selected Tile.Notebook Tab?

2007-04-20 Thread [EMAIL PROTECTED]
> > How can I determine what tab is currently selected in a Tile.Notebook > > widget? > > > The best suggestion I've been able to find via Google is > > "mynotebook.index('current')", but that gets an exception from Tcl. > > How about > > mynotebook.index.current() No good: AttributeError: 'funct

Re: How To Find Currently Selected Tile.Notebook Tab?

2007-04-19 Thread Kevin Walzer
[EMAIL PROTECTED] wrote: > How can I determine what tab is currently selected in a Tile.Notebook > widget? > > The best suggestion I've been able to find via Google is > "mynotebook.index('current')", but that gets an exception from Tcl. > > Any ideas? > > -- Brian > How about mynotebook.index

How To Find Currently Selected Tile.Notebook Tab?

2007-04-19 Thread [EMAIL PROTECTED]
How can I determine what tab is currently selected in a Tile.Notebook widget? The best suggestion I've been able to find via Google is "mynotebook.index('current')", but that gets an exception from Tcl. Any ideas? -- Brian -- http://mail.python.org/mailman/listinfo/python-list