custom cursor

niteshravi
Posts: 2
Joined: 2007-05-21

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
Teoti
Posts: 172
Joined: 2006-09-04

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

Privacy Policy | Copyright Notice| Disclaimer| Product EULA
©2003-2008 Teoti Graphix, LLC - All rights reserved.