in reply to Re: Re: Keyboard traversal for Tk::Notebook
in thread Keyboard traversal for Tk::Notebook

No it doesn't does it!

I realised after I wrote that note that I wasn't using the bindings on the Notebook widget, and when I tried it, like you I found it doesn't work.

I won't be able to get back to it for a few hours, but have a look at Tk::bind in your doc tree, that might give the answer.

The section in the Tk::Notebook doc's is taken stright from the Tcl docs unchanged - and obviously does not apply!

jdtoronto Updated:

Check also the docs for Tk::autobind. It seems relevant, but I haven't had time to try coding anything yet. Good luck.

john

  • Comment on Re: Re: Re: Keyboard traversal for Tk::Notebook

Replies are listed 'Best First'.
Re: Re: Re: Re: Keyboard traversal for Tk::Notebook
by Anonymous Monk on Sep 12, 2003 at 16:41 UTC
    I appreciate the help,

    Thanks