Re: Back to work on perl + gui + hebrew...

2015-01-13 Thread D.Edmons
l too (not sure). See: http://perl-begin.org/uses/GUI/ I think wxWidgets supports UTF by default. See: http://docs.wxwidgets.org/trunk/overview_unicode.html -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: Back to work on perl + gui + hebrew...

2015-01-13 Thread D.Edmons
ebrew, Bidirectionality, and internationalisation well. Maybe wxPerl too (not sure). See: http://perl-begin.org/uses/GUI/ I think wxWidgets supports UTF by default. See: http://docs.wxwidgets.org/trunk/overview_unicode.html -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For addit

Re: Back to work on perl + gui + hebrew...thanks for that information

2015-01-12 Thread Martin Kaspar
Bidirectionality, and internationalisation well. Maybe wxPerl too > > (not sure). See: > > > > http://perl-begin.org/uses/GUI/ > > I think wxWidgets supports UTF by default. See: > http://docs.wxwidgets.org/trunk/overview_unicode.html > > > -- > Don't stop where the ink

Re: Back to work on perl + gui + hebrew...

2015-01-12 Thread Kevin Walzer
On 1/12/15 8:10 PM, Shawn H Corey wrote: On Mon, 12 Jan 2015 15:23:53 +0200 Shlomi Fish wrote: Actually, Perl/Qt and Perl/KDE should also support Hebrew, Bidirectionality, and internationalisation well. Maybe wxPerl too (not sure). See: http://perl-begin.org/uses/GUI/ I think wxWidgets

Re: Back to work on perl + gui + hebrew...

2015-01-12 Thread Shawn H Corey
On Mon, 12 Jan 2015 15:23:53 +0200 Shlomi Fish wrote: > Actually, Perl/Qt and Perl/KDE should also support Hebrew, > Bidirectionality, and internationalisation well. Maybe wxPerl too > (not sure). See: > > http://perl-begin.org/uses/GUI/ I think wxWidgets supports UTF by def

Re: Back to work on perl + gui + hebrew...

2015-01-12 Thread Shlomi Fish
Hi Dale/El'ad, On Fri, 09 Jan 2015 13:38:51 -0800 "D.Edmons" wrote: > Hi, > > I talked to Shlomi Fish quite some time back about using Hebrew and a > perl gui. The question was/is which gui? I seem to recall that gtk+ > was about the only option that coul

Back to work on perl + gui + hebrew...

2015-01-09 Thread D.Edmons
Hi, I talked to Shlomi Fish quite some time back about using Hebrew and a perl gui. The question was/is which gui? I seem to recall that gtk+ was about the only option that could do Hebrew properly. Is this correct, or is my memory soaked from the recent flooding? Dale/El'ad

Re: GUI Library

2011-09-28 Thread Octavian Rasnita
From: "Shawn H Corey" > On 11-09-28 06:59 AM, Francisco Rivas wrote: >> Hello, I am planning to write a very small stand alone application to write >> some file and I would like to know which is the best/recommended GUI library >> for Perl. I have read about wx

Re: GUI Library

2011-09-28 Thread Francisco Rivas
comment. 2011/9/28 Octavian Rasnita > From: "Alan Haggai Alavi" > > On 09/28/11 16:29, Francisco Rivas wrote: >> >>> Hello, I am planning to write a very small stand alone application to >>> write >>> some file and I would like to know which

Re: GUI Library

2011-09-28 Thread Rob Dixon
On 28/09/2011 14:09, Shawn H Corey wrote: On 11-09-28 06:59 AM, Francisco Rivas wrote: Hello, I am planning to write a very small stand alone application to write some file and I would like to know which is the best/recommended GUI library for Perl. I have read about wxPerl, GTK2, PerlQT4 and

Re: GUI Library

2011-09-28 Thread Shawn H Corey
On 11-09-28 06:59 AM, Francisco Rivas wrote: Hello, I am planning to write a very small stand alone application to write some file and I would like to know which is the best/recommended GUI library for Perl. I have read about wxPerl, GTK2, PerlQT4 and even Tk, but I would like to know what

Re: GUI Library

