Hi,
> I need to be able to set and read the minutes and seconds for a date time
> control, but from the XS code it looks like this is not possible (!?).
Yes, Win32::GUI::DateTime by default only work with date.
You can turn it to a time control by adding DTS_TIMEFORMAT (0x0009)
style.
>
Hello,
It's possible to have a scroll bar with a label, but i don't think you
can manage text scrolling.
Easy way, it's to use a multiline TextEdit with Label look.
my $Multitext = $Window->AddTextfield (
-name => "Multitext",
-multiline => 1,
-vscroll
Hi,
> I need to be able to set and read the minutes and seconds for a date time
> control, but from the XS code it looks like this is not possible (!?).
Yes, Win32::GUI::DateTime by default only work with date.
You can turn it to a time control by adding DTS_TIMEFORMAT (0x0009)
style.
>
Hello,
How do you remove a checkbox from a window. I want to be able to click a
button and remove all check boxes from the window and all references to
them?
Thanks,
Joe
I don't think this will work, but maybe $checkbox->Hide() ?
If not, you could create a blank Label to "cover" it.
-Pete
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Monday, October 20, 2003 1:42 PM
To: perl-win32-gui-users@lists.sourceforge.net
Subject: [pe
5 matches
Mail list logo