Re: Graphics in Perl

2002-06-30 Thread Mitchell L Model
At 12:39 PM -0400 6/27/02, Brigham Mecham wrote: I would like to develop some software using perl and cannot seem to find any information on how to create windows, buttons, etc. Can anybody help? I wonder if the other respondents to this message over-interpreted your question. I would think

Graphics in Perl

2002-06-27 Thread Brigham Mecham
I would like to develop some software using perl and cannot seem to find any information on how to create windows, buttons, etc. Can anybody help?

Re: Graphics in Perl

2002-06-27 Thread Alex Robinson
I would like to develop some software using perl and cannot seem to find any information on how to create windows, buttons, etc. Can anybody help? http://www.gtkperl.org/ For cross-platform development http://camelbones.sourceforge.net/ http://sourceforge.net/projects/camelbones/ For MacOSX

Re: Graphics in Perl

2002-06-27 Thread bob ackerman
://camelbones.sourceforge.net/ http://sourceforge.net/projects/camelbones/ For MacOSX Cocoa apps camelbones doesn't let you do graphics in perl it seems to me. the documentation says do it in obj-c.

Re: Graphics in Perl

2002-06-27 Thread Sherm Pendley
On Thursday, June 27, 2002, at 01:59 PM, bob ackerman wrote: camelbones doesn't let you do graphics in perl it seems to me. The question was how to create GUI apps with windows, buttons, etc., and CamelBones definitely *does* let you do that, entirely in Perl. the documentation says do