2011-09-28 Thread Octavian Rasnita
From: "Alan Haggai Alavi" On 09/28/11 16:29, Francisco Rivas wrote: Hello, I am planning to write a very small stand alone application to write some file and I would like to know which is the best/recommended GUI library for Perl. I have read about wxPerl, GTK2, PerlQT4 and even

Re: GUI Library

2011-09-28 Thread Alan Haggai Alavi
On 09/28/11 16:29, Francisco Rivas wrote: Hello, I am planning to write a very small stand alone application to write some file and I would like to know which is the best/recommended GUI library for Perl. I have read about wxPerl, GTK2, PerlQT4 and even Tk, but I would like to know what people

GUI Library

2011-09-28 Thread Francisco Rivas
Hello, I am planning to write a very small stand alone application to write some file and I would like to know which is the best/recommended GUI library for Perl. I have read about wxPerl, GTK2, PerlQT4 and even Tk, but I would like to know what people recommend from their experience. Thank you

Re: GUI Module

2011-08-23 Thread 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:

Re: GUI Module

2011-08-23 Thread 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 &

Re: GUI Module

2011-08-23 Thread 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

Re: GUI Module

2011-08-23 Thread Emeka
der. > > 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 w

GUI Module

2011-08-23 Thread 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? Emeka -- *Satajanus Nig. Ltd *

Re: Creating a GUI

2010-12-17 Thread shawn wilson
> > I would love to know how to > create a graphic user interface using Perl. I've read that there are a lot > of resource to do this but I don't know where to start... > Can anyone help me? > I'm a Perl's beginner under Mac OS X. Perlmonks also has some nodes on this. Http://www.perlmonks.org/?no

Re: Creating a GUI

2010-12-17 Thread Onteria
#x27;ve read that there are a lot > > of resource to do this but I don't know where to start... > > Can anyone help me? > > I'm a Perl's beginner under Mac OS X. > > Thanks :-) > > Hello Francesco, There are a few ways to approach GUI programming on per

Creating a GUI

2010-12-17 Thread Francesco Di Lorenzo
Hi everyone, this is my first message in this mailing list. I would love to know how to create a graphic user interface using Perl. I've read that there are a lot of resource to do this but I don't know where to start... Can anyone help me? I'm a Perl's beginner under Mac OS X. Thanks :-)

Re: GUI form for text-based search

2008-09-30 Thread Sandy lone
On Tue, Sep 30, 2008 at 5:41 AM, bdy <[EMAIL PROTECTED]> wrote: > > What module, if one exists, could I use or tweak if I wanted to create > an HTML form to search those files in the aforementioned directories > with human readable output? > Try File::Find, that may be helps. -- To unsubscribe,

GUI form for text-based search

2008-09-29 Thread bdy
Hello. I have multiple directories with numerous files in each (all readable by a Perl-based search command, such as file::grep). What module, if one exists, could I use or tweak if I wanted to create an HTML form to search those files in the aforementioned directories with human readable output?

Re: what is the best GUI to display this result

2008-08-28 Thread Aruna Goke
zentara wrote: On Wed, 27 Aug 2008 19:35:46 +0100, [EMAIL PROTECTED] (Aruna Goke) wrote: however, I wanted to be able to scroll both horizontally and vertically so that i can see all the numbers printed. and which one is selected as winner on click. and ability to click and randomly selecte

Re: what is the best GUI to display this result

2008-08-28 Thread John W. Krahn
zentara wrote: #!/usr/bin/perl -w use warnings; use strict; use Tk; #generate the size of an my array. my $filename = "julypromo.csv"; #Open the file open FH, '<', $filename || die "Couldn't open $filename : $!"; Because of the precedence of the '||' operator your program will die if $filen

Re: what is the best GUI to display this result

2008-08-27 Thread Aruna Goke
zentara wrote: On Tue, 26 Aug 2008 18:09:58 +0100, [EMAIL PROTECTED] (Aruna Goke) wrote: ... __END__ zentara Thanks Zentara, I have edited the code as below.. however, I wanted to be able to scroll both horizontally and vertically so that i can see all the n

