Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: GUI Toolkit

by kejohm (Hermit)
on Jun 29, 2010 at 02:03 UTC ( [id://847029]=note: print w/replies, xml ) Need Help??


in reply to GUI Toolkit

There is a short discussion of GUI toolkits for Perl in perlfaq3.

Since I mostly use Windows and don't really need the portability, I prefer to use the Win32::GUI module.

Update: Link fixed.

Replies are listed 'Best First'.
Re^2: GUI Toolkit
by Solarplight (Sexton) on Jun 29, 2010 at 06:13 UTC
    Thank you for the link, already read it good info though. I'm just interested in getting some input from people using them. Just some extra information ontop of the bundles.

      Win32::GUI is an excellent module for GUI programming on Windows, if you don't mind that it isn't cross platform. It provides most widgets available on Windows as part of the core module; there are a few separate packages available for other controls, such as a Scintilla control. It has a fairly simple interface, and a Visual Basic style event model.

      The documentation is mostly complete, and comes with a few simple tutorials. Access to Windows API documentation may be required if you need to perform more advanced operations. The module is based on SourceForge and has a mailing list in case you need help.

      I found another thread here with some more info about Perl GUI programming. It also has a list of some GUI builders for some of the toolkits.

      Update: Link fixed.

        I'm also a big fan of WIN32::GUI. I have a VB background, and find it very easy to use (although not quite as simple without Intellisense!). ActiveState's PerlApp makes it very easy to bundle it as a redistributable.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-25 05:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found