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: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Troy A. Binford Sent: Monday, April 30, 2007 2:58 PM To: [email protected] 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 [email protected] <mailto:flexcoders%40yahoogroups.com> , "Troy A. Binford" <[EMAIL PROTECTED]> 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 >

