Re: OK, I think, I got it... is it a bug?



As a workaround for today, I'm disabling traversal now like this:

#v+
set activeNotebooks [::ttk::notebook::Cleanup $path]
pack forget {*}[winfo children $path]
foreach tmpw $activeNotebooks {::ttk::notebook::Cleanup $tmpw}
#v-

Don't know much about "Cleanup" procedure; is the above safe way?
--
Zbigniew
.



Relevant Pages

  • Re: probs networking w/MS-NET Framework 1.1 SP1?
    ... denizenoftheforest wrote: ... > pack, and, if so, offer a workaround. ... > am now back up to speed through my linksys befw11s4 router. ...
    (microsoft.public.windowsxp.general)
  • Re: IO#popen and exit status
    ... get the exitcode back. ... Additionally my workaround via Process.waitpid2 does ... I think io.close does already all the cleanup. ...
    (comp.lang.ruby)
  • Re: The finally debate
    ... > Wrapper classes introduce more code. ... Cleanup code are not part of the program logic, so it is very nice to avoid ... it in the middle of the main code by putting it away in a destructor. ... So it is not a workaround but a significant improvement. ...
    (comp.lang.cpp)
  • Broken pack/unpack workaround
    ... I'm writing a lib where pack and unpack are used extensively and would like to provide a workaround. ...
    (comp.lang.ruby)