<html>
    <head>
      <base href="http://fiji.sc/bugzilla/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:wsr@nih.gov" title="Wayne Rasband <wsr@nih.gov>"> <span class="fn">Wayne Rasband</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - load(path) does work in javascript, but not if called from a macro"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=951">bug 951</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>wsr@nih.gov
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - load(path) does work in javascript, but not if called from a macro"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=951#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - load(path) does work in javascript, but not if called from a macro"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=951">bug 951</a>
              from <span class="vcard"><a class="email" href="mailto:wsr@nih.gov" title="Wayne Rasband <wsr@nih.gov>"> <span class="fn">Wayne Rasband</span></a>
</span></b>
        <pre>This bug is fixed in the ImageJ 1.49k6 daily build, or work around it by
calling the script using run("script.js") instead of
runMacro("/path/to/script.js"). For run("script.js") to work, script.js must be
located in the plugins folder or an immediate subfolder. The runMacro() macro
function runs scripts using the ImageJ JavaScript interpreter, which did not
support the load() function prior to v1.49k6.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>