Re: what is the best GUI to display this result

2008-08-27 Thread Rob Dixon
Aruna Goke wrote: > I am writing a raffle draw promo using perl and i have the script as below. > > what i intend to achieve is to print all the numbers in the array to gui > screen, clear the screen and display randomly selected one as the winner. > > however, I have run my

Re: what is the best GUI to display this result

2008-08-27 Thread Aruna Goke
zentara wrote: On Tue, 26 Aug 2008 18:09:58 +0100, [EMAIL PROTECTED] (Aruna Goke) wrote: I am writing a raffle draw promo using perl and i have the script as below. what i intend to achieve is to print all the numbers in the array to gui screen, clear the screen and display randomly selected

what is the best GUI to display this result

2008-08-26 Thread Aruna Goke
I am writing a raffle draw promo using perl and i have the script as below. what i intend to achieve is to print all the numbers in the array to gui screen, clear the screen and display randomly selected one as the winner. however, I have run my script in the cmd line .. it works fine but I

Re: Gui recommendation.

2008-06-16 Thread Francisco Valladolid
On Mon, Jun 16, 2008 at 4:14 PM, zentara <[EMAIL PROTECTED]> wrote: > On Mon, 16 Jun 2008 00:04:31 +0430, [EMAIL PROTECTED] ("Francisco > Valladolid") wrote: > >>Hi Folks. >> >>I need write a desktop app based on Perl, and need opinions about the >>

Re: Gui recommendation.

2008-06-15 Thread Francisco Valladolid
On Mon, Jun 16, 2008 at 12:41 AM, Octavian Rasnita <[EMAIL PROTECTED]> wrote: > From: "Francisco Valladolid" <[EMAIL PROTECTED]> >> >> Hi Folks. >> >> I need write a desktop app based on Perl, and need opinions about the >> best GUI choic

Re: Gui recommendation.

2008-06-15 Thread Octavian Rasnita
From: "Francisco Valladolid" <[EMAIL PROTECTED]> Hi Folks. I need write a desktop app based on Perl, and need opinions about the best GUI choice, for this purpose. I recommend WxPerl, which uses wxWindows widgets. It is portable on more operating systems, it uses the native l

Re: Gui recommendation.

2008-06-15 Thread Rob Dixon
Chas. Owens wrote: > On Sun, Jun 15, 2008 at 15:34, Francisco Valladolid <[EMAIL PROTECTED]> wrote: >> Hi Folks. >> >> I need write a desktop app based on Perl, and need opinions about the >> best GUI choice, for this purpose. >> >> I saw Qt from Tro

Re: Gui recommendation.

