Page 1 of 1

Can change tooltip of Script in Catalog.

Posted: 23 Jun 2017 00:22
by NS-Zero
Normally, tooltip of script in catalog show some part of script.
Can I change it?

Thank

Re: Can change tooltip of Script in Catalog.

Posted: 23 Jun 2017 08:11
by highend
You could at least make it more readable by not entering the full script
but placing your code in a script file and load that instead

If the script is in your <xyscripts> folder it is enough to provide it's name even
without the .xys extension like so:

Code: Select all

::load "the name of my script file";

Re: Can change tooltip of Script in Catalog.

Posted: 23 Jun 2017 09:30
by NS-Zero
Oh, Simple.

Thank you