I have a widget which is being built on any case, but is packed (displayed)
only if a certain button is pressed at run-time.
This works great.
Is there a way to hide / unpack this widget after it got packed ?
The ultimate solution would to allow to be able to dynamically show/hide it.
Any ideas ?
TIA !
$widget->packForget alternating with $widget->pack(-after/-before => $other);
See the Tk::pack pod.
--
Go to http://MarcDashevsky.com to send me e-mail.
Oded
"Marc Dashevsky" <Use...@MarcDashevsky.com> wrote in message
news:MPG.1d053074b...@news.supernews.com...