Re: BackButton Functionality in Perl/Tk



"doni" <doni.sekar@xxxxxxxxx> wrote in message
news:1174004458.122321.288670@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,

Is there anyway in Perl/Tk, can we have a Button that does the "back"
functionality like in any Explorer.
The BackButton should be disabled once I am in the first page of a GUI
but should be enabled as I move away from the first page of the GUI.

Are you thinking of a wizard appliation? Like many installation programs for
windows?

Try this:
http://search.cpan.org/~mthurn/Tk-Wizard-Bases-1.953/

Jack


.