http://qs1969.pair.com?node_id=11137305


in reply to DynaTab Hide error

No idea what you are talking about.

I searched for DynTabFrame with no result.

DynaTab has a result for Prisma, but at the end you talk about Tk

badly formated, lazy worded ... again

-> downvoted

Replies are listed 'Best First'.
Re^2: DynaTab Hide error
by merrymonk (Hermit) on Oct 07, 2021 at 16:52 UTC
    Sorry my question was not as clear as it should have been and was not 'formatted' correctly! The question is about the DynaTabFrame - (there were refereces to DynaTab elsewhere which may have been a clue). So help with the DynaTabFrame would be appreciated.
      "...So help with the DynaTabFrame would be appreciated."

      That's O.K. As asking questions is what the Monastery was made for. Here is a link for the uninitiated or Tk::DynaTabFrame - as you like. Else we will get some stuff about pet food, drugs or what ever. BTW, being a little bit more precise might be a pleasure.

      «The Crux of the Biscuit is the Apostrophe»

        Fair enough and thank you. The links took me to the site which I quoted in my question - that is the one which said:
        -hidden
        When set to a true value, causes the resulting tab to be hidden from view; can later be set to a false value to force the tab to be visible again."
        However when try to use -hidden as next
        $tabbed_frame{$dynatab_name}->configure(-hidden => 1);
        I got the error
        Tk::Error: Can't set -hidden to `1' for Tk::Frame=HASH(0x20f90157e48): + unknown option "-hidden" at C:....
        I would love to know what to do so stop getting this error.