TkNotebook misdraws first time!
Brought to you by:
rexx
Mark,
When TkNotebook is used for the very first time the
contents of all the tabs appears in the first one!
This can be circumnavigated by:
rc = TkNotebookRaise(book,2)
rc = TkNotebookRaise(book,1)
Neal.
(rexx@gooch.plus.com)