GUI Module

--000e0cd32ed0aa3aa604ab2a6d72
Content-Type: text/plain; charset=ISO-8859-1

Hello All,


I am thinking of check out GUI ... so I would need to know where to start
off. Is there a GUI module with Perl? Or am I going to pull one from web?

Emeka

--
*Satajanus Nig. Ltd


*

--000e0cd32ed0aa3aa604ab2a6d72--
Emeka [ Di, 23 August 2011 13:23 ] [ ID #2063557 ]

Re: GUI Module

--000e0cd1476a0aa4c004ab2a8368
Content-Type: text/plain; charset=ISO-8859-1

Perl-Tk ...
That looks like what I am looking for, do I need to get is from reservoir or
is it part of native modules
I have Glade, but I have not really figured out how best to use it ... any
example

On Tue, Aug 23, 2011 at 12:26 PM, Chankey Pathak <chankey007 [at] gmail.com>wrote:

> Use Glade, or Parade form builder.
>
> Perl-Tk
>
> On Tue, Aug 23, 2011 at 4:53 PM, Emeka <emekamicro [at] gmail.com> wrote:
>
>> Hello All,
>>
>>
>> I am thinking of check out GUI ... so I would need to know where to start
>> off. Is there a GUI module with Perl? Or am I going to pull one from web?
>>
>> Emeka
>>
>> --
>> *Satajanus Nig. Ltd
>>
>>
>> *
>>
>
>
>
> --
> Regards,
> Chankey Pathak <http://javaenthusiastic.blogspot.com>
>
>


--
*Satajanus Nig. Ltd


*

--000e0cd1476a0aa4c004ab2a8368--
Emeka [ Di, 23 August 2011 13:29 ] [ ID #2063558 ]

Re: GUI Module

Hello Emeka,

> I am thinking of check out GUI ... so I would need to know where to start
> off. Is there a GUI module with Perl? Or am I going to pull one from web?

Check out WxPerl. Padre, the Perl IDE, uses WxPerl for its GUI.

You will have to install `Wx` from CPAN.

Regards,
Alan Haggai Alavi.
--
The difference makes the difference.

--
To unsubscribe, e-mail: beginners-unsubscribe [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
Alan Haggai Alavi [ Di, 23 August 2011 13:51 ] [ ID #2063560 ]

Re: GUI Module

Hi Emeka.

First of all, see:

http://perl-begin.org/uses/GUI/

This is a page I set up about Graphical User Interface (GUI) Development in
Perl.

On Tue, 23 Aug 2011 12:29:42 +0100
Emeka <emekamicro [at] gmail.com> wrote:

> Perl-Tk ...
> That looks like what I am looking for, do I need to get is from reservoir or
> is it part of native modules

Perl/Tk is convenient, but does not have a good visual appeal. In any case, the
core Perl modules (we don't talk about "native" modules in the context of Perl)
do not contain neither Perl/Tk nor any other GUI module. Preferably, they
should be installed from your distribution's package manager.

> I have Glade, but I have not really figured out how best to use it ... any
> example

Glade cannot be used with Perl/Tk - only with Gtk+. There are other GUI
builders for different toolkits. I'm not intimately familiar with them or with
GUI programming in general. Maybe try searching https://duckduckgo.com/ or
Google.

Regards,

Shlomi Fish

--
------------------------------------------------------------ -----
Shlomi Fish http://www.shlomifish.org/
Original Riddles - http://www.shlomifish.org/puzzles/

There are at least 137 Larry Walls in the U.S., but only one that matters.

Please reply to list if it's a mailing list post - http://shlom.in/reply .

--
To unsubscribe, e-mail: beginners-unsubscribe [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
Shlomi Fish [ Di, 23 August 2011 13:54 ] [ ID #2063561 ]

Re: GUI Module

From: "Emeka" <emekamicro [at] gmail.com>

> Hello All,
>
>
> I am thinking of check out GUI ... so I would need to know where to start
> off. Is there a GUI module with Perl? Or am I going to pull one from web?


Install WxPerl. It is powerful, portable, much better than Tk.

Octavian


--
To unsubscribe, e-mail: beginners-unsubscribe [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
Octavian Rasnita [ Di, 23 August 2011 14:42 ] [ ID #2063563 ]
Perl » gmane.comp.lang.perl.beginners » GUI Module

Vorheriges Thema: Not walking together with Getopt Module
Nächstes Thema: Hash of Hashes - Error