Farbflash projects: Imaging lingo table | 3-D scene list | Find all | Handler menu | Lingo message window
wiki:utilityHandlers/Glossary
Last modified 4 years ago Last modified on 12/16/07 00:57:56

Error: Macro AutoNav() failed
'Formatter' object has no attribute 'db'

Glossary

Paste fixed strings into the current scripttext. (Makro, template)

IMPORTANT NOTE FOR THOSE PASTE HANDLERS: Getting the correct scriptmember is sometimes difficult as there is no direct method to tell which script is frontmost as I can only query the selection of every castlib and check if that is a.) a script and b.) it is the activecastlib. However, the castlib may not be the activecastlib anymore, when you select another castlib and still have the script from the previous castlib open. So handle with care... Also just adjust the string, which gets pasted to your own liking. We all like different styles of dividers for example.


Insert current date

Paste a string with the current date into the currently open and frontmost script.

Insert divider

Insert a divider line, like I like to have between my handlers.