custom cursor
does the eyedropper give you the ability to change the cursor at runtime? or is that the cursor that is used with the component.
is the component able to get colors that are outside of it's parent?
cheers
Comments
Hi,
Yes you can change the cusror at any time with the;
eyeDropperCursorSkin="undefined"
eyeDropperCursorXOffset="-1"
eyeDropperCursorYOffset="-15"
styles.
See Style Summary for more information.
Yes, the eyedropper can sample any colors in your current application. It takes a bitmap data snap shot of the current drawing surface. You can also change the target with the 'targetComponent' property. The default is the Application.application.
You also have the access to selectedColor and currentColor properties like ina ColorPicker.
Mike

Joined: 2007-05-21