Hi gurus
In PERL TK , I am displaying some labels when i click a button.When I click teh button again I want some other labels in that place.How do i destroy the old labels each time I click the button.
Is it possible to use 'destroy' on widgets or only on windows?
Any thoughts...
thnks,
bye.

Recommended Answers

All 2 Replies

I believe destroy is a method available in *nix too.

to destroy mainwindow 'destroy'
to destroy widget 'forget' :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.