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

Re: Problem transferring focus to another object

2011-02-15 Thread dunbarx
, 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 that is popped up over the control. I have a mouseMove handler

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 Terry Judd
On 15/02/11 11:56 PM, Peter Brigham MD pmb...@gmail.com 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

Re: Problem transferring focus to another object

2011-02-15 Thread Terry Judd
On 16/02/11 5:05 AM, J. Landman Gay jac...@hyperactivesw.com 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

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

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)