Franki,

You might want to take a look at The GUI Loft 
(http://www.bahnhof.se/~johanl/perl/Loft/). It's a WYSIWYG win32 GUI design 
tool, written in Perl for building Perl Win32 GUI applications. It's reasonably 
basic in functionality but uses a neat concept of creating templates for the 
GUI front ends similar to using HTML::Template. You use the WYSIWYG designer to 
build your templates and then write the code for all of your events, although 
it does have some nice helper functions for managing tabs which can sometimes 
be tricky.

Regards,

David Baxter
Director of Technology
SiteSuite Australasia
www.sitesuite.com.au


Quoting Franki <[EMAIL PROTECTED]>:

> Hi people...
> 
> Now that my webapp is finished and working great,., and I am in love with
> CGI::Application...
> 
> I have to create a GUI app to allow our data entry guys to put data in the
> DB that the webapp uses.
> Is there any package that provides similiar benefits to GUI apps that
> CGI::Application offers to CGI scripts?
> 
> I realise that state info and such isn't an issue with GUI stuff, but the
> tight structure and runmode setup would be just as handy in a GUI
> enviroment...
> 
> I had a choice of using perl or Visual basic for this.. and immediately
> decided upon perl.. (I hate VB (the beer and the language.)) but I want to
> keep the tight structure CGI::Appliations offered me.
> 
> Does anyone know of such a package??
> 
> If none exists, then I guess I am going to try and create one.. but thought
> I should check first..
> there appears to be nothing like that that I could see at cpan.org.. but
> then again, there are so many modules there that its sometimes difficult to
> work out exactly what you are looking at...
> 
> 
> 
> rgds
> 
> Frank
> 
> 
> ---------------------------------------------------------------------
> Web Archive:  http://www.mail-archive.com/[email protected]/
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to