Re: POE + Glade

2007-03-29 Thread lanas
Le Thu, 29 Mar 2007 09:33:01 -0500, "Nicholas Perez" <[EMAIL PROTECTED]> a écrit : > This is pretty slick! It is like it is a mix of Tk and Winforms. I'll > have to play with it. And provided binaries for various platforms is > always a bonus. > > Just be wary of the various platform "peculiariti

Re: POE + Glade

2007-03-29 Thread Nicholas Perez
This is pretty slick! It is like it is a mix of Tk and Winforms. I'll have to play with it. And provided binaries for various platforms is always a bonus. Just be wary of the various platform "peculiarities". Looks like if you are going to be doing any kind of 2D graphics work, you might end up w

Re: POE + Glade

2007-03-29 Thread Eriam Schaffter
> Le Thu, 29 Mar 2007 00:08:15 -0500, > "Nicholas Perez" <[EMAIL PROTECTED]> a écrit : > >> I do want to second Whitney's suggestion to do the gui another way. > > Another one would be to use a 100% Perl GUI toolkit that runs also > under Windows (and OS/2 !). Such a kit exists and is called Prim

Re: POE + Glade

2007-03-29 Thread lanas
Le Thu, 29 Mar 2007 00:08:15 -0500, "Nicholas Perez" <[EMAIL PROTECTED]> a écrit : > I do want to second Whitney's suggestion to do the gui another way. Another one would be to use a 100% Perl GUI toolkit that runs also under Windows (and OS/2 !). Such a kit exists and is called Prima. At the m

Re: POE + Glade

2007-03-28 Thread Nicholas Perez
Glade is fairly straight forward, you just feed the resulting XML file from the builder to its setup and wahlah instant gui. So really, all you need to install is Gtk2::GladeXML and hope the deps compile in cygwin or however you are compiling the XS. Make sure the header files are installed for th

Re: POE + Glade

2007-03-28 Thread Whitney Jackson
You might find this talk from last year's YAPC to be interesting. The idea is to use Perl for what it's good at (everything but the GUI). Then build the graphical part in some other language. There's also a lot about PAR which helps you package and distribute your Perl application on Windows. ht

POE + Glade

2007-03-28 Thread Matt Sickler
okay, heres the story I am developing a messenger app for my school (win32), currently I am using POE + Tk Then I wanted a GUI GUI-maker. someone pointed me to Glade (which is Gtk, Glib, etc) i found http://gladewin32.sourceforge.net which installed glib, glade, gtk, etc or whatever, and now