RE: [perl-win32-gui] PerlSQL Update

1999-10-26 Thread Philip A. Larson
I tried your updated PerlSQL program and everything looks good but the SQL command function. I entered: "select [fname] from employee" and "select fname from employee where fname = 'Paul'" on a DSN setup on the Pubs database and nothing happened. Are quotes around the select statement

RE: [perl-win32-gui] I'm back (50% :-)

1999-02-25 Thread Philip A. Larson
Aldo, Glad to hear you're back. I hope you recover completely very soon. Remember, we need you. Phil Larson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Aldo Calpini Sent: Wednesday, February 24, 1999 4:58 AM To: [EMAIL PROTECTED] Subject:

RE: [perl-win32-gui] Tabs

1999-02-25 Thread Philip A. Larson
Okay, This is just like working with the regular windows, except I suppose you are limited in the types of controls you can add. Thanks for help, Phil Larson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Joe Stewart Sent: Tuesday, February 23,

[perl-win32-gui] No support for RemoveItem?

1999-05-23 Thread Philip A. Larson
Aldo, I am getting a message that: "Your vendor has not defined Win32:GUI macro RemoveItem, used at C:\test.pl line 42. at c:\perl\site\lib/Win32/GUI.pm line 361." The documentation indicates that it exists. What am I doing wrong? I have attached the script called test.pl. Thank You, Phil

RE: [perl-win32-gui] Window Question

1999-03-26 Thread Philip A. Larson
:) Barry -Original Message- From: Philip A. Larson [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, March 24, 1999 10:56 PM To: [EMAIL PROTECTED] Subject:RE: [perl-win32-gui] Window Question Yes, I thought about the timer solution last night. I tried it at 50 msecs

[perl-win32-gui] RE: GUI in Perl

1999-06-13 Thread Philip A. Larson
3:16 PM To: Philip A. Larson Subject: Re: GUI in Perl Thanks, Philip! I'll make sure to check it out today and see how Win32::GUI works. It does look like a lot less coding to do than with Tk. :) Tobias Philip A. Larson wrote: Tobias, Here is a simple message box script I wrote that shows

RE: [perl-win32-gui] RE: Win32:GUI

1999-10-02 Thread Philip A. Larson
Thanks Max, that did it. Phil Larson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Max Kozlov Sent: Wednesday, September 29, 1999 6:21 AM To: Philip A. Larson Subject: Re: [perl-win32-gui] RE: Win32:GUI Hello Philip, Wednesday, September 29, 1999

RE: [perl-win32-gui] Win32::GUI Beta-332 (3/4) - samples

1999-04-18 Thread Philip A. Larson
Aldo, Openning your new GUI module was like Christmas in April. Thanks, Phil Larson Technical Question. Whats the purpose of the send message routines. Can I multiplex my windows? From the same script? From different scripts?? Thanks again, Phil Larson -Original Message- From:

[perl-win32-gui] RE: GUI in Perl

1999-06-12 Thread Philip A. Larson
Tobias, Here is a simple message box script I wrote that shows some basics. It did have problem with the timeout of one window affecting another, but I solved it by killing the timeout reference when I finished using it. Thanks, Phil Larson -Original Message- From: [EMAIL PROTECTED]

RE: [perl-win32-gui] Timer Events

1999-03-02 Thread Philip A. Larson
Of Aldo Calpini Sent: Monday, March 01, 1999 12:34 PM To: [EMAIL PROTECTED] Subject: Re: [perl-win32-gui] Timer Events Philip A. Larson wrote: Hello All, How bout this one: Is there a Timer event of some sort that I can place in my windows? So it will periodically come out of its deep sleep

RE: [perl-win32-gui] Re:

1999-03-08 Thread Philip A. Larson
The install command is: PPMinstall /location http://jenda.krynicky.cz/perl Win32-GUI Phil Larson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Sundar Raman Sent: Monday, March 08, 1999 10:57 AM To: [EMAIL PROTECTED] Subject: [perl-win32-gui]

RE: [perl-win32-gui] Using Timer feature

1999-05-10 Thread Philip A. Larson
Check the version of GUI.pm you are using on both machines. I had to fall back to the 2.0 release as the 3.0 version timer doesn't work for me. Thanks, Phil -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jonathan SouthwickSent:

[perl-win32-gui] RE: Sound players (was: OLE Module and Debugger)

1999-03-03 Thread Philip A. Larson
ubject: Re: Sound players (was: OLE Module and Debugger) Philip A. Larson wrote: Sound players, Anyone have the code, OLE or otherwise, that would let me play a .wav file on NT/95/98? use Win32::Sound; Win32::Sound::Play("file.wav"); Win32::Sound is available as PPM on Acti

RE: [perl-win32-gui] radio buttons resizing window questions

1999-03-25 Thread Philip A. Larson
Message- From: Philip A. Larson [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, March 24, 1999 10:49 PM To: [EMAIL PROTECTED] Subject:RE: [perl-win32-gui] radio buttons resizing window questions Hi Barry, Yes, Aldo addressed the tab question by recommending the

RE: [perl-win32-gui] fontfaces in controls

1999-03-03 Thread Philip A. Larson
Is this what you want to do? Just create as many font objects as you want with a different variable name and add them with the -font attribute to any control. Thanks, Phil Larson == use Win32::GUI; $Font = new Win32::GUI::Font( -name =

RE: [perl-win32-gui] Options and Checkboxes

1999-03-08 Thread Philip A. Larson
I like the portability of TK, and SpecPerl is a cool forms builder everyone ought to look at. But, I like Win32::GUI because I think its easier. Phil Larson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Hiltz Sent: Monday, March 08, 1999

RE: [perl-win32-gui] Tables, grids, etc.

1999-04-13 Thread Philip A. Larson
Hi Mike, Where's your GridLayout module? Thanks, Phil Larson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Kangas Sent: Tuesday, April 13, 1999 10:05 AM To: [EMAIL PROTECTED] Subject: Re: [perl-win32-gui] Tables, grids, etc. Here

RE: [perl-win32-gui] Tables, grids, etc.

1999-04-13 Thread Philip A. Larson
Never mind, I saw both your's and Aldo's post. Thanks to both, Best wishes to you Aldo, Phil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Philip A. Larson Sent: Wednesday, April 14, 1999 12:12 AM To: [EMAIL PROTECTED] Subject: RE: [perl-win32

RE: [perl-win32-gui] A Very Basic, Experimental Win32::GUI Builder (gb)

1999-10-27 Thread Philip A. Larson
David, I just tried it. Works right out of the box. Not bad for a beta. It's terrific. Will you consider integrating it with Aldo's Pride!!! Thanks, Phil Larson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Hiltz Sent: Tuesday, October 26,

RE: [perl-win32-gui] Window Question

1999-03-24 Thread Philip A. Larson
Yes, I thought about the timer solution last night. I tried it at 50 msecs and it creates just as an annoying flashing effect as the resize solution. Phil Larson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Hiltz Sent: Wednesday, March 24,

[perl-win32-gui] Timer Events

1999-02-25 Thread Philip A. Larson
Hello All, How bout this one: Is there a Timer event of some sort that I can place in my windows? So it will periodically come out of its deep sleep when no one is pressing anything? Thanks, Phil Larson

[perl-win32-gui] Problem With GUI Timer and AS 515

1999-04-18 Thread Philip A. Larson
I just installed Active State's 515 on my NT WS, and Win95 boxes, and now Aldo's GUI timer sample program won't time. Anyone got any ideas? Is it just me? Thanks, Phil Larson