Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Additionally to the other posts here I've been using Tk and creating some great little apps. It finally adds a more professional looking application look to many of my scripts. Once I got use to the syntax it can be pretty quick to write a TK GUI. Using TK requires you to learn a new way of structuring your program because thinking in application windows structure is different to writing a standard script.

Additionally, once your GUI is written compiling it into a standalone EXE I've found can be very simple but can also become a complicated mish-mash depending on what you are attempting to do. The standard TK gui runs with an corresponding console. At times I've used console this as part of the application and left it there, at other times I didn't want it to appear. I've already tackled a lot of these types of problems in my own posts to perlmonks. I won't add links to all the nodes here but check out my user node. There is a lot of links to stuff in there. Feel free to email me directly if you have any questions.

UPDATE: This link http://theoryx5.uwinnipeg.ca/perltk/ was the first article I read on Tk, it was a great quick intro with lots of working examples. It will give you a good idea of the syntax behind Tk as well.

Dean
The Funkster of Mirth
Programming these days takes more than a lone avenger with a compiler. - sam
RFC1149: A Standard for the Transmission of IP Datagrams on Avian Carriers

In reply to Re: Creating Win32 User Interfaces with Perl by crabbdean
in thread Creating Win32 User Interfaces with Perl by diggernz

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-18 01:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found