On 4/9/06, mark_g_wales <[EMAIL PROTECTED]> wrote:

> Has anyone else had trouble using a scrollRect in conjunction with a
> UIComponent/DisplayObject? It appears it is not working as advertised
> (coordinates I apply to the associated Rectangle are at least
> partially ignored) and while the code I've written compiles, when I
> attempt to execute it, it seems capable of crashing both Firefox and IE.

I've never actually tried applying scrollRect on a UIComponent.  It's
a low-level property that I've always tried with Sprite or below.

Try these workarounds:

 -  set cacheAsBitmap to true on the same UIComponent object
 -  forget scrollRect and try using a mask instead (the mask property)

Also, if the crash can be reproduced with a simple test case, that'll
help us look into it.  Thx.

Manish


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to