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);
Abonnieren
Kommentare zum Post (Atom)
Keine Kommentare:
Kommentar veröffentlichen