in reply to perl/tk...how to create interactive widgets inside toplevel window

  1. ...and interactive widgets

    What are they supposed to do?

  2. i have written the code

    What code?

  3. but its not working

    What is it doing instead?

  4. -container and -use but i dont know how to use them

    What have you tried? See 2.

  5. please help

    We'll try, but it's your turn first.

  • Comment on Re: perl/tk...how to create interactive widgets inside toplevel window

Replies are listed 'Best First'.
Re^2: perl/tk...how to create interactive widgets inside toplevel window
by perlplayer (Sexton) on Dec 08, 2008 at 04:40 UTC
    hello, actually i am trying to create a birth day reminder tool, i have a main window with six or seven buttons,each button showing a option to the user ,
    1st button create database:- i want when the user press the button a popup will appear with three or four labeled entry options then the user will press enter and internally i will collect those data name ,bday, mobno,emailid and create a hash of hashes i also want that when user press enter the entry fields will be cleaned off for the next entry so that user can enter another set of data and of course there will be a exit button to exit from this window.