I got the horizontalScrollPosition to work from the protected function
onFocusOut of my custom component (extending TextInput).  I placed a
callLater function inside the onFocusOut function to set the position,
this seems to work fine for setting it from AS.

-Michael

--- In flexcoders@yahoogroups.com, "Michael Ritchie"
<[EMAIL PROTECTED]> wrote:
>
> Thanks for the suggestion Alex, but that doesn't seem to help.  I set
> it using AS and not MXML, thought it might be related to this bug:
> 
> http://bugs.adobe.com/jira/browse/SDK-387 
> 
> and this one seems to be match for my issue:
> 
> http://bugs.adobe.com/jira/browse/SDK-1057
> 
> --- In flexcoders@yahoogroups.com, "Alex Harui" <aharui@> wrote:
> >
> > Did you try:
> >  
> > focusOut="myTI.horizontalScrollPosition = 0"
> >
>


Reply via email to