[perl-win32-gui-users] Dual ListView Widget, and ListView->Add(@MyArray), and inline icon

2004-08-06 Thread Eric Hansen
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

[perl-win32-gui-users] RE: Perl-Win32-GUI-Users digest, Vol 1 #901 - 1 msg

2004-08-06 Thread Eric Hansen
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,

RE: [perl-win32-gui-users] Listboxes and dropdowns

2004-08-06 Thread Glenn W Munroe
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

FW: [perl-win32-gui-users] Listboxes and dropdowns

2004-08-06 Thread Glenn W Munroe
-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