[perl-win32-gui-users] Win32::GUI::HyperLink 0.02

2001-01-24 Thread Aldo Calpini
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

Re: [perl-win32-gui-users] Win32::GUI version 0.0.558

2001-01-24 Thread Reini Urban
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,

Re: [perl-win32-gui-users] MessageBox - a list of the corresponding icon, button, and modality values

2001-01-24 Thread Jonathan Southwick
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

Re: [perl-win32-gui-users] Final Code: Click on URL in About Wind ow

2001-01-24 Thread Aldo Calpini
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

Re: [perl-win32-gui-users] Win32::GUI version 0.0.558

2001-01-24 Thread Aldo Calpini
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