Re: [perl-win32-gui] [OT] I'm leaving ...

2000-03-31 Thread Lyndon Rickards
Jenda, You'll get tons like this. I haven't been around Win32 so long, but missing your help already. Take care of yourself. BTW My little sister is a nurse in the Air Force. She just got back from Bosnia. She tells me most of the army drive desks. Perhaps they'll find one with a HP/UX box on i

[perl-win32-gui] SaveAsDialog win32::FileOp options?

2000-03-15 Thread Lyndon Rickards
Thanks Jenda, now I SaveAsDialog providing all the functionality I need - providing a filename.. and adding that default extension later. Still I see that annoying: Use of uninitialized value at C:/perl/site/lib/Win32/FileOp.pm line 986, chunk 96. ...which tracks to line 978 my $Flags = $pa

[perl-win32-gui] Re: Problem with SaveAsDialog win32::FileOp

2000-03-14 Thread Lyndon Rickards
Lyndon Rickards wrote: > > Anybody see what I'm doing wrong? > $ret = SaveAsDialog(filters => $filterParams, #this works > extension => $defaultFileExtension, # $ret does not get this >added > dir => $jobPath,

[perl-win32-gui] Problem with SaveAsDialog win32::FileOp

2000-03-14 Thread Lyndon Rickards
Hi, The snippet below does brings up the Save As dialog and return the filename. I have a problem with some of the parameters as commented. Also get this error appear as dialog closes: Use of uninitialized value at C:/perl/site/lib/Win32/FileOp.pm line 986, chunk 96. Anybody see what I'm doing

Re: [perl-win32-gui] gb-v0.01 - comments?

2000-01-28 Thread Lyndon Rickards
David Hiltz wrote: > > > Just tried it and got this... > > > > Can't locate auto/Win32/GUI/MenuItem/SetMenuItem.al in @INC > > You are running Win32::GUI Build 434? > > You made the change to line 451 of GUI.pm? > DUMB DUMB DUMB - no! Now it works. 30 minutes to get close to my firs

Re: [perl-win32-gui] gb-v0.01 - comments?

2000-01-27 Thread Lyndon Rickards
David, Just tried it and got this... Can't locate auto/Win32/GUI/MenuItem/SetMenuItem.al in @INC Help? Lynn. David Hiltz wrote: > > Anybody look at my GUI Builder that I sent out Sunday (23rd)? I'm just > anxious to get feedback so I can start on the next version. > > I was also

Re: [perl-win32-gui] Win32::GUI::Dialog() + -w = uninitialised value

2000-01-23 Thread Lyndon Rickards
Ho Hum.. If my $W = new Win32::GUI::Window(... is changed to: my $W = new Win32::GUI::DialogBox(... What's up? > > If there's a way round this, what is it please? I like > to keep -w and strict at all times. > > TIA > Lynn.

[perl-win32-gui] Win32::GUI::Dialog() + -w = uninitialised value

2000-01-23 Thread Lyndon Rickards
I have: Binary build 522 provided by ActiveState Built 09:52:28 Nov 2 1999 running on NT4 sp5. It seems that any script - even the examples - run with -w throws two.. Use of uninitialized value at prgui3.gpl line 46. at startup, and streams of the same on any mouseover or event within the ma

Re: [perl-win32-gui] Looking for additional win32::GUI docs

2000-01-22 Thread Lyndon Rickards
Thank you David. Also I just found Win32-GUI-samples.zip on Jenda's site. Almost there now, and I shall take a wander through the archive. Now I'm looking for a good book or FAQ to explain some of those cryptic win32 defines like WS_BORDER DS_MODALFRAME etc. Any pointers? TIA Lynn. David Hiltz

[perl-win32-gui] Looking for additional win32::GUI docs

2000-01-21 Thread Lyndon Rickards
Hi all, Could anyone please point me to a source of inspiration - documentation or samples - to help make sense of win32::gui. What I have got to work, I like very much - thanks authors one and all. Thing is, coming from *nix, I'm clueless even as to the KIND of args to give, say, AddButtons in