2008-06-15 Thread Chas. Owens
On Sun, Jun 15, 2008 at 15:34, Francisco Valladolid <[EMAIL PROTECTED]> wrote: > Hi Folks. > > I need write a desktop app based on Perl, and need opinions about the > best GUI choice, for this purpose. > > I saw Qt from Trolltech ( http://perlqt.sourceforge.net/ ) and look

Gui recommendation.

2008-06-15 Thread Francisco Valladolid
Hi Folks. I need write a desktop app based on Perl, and need opinions about the best GUI choice, for this purpose. I saw Qt from Trolltech ( http://perlqt.sourceforge.net/ ) and look fine, with a complete set of libraries and good support . Gtk+ looks fine too. Tk, it default GUI, but don&#

Re: GUI Toolkit - which one to learn? (GTK/GTK2/Tk)

2008-02-22 Thread MK
just to add my two sense worth i reworked my Tk app to eliminate the memory gains from $widget->destroy (using -- much thanks, i surrender, zentara -- cget->entryconfigure) and it works beautifully and does exactly everything i want, certainly i like it more than anything i've seen attempti

Re: GUI Toolkit - which one to learn? (GTK/GTK2/Tk)

2008-02-22 Thread Robert Hicks
zentara wrote: And I found it's best just to let the masses of people "believe" they are safe with Microsoft Windows. it helps the government's surveillance of everyone. Guys like me that use Linux, give the NSA headaches. zentara P.S. Please don't tell me that Anti-Virus/Spyware software

Re: GUI Toolkit - which one to learn? (GTK/GTK2/Tk)

2008-02-21 Thread Jenda Krynicky
From: zentara <[EMAIL PROTECTED]> > See the above links. I have installed Gtk2 under windows, but it > was harder than I would expect an average user to go thru. > > Yeah, thats why Linux is preferred over Winblows. Linux just makes > things work, where windows is a constant battle. I switched to

Re: GUI Toolkit - which one to learn? (GTK/GTK2/Tk)

2008-02-21 Thread Rob Dixon
yitzle wrote: Hi I decided throwing a GUI on Perl would be fun so I want to make a Connect Four. Which GUI module would you advise? It seems the major contenders are GTK, GTK2/GTK+ and Tk. Tk seems to have the simplest interface which is nice, but it sure doesn't look as pretty as GTK. I t

Re: GUI Toolkit - which one to learn? (GTK/GTK2/Tk)

2008-02-21 Thread Octavian Rasnita
this on the Perl/Gtk2 maillist. After installing the Gtk2 runtime, I found a program named gtk-demo.exe and I've seen it is absolutely inaccessible for screen readers. I guess Gtk2, like Tk or SWING, draw its own graphics, and it doesn't use the native GUI of the OS like Wx or SWT. Thank y

Re: GUI Toolkit - which one to learn? (GTK/GTK2/Tk)

2008-02-21 Thread Robert Hicks
zentara wrote: On Tue, 19 Feb 2008 22:36:09 -0500, [EMAIL PROTECTED] (yitzle) wrote: Hi I decided throwing a GUI on Perl would be fun so I want to make a Connect Four. Which GUI module would you advise? It seems the major contenders are GTK, GTK2/GTK+ and Tk. Tk seems to have the simplest

Re: GUI Toolkit - which one to learn? (GTK/GTK2/Tk)

2008-02-20 Thread Octavian Rasnita
From: "zentara" <[EMAIL PROTECTED]> On Tue, 19 Feb 2008 22:36:09 -0500, [EMAIL PROTECTED] (yitzle) wrote: Hi I decided throwing a GUI on Perl would be fun so I want to make a Connect Four. Which GUI module would you advise? It seems the major contenders are GTK, GTK2/GTK+ and

Re: GUI Toolkit - which one to learn? (GTK/GTK2/Tk)

2008-02-20 Thread Francisco Valladolid
Hi, it depends that you particular needs. Example Tk is portable but primitive, the look and feel is good on Gtk2. Gtk2 is also portable, in both Unix/Windows/ . Sometimes you must try severals toolkits libraries to do this task, and the last word always is your. Regards. On Feb 21, 2008 1:2

Re: GUI Toolkit - which one to learn? (GTK/GTK2/Tk)

2008-02-20 Thread yitzle
I don't know... maybe I /was/ looking at the C code. The code Chas provided does look fairly similar to the Tk code. Thanks for the replies. I guess I'll be using GTK2 after all :D -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.or

Re: GUI Toolkit - which one to learn? (GTK/GTK2/Tk)

2008-02-19 Thread Octavian Rasnita
beginners @ perl. org" Sent: Wednesday, February 20, 2008 5:36 AM Subject: GUI Toolkit - which one to learn? (GTK/GTK2/Tk) Hi I decided throwing a GUI on Perl would be fun so I want to make a Connect Four. Which GUI module would you advise? It seems the major contenders are GTK, GTK2/GTK

Re: GUI Toolkit - which one to learn? (GTK/GTK2/Tk)

2008-02-19 Thread Chas. Owens
On Feb 19, 2008 10:36 PM, yitzle <[EMAIL PROTECTED]> wrote: > Hi > I decided throwing a GUI on Perl would be fun so I want to make a Connect > Four. > Which GUI module would you advise? It seems the major contenders are > GTK, GTK2/GTK+ and Tk. > Tk seems to have the sim

Re: GUI Toolkit - which one to learn? (GTK/GTK2/Tk)

2008-02-19 Thread Daniel Kasak
On Tue, 2008-02-19 at 22:36 -0500, yitzle wrote: > Hi > I decided throwing a GUI on Perl would be fun so I want to make a Connect > Four. > Which GUI module would you advise? It seems the major contenders are > GTK, GTK2/GTK+ and Tk. > Tk seems to have the simplest interface

GUI Toolkit - which one to learn? (GTK/GTK2/Tk)

2008-02-19 Thread yitzle
Hi I decided throwing a GUI on Perl would be fun so I want to make a Connect Four. Which GUI module would you advise? It seems the major contenders are GTK, GTK2/GTK+ and Tk. Tk seems to have the simplest interface which is nice, but it sure doesn't look as pretty as GTK. I took a peek at th

Re: create gui

2007-04-04 Thread Daniel Kasak
ping everything together with a nice GUI and XML import / export thing. Some quick points re: the Axis modules: - open-source - cross-platform ( in heavy use on Linux and Windows 2000 ) - gtk+ looks really nice compared to Tk - very low system requirements - optimised for slow network connectio

Re: create gui

2007-03-31 Thread xavier mas
El Sábado 31 Marzo 2007 14:10, zentara escribió: > On Fri, 30 Mar 2007 20:04:26 +0200, [EMAIL PROTECTED] (xavier mas) > > wrote: > >Thank you for your answer, zentara. Which module I need to download from > >cpan.org to use Tk in Perl? > > > >Greetings, > > Tk of course. Go to cpan and search for T

Re: create gui

2007-03-30 Thread xavier mas
nd Tk modules, but I really don't > > know what I need in order to create Perl programs that can be handled > > through an interface. > > > >Can you advise me on that? > > Tk is your best bet. Run the program "widget" to get a demo of Tk > programs. >

Re: create gui

2007-03-30 Thread xavier mas
El Viernes 30 Marzo 2007 17:24, Rob Dixon escribió: > xavier mas wrote: > > Hi list, > > > > I want to create an interface with Per,l like a form for a database. > > Searching in cpan.org I found many Qtk and Tk modules, but I really don't > > know what I need in order to create Perl programs that

Re: create gui

2007-03-30 Thread Rob Dixon
xavier mas wrote: Hi list, I want to create an interface with Per,l like a form for a database. Searching in cpan.org I found many Qtk and Tk modules, but I really don't know what I need in order to create Perl programs that can be handled through an interface. Can you advise me on that?

create gui

2007-03-29 Thread xavier mas
Hi list, I want to create an interface with Per,l like a form for a database. Searching in cpan.org I found many Qtk and Tk modules, but I really don't know what I need in order to create Perl programs that can be handled through an interface. Can you advise me on that? Greetings, -- Xavie

Re: GUI with Perl

2007-03-18 Thread Dr.Ruud
yitzle schreef: > Can I make a GUI program with Perl? > How? Also look into XUL. For example: http://www.cyclone3.org/home -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: GUI with Perl

2007-03-17 Thread Ken Foskey
On Thu, 2007-03-15 at 23:33 -0400, yitzle wrote: > TIme for a quick factoid about me: I'm running Perl off Cygwin. No > Gnome installed here. GTK is available on Windows, I am reasonably sure it is in cygwin as well. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: GUI with Perl

2007-03-15 Thread Octavian Rasnita
Yes you can. You can use Win32::GUI. It has a more simple interface than other libraries for creating GUIs and the programs are accessible for screen readers used by the blind also. The programs created with it will run only under Windows. If you want to create a portable program, also

Re: GUI with Perl

2007-03-15 Thread yitzle
X is set up. Will look into ActiveState Perl, I guess. I noticed TK has Win32 stuff... On 3/15/07, Chas Owens <[EMAIL PROTECTED]> wrote: On 3/15/07, yitzle <[EMAIL PROTECTED]> wrote: > TIme for a quick factoid about me: I'm running Perl off Cygwin. No > Gnome installed here. Then Tk is your bes

Re: GUI with Perl

2007-03-15 Thread Chas Owens
On 3/15/07, yitzle <[EMAIL PROTECTED]> wrote: TIme for a quick factoid about me: I'm running Perl off Cygwin. No Gnome installed here. Then Tk is your best bet, although you may need to setup X. You may consider using ActiveState Perl instead. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: GUI with Perl

2007-03-15 Thread yitzle
TIme for a quick factoid about me: I'm running Perl off Cygwin. No Gnome installed here. On 3/15/07, Chas Owens <[EMAIL PROTECTED]> wrote: On 3/15/07, yitzle <[EMAIL PROTECTED]> wrote: > Can I make a GUI program with Perl? > How? There are several options. Which one

Re: GUI with Perl

2007-03-15 Thread Chas Owens
On 3/15/07, yitzle <[EMAIL PROTECTED]> wrote: Can I make a GUI program with Perl? How? There are several options. Which one is best for depends on what you need it to do and what platforms you want it to run on. I would suggest the Gtk2 or Tk modules (install them through your p

Re: GUI with Perl

2007-03-15 Thread Jeff Pang
> >Can I make a GUI program with Perl? You can. >How? > Search CPAN for keyword "TK". -- http://home.arcor.de/jeffpang/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

GUI with Perl

2007-03-15 Thread yitzle
Can I make a GUI program with Perl? How? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Windows GUI that supports UTF-8

2006-10-10 Thread Octavian Rasnita
Hello, Do you know if there is a screen reader accessible Windows GUI (like Win32::GUI, WXPerl, WinForms...) that supports UTF-8 and can be used in a perl program? Win32::GUI is accessible for screen readers but I don't think it supports UTF-8. WinForms I don't think that can be used

Win32::GUI Question

2006-03-30 Thread Albert
Hello guys, I did create a program with a GUI. Now I use Win32::GUI::Dialog() to show the window. It works all fine. But now I want that it executes Win32::GUI::Dialog(), check if any events happend and then give control back to my program. So I could make a program like this: while(true

Re: perl Input from GUI - form

2006-01-10 Thread manoj thakur
My bad I didn't frame my question well. My idea is to accept users input for a perl script i have from GUI like a window or frame ... I understand both CGI & TK can help me do that. Please see if you can help me understand which is easy & best way to do it also any pointers to som

Re: perl Input from GUI - form

2006-01-10 Thread Chris Devers
On Wed, 11 Jan 2006, manoj thakur wrote: > My question is what is the best way to have the input to my perl script > through a GUi like a form or a window. > I know may be CGI any input to point me in the right direction is highly > appreciated. Read the documentation for CGI.pm,

perl Input from GUI - form

2006-01-10 Thread manoj thakur
Hi All, My question is what is the best way to have the input to my perl script through a GUi like a form or a window. I know may be CGI any input to point me in the right direction is highly appreciated. The idea is not to give the command line arguments as input to perl rather filling them

Re: Can we do gui testing using Perl

2005-11-15 Thread Jay Savage
On 11/15/05, Santosh Reddy <[EMAIL PROTECTED]> wrote: > Hi All, > > Can we do GUI testing of applications using Perl. Like we do using > winrunner. If can, please help me in getting the details of it. > > Thanks > Santosh Sure. Any particular GUI you had in mind? An

RE: Can we do gui testing using Perl

2005-11-15 Thread Daniel Kurtz
ting. I'd give you the various SourceForge.net URLs, but our DNS servers are hosed today and I'm not having any luck getting to anything on SourceForge. -Original Message- From: Santosh Reddy [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 15, 2005 07:28 To: 'Perl Beginne

Can we do gui testing using Perl

2005-11-15 Thread Santosh Reddy
Hi All, Can we do GUI testing of applications using Perl. Like we do using winrunner. If can, please help me in getting the details of it. Thanks Santosh ___ Yahoo! Messenger - NEW crystal clear PC to

Re: GUI-based menu-ing script for UNIX

2005-08-31 Thread Daniel Kasak
[EMAIL PROTECTED] wrote: Is there any easy to customize GUI-based menu-ing script for UNIX? I currently have a text-base menu program for gluing my applications, and I am interested in putting in revising it to a GUI-based (for a change). Currently I am looking at aumenu, which according to

RE: GUI-based menu-ing script for UNIX

2005-08-25 Thread Timothy Johnson
CORRECTION: Perl/Tk? -Original Message- From: Timothy Johnson Sent: Thursday, August 25, 2005 11:34 AM To: [EMAIL PROTECTED]; beginners@perl.org Subject: RE: GUI-based menu-ing script for UNIX That all depends on how involved you want this project to be. Have you looked at Tk

RE: GUI-based menu-ing script for UNIX

2005-08-25 Thread Timothy Johnson
That all depends on how involved you want this project to be. Have you looked at Tk? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 11:24 AM To: beginners@perl.org Subject: GUI-based menu-ing script for UNIX Is there any easy to

GUI-based menu-ing script for UNIX

2005-08-25 Thread William . Ampeh
Is there any easy to customize GUI-based menu-ing script for UNIX? I currently have a text-base menu program for gluing my applications, and I am interested in putting in revising it to a GUI-based (for a change). Currently I am looking at aumenu, which according to the documentation, was

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

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-mai

perl GUI with out X ?

2005-06-05 Thread Michael Gale
Hello, Is there a way to write a perl GUI app with out having to run X ? Michael -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: Advise me? Seeking GUI toolkit...

2005-05-15 Thread Daniel Kasak
bindings appear to behave identically under Windows. I made use of the following widgets: GtkEntry GtkComboBoxEntry GtkSpinButton GtkToggleButton GtkButton GtkTreeView GtkNotebook GtkLabel GtkTextView GtkCalendar GtkFileChooserDialog This list is not complete. There are other 'behind the scene

RE: Advise me? Seeking GUI toolkit...

2005-05-14 Thread Siegfried Heintze
>Have a look at Perl-Gtk2: http://gtk2-perl.sourceforge.net/ > Assuming I'm not interested in the Cygwin X Server... I looked here and felt confused. Do I need to download the native GIMP first? I clicked on the "PPM repository" and saw a big list of files. Which one of these do I want to run GTK

Re: Advise me? Seeking GUI toolkit...

2005-05-12 Thread Daniel Kasak
n >MacOS X, though. There's http://www.web42.com/software/perlwrapper/, which >I haven't tried yet, and there are binary installers for Windows. > >Java would do what I want everywhere, especially if I limited myself to, >say, functionality available in Kaffe, but I don't want

Advise me? Seeking GUI toolkit...

2005-05-12 Thread Mason Loring Bliss
lers for Windows. Java would do what I want everywhere, especially if I limited myself to, say, functionality available in Kaffe, but I don't want to use Java for this! If someone has a suggestion for a single cross-platform GUI toolkit I can use with Perl that won't require any bleeding o

Re: Favorite Packages for Platform Neutral GUI?

2005-05-05 Thread Daniel Kasak
Siegfried Heintze wrote: Wow! Thanks for the enthusiastic responses! Well I'm a C++ guy so GTK* and WxWindows look good. But is anyone using these on ActiveState Perl? Is there some other perl for windows that I should be using for GUI? Siegfried ActiveState Perl is fine for Gtk2-Perl. At

RE: Favorite Packages for Platform Neutral GUI?

2005-05-05 Thread Siegfried Heintze
Wow! Thanks for the enthusiastic responses! Well I'm a C++ guy so GTK* and WxWindows look good. But is anyone using these on ActiveState Perl? Is there some other perl for windows that I should be using for GUI? Siegfried > >-Original Message->From: Daniel Kasak

Re: GUI Packages for ActiveState Perl

2005-05-05 Thread Octavian Rasnita
> > > >What GUI packages would you recommend for an ActiveState Perl? > > Tk is the most supported, and comes standard with ActiveState. > > The only problem with Tk is that it doesn't create graphical interfaces accessible for the screen readers that allow the bl

Re: Favorite Packages for Platform Neutral GUI?

2005-05-05 Thread Daniel Kasak
Siegfried Heintze wrote: I get the impression that there are several alternatives to use=ing Tk for writing OS neutral GUI programs in Perl. Can anyone point me to a discussion that might help me choose one? I'll give my vote to Gtk2 any day. To start with, Tk looks like barf. It really, r

GUI Packages for ActiveState Perl

2005-05-04 Thread Siegfried Heintze
am in "Advanced Perl Programming" by Srinivasan does not. To bad. What GUI packages would you recommend for an ActiveState Perl? Thanks, Siegfried -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Favorite Packages for Platform Neutral GUI?

2005-05-04 Thread Siegfried Heintze
I get the impression that there are several alternatives to use=ing Tk for writing OS neutral GUI programs in Perl. Can anyone point me to a discussion that might help me choose one? Thanks, Siegfried -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

POD for Win32::GUI?

2005-04-13 Thread Octavian Rasnita
Hi, Does anyone know where I can get some help for using Win32::GUI? I have seen that module doesn't have POD documentation inside (or outside). Thank you. Teddy -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org

Re: GUI

2005-04-11 Thread Chris Devers
On Mon, 11 Apr 2005, Octavian Rasnita wrote: > I would like to create Windows applications with a standard Windows GUI. Check out WxWindows / WxPerl: <http://www.perl.com/pub/a/2001/09/12/wxtutorial1.html> <http://wxperl.sourceforge.net/news.html> <http:/

GUI

2005-04-11 Thread Octavian Rasnita
Hi, I would like to create Windows applications with a standard Windows GUI. I have seen that the applications created using ActiveState PerlTray use a standard Win32 GUI, but I would like to create a common Windows program that also has other simple controls like input boxes, radio buttons

RE: Need help with creating a GUI

2004-10-19 Thread Moon, John
->-Original Message- ->From: Knazik, Kimberly [mailto:[EMAIL PROTECTED] ->Sent: Tuesday, October 19, 2004 8:40 AM ->To: '[EMAIL PROTECTED]' ->Subject: Need help with creating a GUI -> ->I have been given an assignment at work to develop a users interface usi

Need help with creating a GUI

2004-10-19 Thread Knazik, Kimberly
I have been given an assignment at work to develop a users interface using Perl/Tk. Unfortunately for me I am very new to Perl and Tk, so having said that I am trying to create a GUI that looks like the one on page 273, figure 12-7, in the book "Mastering Perl/Tk". I am most intereste

Perl/TK Development Suite/Gui

2004-10-14 Thread Bastian Angerstein
Hi, I am looking for a free (graphic) development tool for building perl/tk applications. It should run under AIX and/or Linux. If anybody knows a good tool, with something like a tk gui-painter tell me, please. Thanks Bastian -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Help a newbie to fix a TK GUI script with toolbar children.

2004-07-14 Thread Marco Perl
Hi Team , I am always grateful for your help. in a TK-GUI how to show grand-children of a child from toolbar. I developed a TK-module for ActivePerl in Win-2000 env. this script has a toolbar with 5 toolbar-items. one of these items called "Tests" has a child called "Child

Re: A simple text or GUI-based menu script

2004-07-13 Thread Mike Flannigan
> Subject: Re: A simple text or GUI-based menu script > Date: Sat, 10 Jul 2004 07:43:17 -0400 > From: zentara <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > > I have very little experience with getting Perl running on Windows. > But it seems it should run because it

in a TK-GUI how to show grand-children of a child from toolbar.

2004-07-12 Thread Marco Perl
I developed a TK-module for ActivePerl in Win-2000 env. this script has a toolbar with 5 toolbar-items. one of these items called "Tests" has a child called "Child...>" who has grand-children [choice1, choice2, choice3]. I want to click on "Child...>" and diplay grand-children to its right. i.e.

Re: A simple text or GUI-based menu script

2004-07-10 Thread Marco Perl
how do I get all thread for below subject: Re: A simple text or GUI-based menu script thanks, Marco. __ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail -- To unsubscribe, e-mail: [EMAIL

Re: A simple text or GUI-based menu script

2004-07-10 Thread Marco Perl
don't know why, even though I changed dir to share. so I can't run your script. could you help? regards, Marco. > --- zentara <[EMAIL PROTECTED]> wrote: > > On Thu, 08 Jul 2004 09:41:02 -0400, zentara > > <[EMAIL PROTECTED]> > > wrote: > > >

  1   2   >