FYI, just an example to share I have been working on
This week. I have been asking for help, so I thought
I would share some code that is a little off the
("Larry") wall. -Eric
#-- Dual ListView Control Example Program
#-- by Eric C. Hansen, [EMAIL PROTECTED]
#-- Items stay sorted as the move b
Do not use pos => [$x,$y], but instead use
top => $x,
left => $y,
For your example would be...
$cs = $main->AddCombobox(
-name => "cs",
-top => 80,
-left => $yval,
-tabstop => 1,
-width => 170,
Mark,
...and just for completeness, I have substituted the -addstyle option in my
own application with the two options below:
-dropdown => 1,
-vscroll => 1,
Glenn
-Original Message-
From: Glenn W Munroe [mailto:[EMAIL PROTECTED]
Sent: Friday, August 06, 2004 01:03
To: 'Mark Nettlingha
-Original Message-
From: Glenn W Munroe [mailto:[EMAIL PROTECTED]
Sent: Friday, August 06, 2004 01:03
To: 'Mark Nettlingham'
Subject: RE: [perl-win32-gui-users] Listboxes and dropdowns
Mark,
The '-style' option is deprecated, as it resets any bits that you don't
specifically set, some
4 matches
Mail list logo