GUI Module
am 23.08.2011 13:23:43 von Emeka
--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--
Re: GUI Module
am 23.08.2011 13:29:42 von Emeka
--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 wrote:
> Use Glade, or Parade form builder.
>
> Perl-Tk
>
> On Tue, Aug 23, 2011 at 4:53 PM, Emeka 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
>
>
--
*Satajanus Nig. Ltd
*
--000e0cd1476a0aa4c004ab2a8368--
Re: GUI Module
am 23.08.2011 13:51:42 von Alan Haggai Alavi
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@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/
Re: GUI Module
am 23.08.2011 13:54:08 von Shlomi Fish
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 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@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/
Re: GUI Module
am 23.08.2011 14:42:40 von Octavian Rasnita
From: "Emeka"
> 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@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/