I don't remember any reason otoh. I know cursor can change as mouse goes over text. Can you cache cursor without causing memory leak?
Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. Harbs <harbs.li...@gmail.com> wrote: There's an old issue with Flex that CursorManager does not provide access to the current cursor to customize its look and behavior. (Here's one old blog post on the topic: http://jessewarden.com/2009/01/making-a-cooler-cursor-in-flex.html) I currently have a need to create a dynamic cursor, and I thought I'd make the cursor available in CursorManager so people don't need to monkey patch things every time they need this. Is there any reason this would be a bad idea? Was there a valid reason it was made private in the original design? Harbs