20080206

Changing Tooltip display time

ToolTipManager.hideDelay = 20000; //20 sec -> specify the value in milliseconds


Enable the ToolTip to support HTML
http://www.flex-flex.net/blog/article.asp?id=18

Changing Default Busy Cursor in Flex

Do the following during the initialization of the Flex Application to change the default busy cursor of the Flex Application to a cursor of your choice :




[ Embed(source="mybusycursor.gif") ]
public static const myBusyCursor : Class;

StyleManager.getStyleDeclaration("CursorManager").setStyle("busyCursor",myBusyCursor);