hello perl-win32-gui-users,
I've added cursor and icon support to BitmapInline.pm,
along with a new version of HyperLink.pm that will use
the inlined cursor (harrow.cur) if the default handcursor
is not found (the default handcursor should be available
only in Win2k). enjoy :-)
cheers,
Aldo
__E
thanks,
my firewall doesn't let the cvs port go through, but
simple http browsing for the xs via cvsweb is okay for me.
(BTW:
http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/~checkout~/perl-win32-gui/Win32-GUI/GUI.xs
for the latest revision)
Aldo Calpini wrote:
> BTW, if you wanna go really wild,
Erick,
I think these will work, I haven't tried them all.
Settings
=
0 - display only the OK button
1 - display OK and Cancel buttons
2 - display Abort, Retry, and Ignore buttons
3 - display Yes, No, and Cancel buttons
4 - display Yes and No buttons
5 - display Ret
Thomas, Timothy B wrote:
> Aldo - pretty cool, did you just implement that?
> I seem to be getting a not-very-descriptive error when I
> try your code. See below.
> Tim
>
> D:\Archive\scripts\completed\digitaltool>perl aldourl.gpl
> Wrong number of parameters: expected 0, got 2.
> B
Reini Urban wrote:
> in which perl was 'SvPV_nolen' introduced?
> the prev GUI.xs had
> pszName = SvPV(*pHv, PL_na);
> instead of the new
> pszName = SvPV_nolen(*pHv);
yes, sorry, SvPV_nolen was introduced in 5.6.0.
you need to add these lines:
#ifndef SvPV_nolen
5 matches
Mail list logo