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
Online Diary of Tips and Tricks learnt while developing Rich Internet Applications (RIA) using Flex/AIR
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
Posted by Bhuvan Gupta 0 comments
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 :
Posted by Bhuvan Gupta 1 comments