[flexcoders] Re: TextArea - Scrolling to selected text

2006-02-23 Thread Andrew Cacioppo
So is there no way to to scroll to an arbitrary location within a TextArea in AS3/Flex 2?-andrewOn 2/22/06, Andrew Cacioppo [EMAIL PROTECTED] wrote:I'm programtically selecting text in a TextArea component by calling setSelection( startIndex, endIndex ), but often times, the selection is

[flexcoders] Re: TextArea - Scrolling to selected text

2006-02-23 Thread Doug Lowder
Does giving your TextArea the focus with setFocus() inside a callLater() scroll the selection into view? I have no direct experience with this in AS3, so take it for what it's worth... Doug --- In flexcoders@yahoogroups.com, Andrew Cacioppo [EMAIL PROTECTED] wrote: So is there no way to

RE: [flexcoders] Re: TextArea - Scrolling to selected text

2006-02-23 Thread Dirk Eismann
: [flexcoders] Re: TextArea - Scrolling to selected text So is there no way to to scroll to an arbitrary location within a TextArea in AS3/Flex 2? -andrew On 2/22/06, Andrew Cacioppo [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I'm programtically selecting text in a TextArea

RE: [flexcoders] Re: TextArea - Scrolling to selected text

2006-02-23 Thread Dirk Eismann
Cacioppo Gesendet: Do 23.02.2006 21:57 An: flexcoders@yahoogroups.com Betreff: Re: [flexcoders] Re: TextArea - Scrolling to selected text Doesn't that just send the scroll bar to the end of the TextArea? I'm trying to be able to scroll to a selected piece of text that may be offscreen but still