Re: Perl GUI Programming

2005-01-20 Thread StoneBeat
You can try Prima (http://prima.eu.org) It works in Win32, Linux and Solaris and have a very very very nice GUI-builder. El Miércoles 19 Enero 2005 23:21, Dirk Bremer escribió: I am ready to attempt some GUI programming in Perl. I have looked at Win32::GUI and need more documentation for it

Re: Perl GUI Programming

2005-01-20 Thread gerhard . petrowitsch
Hi Dirk, I don't know, why Tk looks cumbersome to you - it's well documented, you get a great book about it (Mastering Perl/Tk by Steve Lidie, Nancy Walsh at O'Reilly) there's a living mailing list (Steve, Nick himself and a lot of other great Tk specialists contribute a lot) and it's very easy

Re[2]: Win32-GUI

2005-01-20 Thread Сергей Черниенко
Charles, http://sourceforge.net/projects/perl-win32-gui -- , mailto:[EMAIL PROTECTED] ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe:

Scriptomatic 2 (Win32::OLE)

2005-01-20 Thread Chris
For those who haven't seen this yet, it was in today's edition of Microsoft's TechNet newsletter. I didn't find it all that useful, but maybe someone on this list will. Cool Tool: Scriptomatic 2 It's a brand-new version of what is probably the

RE: Perl GUI Programming

2005-01-20 Thread Dirk Bremer
wxPerl is interesting but very little documentation can be found. I will require documentation from a complete beginner's viewpoint (for the GUI) as I have literally no GUI programming experience although am well-versed in Perl. -Original Message- From: David Kaufman [mailto:[EMAIL

RE: Perl GUI Programming

2005-01-20 Thread Erich Beyrent
Have you looked here? http://wxperl.sourceforge.net/documentation.html -Erich- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Bremer Sent: Thursday, January 20, 2005 10:34 AM To: perl-win32-users Subject: RE: Perl GUI Programming wxPerl is

Re: Scriptomatic 2 (Win32::OLE)

2005-01-20 Thread Johan Lindstrom
At 15:59 2005-01-20, Chris wrote: For those who haven't seen this yet, it was in today's edition of Microsoft's TechNet newsletter. I didn't find it all that useful, but maybe someone on this list will. I just tried it, and the .hta file worked once this was installed:

RE: Scriptomatic 2 (Win32::OLE)

2005-01-20 Thread Joe Discenza
Title: Scriptomatic 2 (Win32::OLE) Chris wrote, on Thu 1/20/2005 09:59 : For those who haven't seen this yet, it was in today's edition of Microsoft's TechNet newsletter. I didn't find it all that useful, but maybe someone on this list will.:

GUI

2005-01-20 Thread Robert Suchocki
Is there a GUI interface for Perl scripting/programming that can be used with Windows98SE? ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: GUI

2005-01-20 Thread Adam R. Frielink
As far as I know, Win32::GUI fits that criteria. On approximately 1/20/2005 10:06 AM, came the following characters from the keyboard of Robert Suchocki: Is there a GUI interface for Perl scripting/programming that can be used with Windows98SE? He might be looking for

RE: GUI

2005-01-20 Thread Johan Lindstrom
At 20:13 2005-01-20, Adam R. Frielink wrote: He might be looking for something like 'The GUI Loft'. Possibly SpecPerl or guido as well. I think Guido and the Loft are found at SourceForge. The GUI Loft is at: http://www.bahnhof.se/~johanl/perl/Loft/ /J -- --- -- -- -- - -

Linux - Perl - Excel

2005-01-20 Thread Radek Tomášek
Hi all and sorry for my English :-) I have used SpreadSheet::ParseExcel and SpreadSheet::WriteExcel modules on Linux platform. Using of modules is a simple, but I've big problem with national (czech) charset. (in Windows is default charset CP1250, generally ISO-8859-2) After loading of the

Win32::OLE-GetActiveObject not working!

2005-01-20 Thread Richard Grant
Here is a snippit based on the example in the ActivePerl User Guide with iTunes instead of Excel.. # use existing instance if iTunes is already running eval {$iTunesHandle = Win32::OLE-GetActiveObject('iTunes.Application')}; die iTunes not installed if $@; unless (defined $iTunesHandle) {

RE: Win32::OLE-GetActiveObject not working!

2005-01-20 Thread Michaud, Richard1
I could be wrong, but I don't think iTunes is an OLE Object which could be causing your troubles. It's a shame that it doesn't have a direct Perl API. Richard Michaud -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Grant Sent: Thursday, January

RE: Win32::OLE-GetActiveObject not working!

2005-01-20 Thread Richard Grant
I could be wrong, but I don't think iTunes is an OLE Object which could be causing your troubles. Isn't OLE Automation just a layer on COM targeted toward scripting and VB in particular? It's a shame that it doesn't have a direct Perl API. Dunno, but I can do virtually everything with it

RE: Win32::OLE-GetActiveObject not working!

2005-01-20 Thread Mike.Owens
Richard, I've been having similar difficulty using Win32::OLE with Internet Explorer recently. I wrote code that worked a month ago that doesn't work today. Perl simply can't get an OLE connection to Internet Explorer anymore, even though I can still connect to Excel, etc. Something must

how to add a new item to a xml

2005-01-20 Thread Mohammed Gazal
Hello , I have a xml doc like this item name =first subheader test /subheader /item item name = third subheader test /subheader /item now if i want to insert a new item for ex: second inbetween the first and third item elements which xml modules help in doing this? and do you

Re: GUI

2005-01-20 Thread gerhard . petrowitsch
Why not take Perl/Tk ? It comes readily packed with ActiveStates Perl release. Gerhard |-+- | | | | | | | |