I got it working fine for a TextInput, but thanks for the advice. For
the TextField, it was a combination of selectable=false and
type="dynamic" that got rid of that pesky I-bar. What a load of work,
but thanks for naming to properties for me!

Thanks again for your help,

Troy

--- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> Try setting selectable=false, and maybe editable=false and/or
> type="dynamic".  I'm not sure if you are directly talking to a TextField
> or a TextInput.
> 
>  
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Troy A. Binford
> Sent: Monday, April 30, 2007 2:58 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: TextInput Ignoring CursorManager.set()
> 
>  
> 
> Setting mouseChildren to false gives me the desirable effect, and I
> can have an event set and unset the boolean. But how about this same
> issue for a TextField? It does not have a mouseChildren property. Any
> advice?
> 
> Thanks,
> 
> Troy
> 
> --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
> , "Troy A. Binford"
> <troy.binford@> wrote:
> >
> > Is there a way to stop a TextInput control from displaying its I-bar
> > when I hover over it? I have previously set a custom cursor to display
> > and I would like it to stay the same when it moves over a TextInput
> > control.
> > 
> > Thanks,
> > 
> > Troy
> >
>


Reply via email to