|
Bugzilla – Bug 445 |
Library.txt is not being loaded |
Last modified: 2015-04-07 07:41:11 CDT |
| ⚠ |
NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug. The Fiji project now uses GitHub Issues for issue tracking. Please file all new issues there. |
|
|
|
||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||
I cannot reproduce this problem with an up-to-date Fiji on OS X 10.10. I created the file /Applications/Fiji.app/macros/Library.txt and put the following contents: function hello() { showMessage("Hello world", "How's it going today?"); } I then started Fiji, pressed [ for the Script Editor, changed the Language to IJ1 Macro, and typed the following macro: hello(); Pressed Cmd+R to run, and it displayed the dialog as desired. Can you please provide a more specific recipe to reproduce?