RE: [perl-win32-gui-users] use of Pos method

2001-03-09 Thread Moore, Larry
TECTED] Sent: Friday, March 09, 2001 11:50 AM To: perl-win32-gui-users@lists.sourceforge.net Subject: Re: [perl-win32-gui-users] use of Pos method "Moore, Larry" wrote: > ->Select() doesn't work, I tried it, because $updown1 and $updown2 are > UpDown objects and Pos is the

RE: [perl-win32-gui-users] use of Pos method

2001-03-09 Thread Moore, Larry
ROTECTED] Sent: Thursday, March 08, 2001 2:34 PM To: 'perl-win32-gui-users@lists.sourceforge.net' Subject: RE: [perl-win32-gui-users] use of Pos method Do you want ->Pos() or ->Select()? I suspect you probably want the latter. -Original Message- From: Moore, Larry [mailt

[perl-win32-gui-users] use of Pos method

2001-03-08 Thread Moore, Larry
I have two listboxes each as the Buddy to an UpDown object. I want to synchronize the selected item for the two listboxes. I use two click event subroutines to allow selection in the list, as well as two scroll events. I get an error message saying that the Pos method is not available in my cl

RE: [perl-win32-gui-users] -style info source

2001-03-08 Thread Moore, Larry
[mailto:[EMAIL PROTECTED] Sent: Thursday, March 08, 2001 10:06 AM To: Moore, Larry Subject: Re: [perl-win32-gui-users] -style info source Moore, Larry wrote: > is there a good source of info for using the -style attribute > with the GUI objects? Micro$$$oft's MSDN Library. but pleas

[perl-win32-gui-users] -style info source

2001-03-07 Thread Moore, Larry
is there a good source of info for using the -style attribute with the GUI objects? Tks, Larry

[perl-win32-gui-users] adding a scroll bars to listbox

2001-03-02 Thread Moore, Larry
I copied some of the code from the gui sample programs to add a vscroll bar to my listbox. Can I read the value of the thumb position and use that for making a selection in the listbox? Can I control the position of the thumb of the scroll bar with a variable in my perl code (e.g. for an initial p

[perl-win32-gui-users] Listbox

2001-02-10 Thread Moore, Larry
Is it possible to change the font/background attributes for each string added to a listbox, say based on the length of the string? Or is there a better object for something such as this? Larry

RE: [perl-win32-gui-users] Textfield method

2001-02-08 Thread Moore, Larry
Simple, Beautiful, Thanks! -Original Message- From: Aldo Calpini [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2001 10:51 AM To: Moore, Larry Subject: Re: [perl-win32-gui-users] Textfield method Moore, Larry wrote: > I would like to assign the highlighted portion o

[perl-win32-gui-users] Textfield method

2001-02-08 Thread Moore, Larry
I would like to assign the highlighted portion of a textfield to $var. I have the Textfield created with stuff in it but I don't see a method which will let me make the assignment. Larry