How to create a user manual window
- From: ysw2211@xxxxxxxxx (Yu-Shan Wang)
- Date: Tue, 12 Jun 2012 01:05:54 -0700
I am trying to create a “Help” document using Perl. I have a GUI and made
a dropdown menu with “Help” option. I am hoping to create a new window and
have a something like a dirtree so that user can select the topic. Once it
is selected, the window will display the guidance. (Just like the Help
button in many softwares)
I am wondering if any example code online I could refer to. Or is there
an existing module I could use? (This should be very common but I couldn't
find any online)
So far, I only know by using -command on the button, I do a *sub* and in *
sub*, I just print some words.
I am thinking to create a new Window when I click the Help option from the
menu, and make something like DirTree, and somehow when I click one of the
topic, the window will show the material of that topic on the right.
Please give me some advices. Thank you very much.
-Tiffany
- Follow-Ups:
- Re: How to create a user manual window
- From: Shlomi Fish
- Re: How to create a user manual window
- Prev by Date: Re: how to only read the files last 13 lines
- Next by Date: Re: how to only read the files last 13 lines
- Previous by thread: how to only read the files last 13 lines
- Next by thread: Re: How to create a user manual window
- Index(es):
Relevant Pages
|