Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Hi exilepanda

I was looking for good GUI interface for perl and I was also looking with same requirement as you. I need a good GUI editor and i will only write code for events not for GUI elements.

Basically i was looking similar to Visualbasic in Visual studio.

Tk was fine but it was old and Tkx do not have very good editor etc etc etc research and perl Gtk2 very well suited for me.

You can use Glade GUI editor tool and create a GUI in IDE, store it as XML file and load from your perl program. According to me this is as easy as VB

one major issue with perl GTK2 is there is very less documentation about it , So i always used python Gtk2 doc to know about the API and code in perl

I have also started a perl GTK2 based open source project just to show the power and easiness of perl GTK2 & glade GUI editor

You can take a look at the code and get information about perl GTK2 based development.

Read development environment setup here:  http://code.google.com/p/saaral-soft-search-spider/

Downloadcode here:  http://code.google.com/p/saaral-soft-search-spider/downloads/detail?name=search-spider-1.2.zip

Note: Gtk2 runtime , Glade IDE is available in binary form for windows also. I use it in Windows 7 without issues. Perl Gtk2 and other related modules available for ActivePerl 5.12 via http://www. sisyphusion.tk/ppm/ repository.

Installing these modules is like piece of cake eating. Big thanks to Syphilis (perl Monk) to make these modules available to perl world

Final Note: I tried Active State perl app to bundle perl Gtk2 application which works like charm. No problems


In reply to Re: TclTk interface with Perl code, is it possible? by sam_bakki
in thread TclTk interface with Perl code, is it possible? by exilepanda

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 about the Monastery: (7)
As of 2024-04-18 21:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found