Inline comments > -----Original Message----- > From: SSGT Steven Swenson [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 25, 2001 2:17 PM > To: Perl-Win32-GUI-Users@lists.sourceforge.net > Cc: [EMAIL PROTECTED] > Subject: [perl-win32-gui-users] Problems with List Boxes > > > > > I am trying to use this module to make a GUI for a command-line > application. > > I am using at the moment two list boxes and a Progress Bar. For some > reason the interpreter can't find the second list box when I > try to call > its Add function. I also can't seem to get slide bars to appear on the > listboxes either. > > Basically I am trying to remove a string from List box A and > move it to > List Box B via selection and a click on a button. > > I have included the code I am messing with below. If anyone > can tell me > anything here I'd appreciate it.
<CUT /> > > name => "Done", > -align => "center", > -width => 100, > -height => 500, > -left =>400, > -multisel => 1, > -ScrollV =>1, > -sort =>1 > ); NOTE the missing "-" in front of the name. I added this and ran and using the button was able to highlight an item on right and move it to the left listbox. Is that what you want? Joe Frazier, Jr Technical Support Engineer PeopleClick 919-645-2916 [EMAIL PROTECTED] <CUT />