Hi
I want to display ScriptUI helpTip more quickly.
When mouseover the element, it takes 2sec to dipspay helptip-message.
Can I set delay-time to 1sec, or is there other way to resolve this?
(function(){
var u;
var win = new Window('dialog',"SpeedUp",u);
var help = win.add('statictext',u,"HELP");
help.helpTip = "The quick brown fox jumps over the lazy dog";
win.show();
})()
Mg
North America
Europe, Middle East and Africa
Asia Pacific