Hello,
I installed Win32-GUI 0.0.502 via PPM successfully but would like to use
0.0.558. Running "make" failed with both Borland's and Dev-C++'s
"make":
C:\Perl\Win32-GUI-0.0.558>\borland\bcc55\bin\make
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
Fatal makefile 799: No terminator specified
to put it very simply
$current_tab = $ModuleWindow->Tab->SelectedItem();
Now how to force the script to choose a particular tab
Im intending to do something like
$ModuleWindow->Tab->SelectedItem(0);
where 0 is the tabindex
or something like
$ModuleWindow->Tab->Select(0);
anybody has ideas ?
oops sorry I asked the question and answered it too
$ModuleWindow->Tab->Select(0);
works like a charm !
chris
www.perl-resume.com
- Original Message -
From: christopher sagayam <[EMAIL PROTECTED]>
To:
Sent: Tuesday, January 30, 2001 4:57 PM
Subject: [perl-win32-gui-users] a tabstrip
Hi
Might be a silly question but did you do perl Makefile.PL first ?
I have built and installed 0.0.558 today with Visual C++ version 6 with no
problems.
perl Makefile.PL
nmake
nmake install
If someone knows where there is documentation on how to build a PPD file for PPM
I would be happy to h
[EMAIL PROTECTED] wrote:
> Hello,
>
> I installed Win32-GUI 0.0.502 via PPM successfully but would like
> to use 0.0.558. Running "make" failed with both Borland's and
> Dev-C++'s "make":
>
> C:\Perl\Win32-GUI-0.0.558>\borland\bcc55\bin\make
> MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
> Fa
[EMAIL PROTECTED] wrote:
> If someone knows where there is documentation on how to build a PPD
> file for PPM I would be happy to help ?
> (Although I know Aldo perhaps didn't want a PPM yet ?)
take a look at http://jenda.krynicky.cz
basically, you need:
nmake ppd
then with a tar utility make a
Yes, "perl makefile.pl" produced a makefile of 23.483 bytes size.
Thomas
Hello all,
I was also able to build ( and install ) 0.0.558 with Visual C++ version 6.0 and
using ActiveState Perl 5.6 build 623. I used a few of my scripts to test
this version and it appears that it's working fine.I'm going to test some
more but, to me, everything looks good.
Felice
Hi Aldo
I've created a zip file containing a ppd of 0.0.558 which I've tested on a clean
build of ActiveState 5.6.0 Build 623. The package installs fine and when I run
perl -MWin32::GUI -e "print Win32::GUI::Version" gives 0.0.558.
I haven't tested it further than that but if you let me know the
[EMAIL PROTECTED] wrote:
> Hi Aldo
>
> I've created a zip file containing a ppd of 0.0.558 which I've
> tested on a clean build of ActiveState 5.6.0 Build 623. The
> package installs fine and when I run perl -MWin32::GUI -e
> "print Win32::GUI::Version" gives 0.0.558.
>
> I haven't tested it furthe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
which OS are you running? (ie is it that ugly 9x?)
> Hello,
>
> I installed Win32-GUI 0.0.502 via PPM successfully but would like to use
> 0.0.558. Running "make" failed with both Borland's and Dev-C++'s
> "make":
>
> C:\Perl\Win32-GUI-0.0.558>\borl
Is there a way to add a combobox to a listview, that is, let one of the
elements be a combobox?
erick
never stop questioning
www.jeb.ca
Erick,
I don't think there is a way to do that. I would recommend that you test what
has been selected in the listbox and if the desired item is selected, then
display (or enable) a combobox based on that selection.
Jonathan Southwick
Technical & Network Services
Allegheny College, Meadsville,
Related to this - is there a way to allow editing of a listview cell?
Sort of like in spreadsheet.
David Hiltz
> I don't think there is a way to do that. I would recommend that you =
> test what has been selected in the listbox and if the desired item is =
> selected, then display (or en
hi all
Please tell me if this question is totally off topic here .
If it is , can anyone suggest a suitable mailing list for this question
I thought since the finest win32 api minds hang out here I would post it here
The code is taken from the actual example
--
15 matches
Mail list logo