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
15 matches
Mail list logo