Mittwoch, 31. Januar 2007

How to set the ToolTip initialDelay / Dismiss Delay?

Problem:
"I want to change the  initDelay / dismissDelay of the ToolTips. How do I do this?"

Solution:

There is a very simple way:

// ToolTips without initial delay?

ToolTipManager.sharedInstance().setInitialDelay(0);

// Show Tooltips for 10 seconds

ToolTipManager.sharedInstance().setDismissDelay(10000);





 

Keine Kommentare: