[Phoenix-pm] newbie

Chris Krum cakrum at cox.net
Wed Jul 13 08:14:00 PDT 2005


I've done some Tk stuff on Windoze so I'd be happy to help with that. 
We switched to Mac at home so I'm playing with WxPerl for my GUI's now. 
You might look into GUI Loft for your Win32 work. I'm using 
X11::GUITest at work but I don't know how that compares with 
Win32::GUITest.


On Jul 11, 2005, at 12:49 PM, Jonathan K. Smith wrote:

>
> Specifically I'm having problems trying to get GuiTest to find the 
> proper window.  In fact I have been unable to get FindWindow to return 
> any value.  Additionally I the Win32::GuiTest::SendKeys is hanging I 
> think, cause it doesn't execute that step until after I manually close 
> the application I am trying to sendkeys to.  Here is my test script as 
> it stands now.  It opens the application correctly, but then just 
> hangs.  @window remains empty and ^p is send to STDOUT.  The error 
> says that FindWindowLike requires an additional parameter, but all 
> examples I've seen are in the format that I've used.  Any help would 
> be greatly appreciated.
>
>
> #!/usr/bin/perl -w
>
> use Win32::GuiTest qw(:ALL);
> $Win32::GuiTest::debug = 1;
> chdir "Originals";
> my @ptxFile = glob(<*>);
> system ("C:\\Windows\\etrnview.exe @ptxFile");
> my @window = FindWindowLike (0,"^BEACH,BOBBY");
> print @window;
> Win32::GuiTest::SendKeys("^p");
>
> print "\n\nEnter <Return> to continue:";
> <>
>
>
> Jonathan Smith
> Encore Lex Solutio
> www.lexsolutio.com
> 1-888-389-1658
>
> -----Original Message-----
> From: Michael Friedman [mailto:friedman at highwire.stanford.edu]
> Sent: Monday, July 11, 2005 12:39 PM
> To: Phoenix.pm; Jonathan K. Smith
> Subject: Re: [Phoenix-pm] newbie
>
> Uh... no clue on the site. It'll probably be up when Scott has a few 
> free hours.
>
> As for support, there is probably someone you could talk to, but the 
> only person I know who has used any of the Win32 GUI type modules is 
> Doug, who is now incommunicado. You should ask the whole list.
> *Someone* must have used them. (I'm a mac guy, myself, and all my perl 
> is cmdline or CGI.)
>
> In fact, let's just throw this out to the list right now. Anyone used
> Win32 stuff and want to help out a newbie?
>
> Good luck!
> -- Mike
>
> On Jul 11, 2005, at 12:35 PM, Jonathan K. Smith wrote:
>
>> Do we have an estimate on when the site is going to be back on-line?
>> Also when is the next meeting going to be?  Also is there someone I
>> can could call and talk to for a few minutes?  I have a couple basic
>> questions.  I have installed a couple mods with ppm, but as of yet I
>> have been unable to use any of them properly.  Currently I'm trying to
>> work with Win32::GuiTest, also trying to figure out how I to use tk in
>> order to provide GUIs for a couple of apps I need to create for other
>> users.
>>
>>
>> Jonathan Smith
>> Encore Lex Solutio
>> www.lexsolutio.com
>> 1-888-389-1658
>>
>> -----Original Message-----
>> From: Michael Friedman [mailto:friedman at highwire.stanford.edu]
>> Sent: Thursday, June 30, 2005 4:55 PM
>> To: Jonathan K. Smith
>> Cc: phoenix-pm at pm.org
>> Subject: Re: [Phoenix-pm] newbie
>>
>> There's one tonight!
>>
>> The meeting is Thursday, June 30 @ 7:00pm at Nello's Pizza in
>> Scottsdale.
>> (That's Shea & 101, more or less. Use the Google, young Skywalker.)
>>
>> The website is having some "issues" right now, but it should be up
>> again soon.
>> Why don't you come join us tonight, meet the crowd, and have some
>> pizza?
>>
>> -- Mike
>> (since I don't know how often Scott or Brock check mail)
>>
>>
>> On Jun 30, 2005, at 4:37 PM, Jonathan K. Smith wrote:
>>
>>> Hello, just getting started with perl and was wondering if phoenix.pm
>>> had meetings and if so when and where they are located.  Also I can't
>>> seem to log onto the site.
>>>  
>>>  
>>> Jonathan Smith
>>> Encore Lex Solutio
>>> www.lexsolutio.com
>>> 1-888-389-1658
>>>  _______________________________________________
>>> Phoenix-pm mailing list
>>> Phoenix-pm at pm.org
>>> http://mail.pm.org/mailman/listinfo/phoenix-pm
>> ---------------------------------------------------------------------
>> Michael Friedman                  HighWire Press, Stanford Southwest
>> Phone: 480-456-0880                                   Tempe, Arizona
>> FAX:   270-721-8034                  <friedman at highwire.stanford.edu>
>> ---------------------------------------------------------------------
>>
>>
>>
> ---------------------------------------------------------------------
> Michael Friedman                  HighWire Press, Stanford Southwest
> Phone: 480-456-0880                                   Tempe, Arizona
> FAX:   270-721-8034                  <friedman at highwire.stanford.edu>
> ---------------------------------------------------------------------
>
>
>
> _______________________________________________
> Phoenix-pm mailing list
> Phoenix-pm at pm.org
> http://mail.pm.org/mailman/listinfo/phoenix-pm
>



More information about the Phoenix-pm mailing list