Re: perl GUI with out X ?

2005-06-06 Thread Chris Devers
On Sun, 5 Jun 2005, Michael Gale wrote: > Is there a way to write a perl GUI app with out having to run X ? Are you on Unix / Linux / Solaris / BSD / etc ? In that case, no, probably not, though as noted in another reply, you can simulate a GUI in a text-mode environment using Curses. But if yo

RE: perl GUI with out X ?

2005-06-05 Thread Thomas Bätzler
Michael Gale <[EMAIL PROTECTED]> asked: > Is there a way to write a perl GUI app with out having to run X ? You can use Curses::UI to build a character based GUI for the console or terminal. HTH, Thomas -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: Perl, GUI and Windows?

2002-08-04 Thread Jenda Krynicky
From: "Octavian Rasnita" <[EMAIL PROTECTED]> > I am wondering if I can create a Perl program for Windows with a > Windows graphical interface. Is it possible? Are there any modules > that make this possible? Just a few names: Tk, gTk, Win32::GUI, wxPerl Jenda === [EMAIL PROTECTED] == htt

Re: Perl, GUI and Windows?

2002-08-04 Thread drieux
On Friday, August 2, 2002, at 09:40 , Octavian Rasnita wrote: > Hi all, > > I am wondering if I can create a Perl program for Windows with a Windows > graphical interface. > Is it possible? Are there any modules that make this possible? yes, what you want is the Perl/Tk suite of tools ciao d

Re: perl GUI

2001-08-21 Thread Ray Barker
You can use glade to build your Gnome interface: http://glade.gnome.org/ and then use glade-perl to link to perl http://www.glade.perl.connectfree.co.uk/index.html I've used glade with C and it works pretty well. Trying it with perl is on my things to do list. also look at wxWindows -Origin

Re: perl GUI

2001-08-20 Thread Leo Pohl
Bruce Ferrell wrote: > There is, but I've never been able to get it to build. It's called > perlcomposer and you can find it on sourceforge: > > http://perlcomposer.sourceforge.net/index.html > > Good luck and if you can get it working, please let me know. I run a > Slackware system (7.1+) an

Re: perl GUI

2001-08-19 Thread Bruce Ferrell
There is, but I've never been able to get it to build. It's called perlcomposer and you can find it on sourceforge: http://perlcomposer.sourceforge.net/index.html Good luck and if you can get it working, please let me know. I run a Slackware system (7.1+) and RedHat 6.x. b g wrote: > > Hi li