Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: creating multiple widgets at runtime

by mawe (Hermit)
on Jul 25, 2005 at 05:46 UTC ( [id://477692]=note: print w/replies, xml ) Need Help??


in reply to Re^2: creating multiple widgets at runtime
in thread creating multiple widgets at runtime

Hmm, how could this be useful? Can't you do the same with a Toplevel and only one MainLoop?
  • Comment on Re^3: creating multiple widgets at runtime

Replies are listed 'Best First'.
Re^4: creating multiple widgets at runtime
by GrandFather (Saint) on Jul 25, 2005 at 06:49 UTC

    In a context where you want to grab a chunk of information from the user a very light weight "open window, grab data, close window" is useful. In that context you don't want to go hunting for the $main that you may, or may not, have used before.

    I use this trick in apps that are essentially command line (or run from desktop short cuts) that sometimes need a little more info. It lets me write one utility that I can drag and drop onto, have snoop stuff out of the clipboard, or (if the other strategies fail) ask for the required info.


    Perl is Huffman encoded by design.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://477692]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (1)
As of 2024-04-25 00:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found