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
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
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,
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
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
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
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.
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
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
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
10 matches
Mail list logo