Re: Problem transferring focus to another object

2011-02-15 Thread Terry Judd
On 16/02/11 7:04 AM, "J. Landman Gay" wrote: > On 2/15/11 1:41 PM, Terry Judd wrote: >> Thanks Craig - I'm trying to create a cross-platform control so >> unfortunately I can't use a Mac only option menu. Additionally, I want to >> use a small text size in the menu - hence the need to fake a menu

Re: Problem transferring focus to another object

2011-02-15 Thread J. Landman Gay
On 2/15/11 1:41 PM, Terry Judd wrote: Thanks Craig - I'm trying to create a cross-platform control so unfortunately I can't use a Mac only option menu. Additionally, I want to use a small text size in the menu - hence the need to fake a menu with a field rather than with a proper menu (the overal

Re: Problem transferring focus to another object

2011-02-15 Thread Terry Judd
Thanks Craig - I'm trying to create a cross-platform control so unfortunately I can't use a Mac only option menu. Additionally, I want to use a small text size in the menu - hence the need to fake a menu with a field rather than with a proper menu (the overall effect I'm looking for is like the opt

Re: Problem transferring focus to another object

2011-02-15 Thread Terry Judd
On 16/02/11 5:05 AM, "J. Landman Gay" wrote: > On 2/14/11 7:24 PM, Terry Judd wrote: >> Hi there - I¹m trying to build a Œfake¹ optionmenu control where the menu is >> a list field object that is popped up over the control. I have a mouseMove >> handler in the field to set the hilitedLines of the

Re: Problem transferring focus to another object

2011-02-15 Thread Terry Judd
On 15/02/11 11:56 PM, "Peter Brigham MD" wrote: > On Feb 14, 2011, at 8:24 PM, Terry Judd wrote: > >> Hi there - I¹m trying to build a Œfake¹ optionmenu control where the >> menu is >> a list field object that is popped up over the control. I have a >> mouseMove >> handler in the field to set th

Re: Problem transferring focus to another object

2011-02-15 Thread J. Landman Gay
On 2/14/11 7:24 PM, Terry Judd wrote: Hi there - I¹m trying to build a Œfake¹ optionmenu control where the menu is a list field object that is popped up over the control. I have a mouseMove handler in the field to set the hilitedLines of the field and this all works well provided the user clicks

Re: Problem transferring focus to another object

2011-02-15 Thread dunbarx
ter Brigham MD To: How to use LiveCode Sent: Tue, Feb 15, 2011 7:56 am Subject: Re: Problem transferring focus to another object On Feb 14, 2011, at 8:24 PM, Terry Judd wrote: > Hi there - I’m trying to build a ‘fake’ optionmenu control where the > menu > is > a list field object

Re: Problem transferring focus to another object

2011-02-15 Thread Peter Brigham MD
On Feb 14, 2011, at 8:24 PM, Terry Judd wrote: Hi there - I’m trying to build a ‘fake’ optionmenu control where the menu is a list field object that is popped up over the control. I have a mouseMove handler in the field to set the hilitedLines of the field and this all works well provided t

Problem transferring focus to another object

2011-02-14 Thread Terry Judd
Hi there - I¹m trying to build a Œfake¹ optionmenu control where the menu is a list field object that is popped up over the control. I have a mouseMove handler in the field to set the hilitedLines of the field and this all works well provided the user clicks the control to popup the menu (field) an