Hi All,
Can I hide the column heading in ListView? How to do that?
Thanks & Regards,
Sam Dela Cruz
Win32::GUI::Dialog();
# Main window event handler
sub Window_Terminate {
# Release all before destroy window
undef $OLEControl;
$Control->Release();
return -1;
}
sub Window_Resize {
if (defined $Window) {
($width, $height) = ($Window->GetClientRect)[2..3];
$Control->Resize ($width, $height);
}
}
Regards,
Sam Dela Cruz
This worked well with perlapp, thanks very much Jez!
Regards,
Sam Dela Cruz
"Jez White" <[EMAIL PROTECTED]>
Sent by:
[EMAIL PROTECTED]
02/23/04 02:38 AM
To: "Win32-GUI"
cc: (bcc: Sam Dela Cruz/SVL/SC/PHILIPS)
Subject:
Got it! manifest file works now, thanks. As regards to ResHacker, I
really would love a tutorial if you have some time. Thanks.
Regards,
Sam Dela Cruz
"Jez White" <[EMAIL PROTECTED]>
02/18/2004 10:12 AM
To: Sam Dela Cruz/SVL/SC/[EMAIL PROTE
Hi Jez,
Did choice No. 1. I placed the manifest file in the same directory as
the resulting exe. Negative results.
I tried to use ResHacker but, I think it's complicated. Is there a way to
just include the file when perlapp is used?
Regards,
Sam Dela Cruz
"Jez Whit
Hi,
This looks great. Thanks. I was trying to create an executable using
Activestate PDK-perlapp, how do I include this file?
Regards,
Sam Dela Cruz
"Jez White" <[EMAIL PROTECTED]>
Sent by:
[EMAIL PROTECTED]
02/04/04 05:17 AM
To: "Robert Thor
sub ClearSelections_Click
#=
{
my $count = $MainWin->ListView->Count();
foreach my $item (0..$count)
{
$MainWin->ListView->ItemCheck($item,0);
}
}
Regards,
Sam Dela Cruz
I believe this will actually "clear" the listview... I just
rk on a node, I would
like to check everything that is displayed on the listview on the right.
Is there a way that I can capture that event? Thanks.
Regards,
Sam Dela Cruz
Win32::GUI::BitmapInline worked really well. Thanks!
Regards,
Sam Dela Cruz
You could try Win32::GUI::BitmapInline, from the docs:
This module can be used to "inline" a bitmap file in your script, so
that it doesn't need to be accompained by several external files
(less hassl
namically create
the images. Is there any other way of doing this? Or perhaps, it is
possible to include the bmp files in the executables using PDK4, PerlApp
utility?
Thanks and Regards,
Sam Dela Cruz
I tried _ItemCheck, this worked like a charm!
Regards,
Sam Dela Cruz
"Stuart Arnold" <[EMAIL PROTECTED]>
Sent by:
[EMAIL PROTECTED]
05/16/2003 05:49 PM
To: Sam Dela Cruz/SVL/SC/[EMAIL PROTECTED]
cc:
Subject:RE: [perl-win32-gui
select an item, not when you check an item.
Please help. Thanks.
Regards,
Sam Dela Cruz
Darrik,
That worked very well. Thanks!
Regards,
Sam Dela Cruz
try this:
foreach (0..$count) {
$MainWin->ListView->ItemCheck($_,1);
}
:)
darrik
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] Behalf Of
>
Hi,
I'm sorry let me clarify my question, I mean, how do I check mark all of
the items in a listview?
Regards,
Sam Dela Cruz
Hi,
Is there a way to select all items in a ListView? I tried doing this
using this code, but it doesn't work:
sub SelectAll_Click
{
my $count
}
}
Regards,
Sam Dela Cruz
.net/lists/listinfo/perl-win32-gui-users
>
-BEGIN PGP SIGNATURE-
Version: N/A
iQA/AwUBOnaMJJsRND2Z+TaWEQKzJACgy1y5bVzRelx88Dc//vRNbmC+w3sAoJ6I
TJ9VOPKVFHfcrD2juPn52RTb
=t+Tq
-END PGP SIGNATURE-
Sam Jacobson
R & D Manager / Software Engineer
Selective Communications
Ph +64 9 302 1142
www.selective.co.nz
list
> Perl-Win32-GUI-Users@lists.sourceforge.net
> http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
>
-BEGIN PGP SIGNATURE-
Version: N/A
iQA/AwUBOm1IP5sRND2Z+TaWEQLoxgCeOmCRBRcoYC01SRwr4J5EsFmPas0An1ru
hizFZbFtSrQSEh3RUaEkqngP
=WO0q
-END PGP SIGNATURE-
Sam Jacobson
R & D Manager / Software Engineer
Selective Communications
Ph +64 9 302 1142
www.selective.co.nz
ourceforge.net/lists/listinfo/perl-win32-gui-users
>
-BEGIN PGP SIGNATURE-
Version: N/A
iQA/AwUBOmxLuJsRND2Z+TaWEQKsgACg2d3CZVJXrUYTAM0wEWusfy5aMl8AoO93
0GfrhwDjphzcBxIelHKUfjPZ
=mnYv
-END PGP SIGNATURE-
Sam Jacobson
R & D Manager / Software Engineer
Selective Communications
Ph +64 9 302 1142
www.selective.co.nz
ers
>
-BEGIN PGP SIGNATURE-
Version: N/A
iQA/AwUBOmV3FpsRND2Z+TaWEQKp+gCeLZMn4Tt91lr2RdgHKJUR2a40Oh0AnRZf
RvelsYfiAdrIr21J4xK1IdOh
=NE/h
-END PGP SIGNATURE-
Sam Jacobson
R & D Manager / Software Engineer
Selective Communications
Ph +64 9 302 1142
www.selective.co.nz
exit.
> > (I believe the message is from the perl interpreter rather than win32-
> > gui).
> >
> > I'd be interested to hear if anyone is using this function with
> > success (multiple times), as it may be a problem purely with my
> > build of win32-gui (0.050
__
> Perl-Win32-GUI-Users mailing list
> Perl-Win32-GUI-Users@lists.sourceforge.net
> http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
>
-BEGIN PGP SIGNATURE-
Version: N/A
iQA/AwUBOlyVD5sRND2Z+TaWEQKUhwCfTzqkuL+VU54ClRf64F3rq6FTRsQAoJvu
bUAL+pbhg9JJhHG4VMbu4X4j
=AwPo
-END PGP SIGNATURE-
Sam Jacobson
R & D Manager / Software Engineer
Selective Communications
Ph +64 9 302 1142
www.selective.co.nz
problem purely with my
> build of win32-gui (0.0502) or perl (5.60).
>
> It doesn't seem to happen unless you specify a filter. All the other
> options work perfectly.
>
> Sam Jacobson
> R & D Manager / Software Engineer
> Selective Communications
> Ph +64 9 30
wUBOlyPOZsRND2Z+TaWEQIaMACglCnO6IUWinq3Edjli6FiNt1RtfIAn15U
CFa6ZCfkum4t9xQ8cVoqE5Be
=mQaa
-END PGP SIGNATURE-
Sam Jacobson
R & D Manager / Software Engineer
Selective Communications
Ph +64 9 302 1142
www.selective.co.nz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> Sam wrote:
> > I said I'd report when I know more, so here goes...
> >
> > The problem isn't with DefWindowProc at all (in fact
> > DefWindowProc doesn't do anything except default handling -
> > d
e a patch for
0.0.502, and send this to Aldo, if he so desires.
-BEGIN PGP SIGNATURE-
Version: N/A
iQA/AwUBOlsd7ZsRND2Z+TaWEQLI4ACfT9k/+/Lm84a6GAhfnF8sa91kBGEAoIXP
QULIwerislw19RYsRAihlTY+
=5seU
-END PGP SIGNATURE-
Sam Jacobson
R & D Manager / Software Enginee
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> Sam wrote:
> > Hi,
> >
> > I found many references to the 'memory leak' in the archived
> > messages at http://www.mail-archive.com/perl-win32-
> > [EMAIL PROTECTED]/.
>
> > I believe t
ram from working correctly.
-BEGIN PGP SIGNATURE-
Version: N/A
iQA/AwUBOliL8ZsRND2Z+TaWEQJGwgCeMkadt3YnnIh+sC3In8ZbMObH3WkAoPLK
qIBjQIZHm48LYi6tlAehlC+G
=u9/m
-END PGP SIGNATURE-
Sam Jacobson
R & D Manager / Software Engineer
Selective Communications
Ph +64 9 302 1142
www.selective.co.nz
27 matches
Mail list logo