• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

How to display helpTip more quickly [ScriptUI]

Contributor ,
Oct 29, 2011 Oct 29, 2011

Copy link to clipboard

Copied

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

TOPICS
Scripting

Views

2.0K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 29, 2011 Oct 29, 2011

Copy link to clipboard

Copied

Can you change the speed of all InDesign tooltips? On a Mac, I imagine you could use, in Terminal.app:

defaults write com.adobe.InDesign NSInitialToolTipDelay -int 1000

to set the tooltip delay to 1000ms.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Oct 30, 2011 Oct 30, 2011

Copy link to clipboard

Copied

Hi. John

Thanks for your reply.

Unfortunately this command doesn't work for me with OSX 10.6+InDesign CS5.

But using defaults is very interesting.

Mg

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 30, 2011 Oct 30, 2011

Copy link to clipboard

Copied

LATEST

Hmm, yeah, I guess InDesign overrides the OS's default tooltip delays, which is not surprising, as it does present tooltips in a better way in some cases. Sorry for the bad guess (I was not near a Mac at the time).

Though...why is it interesting if it doesn't work?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines