Re: Actionbar bug - dialogs not displayed

Posted by Jerome Mutterer-3 on
URL: http://imagej.273.s1.nabble.com/Actionbar-bug-dialogs-not-displayed-tp3688157p3688158.html

Hi Johannes,
I don't think this is related to ActionBar. I'm getting the same behavior
running the following macro line in a blank macro window:
run("Run...", "run=/Applications/ImageJ/macros/DialogDemo.txt ");

the dialog is not displayed either.

Jerome.

On Wed, May 26, 2010 at 8:28 PM, Johannes-Paul M. Koch <
[hidden email]> wrote:

> Dear Listers,
>
> there is an issue with the Actionbar plugin of Jerome. When I call a macro
> by pressing a button of one actionbar using this codeline:
>
> arg=run("Run...", "run=D:\\ImageJ\\newmacros\\test.txt");
>
> and the test macro is copy/pasted from the dialog demo macro
> (http://rsb.info.nih.gov/ij/macros/DialogDemo.txt). The dialog does not
> get displayed, just the image without ramp gets created.
>
> However, adding a code line run("8-bit"); before the Dialog.create
> command, everything works fine and the dialog appears.
>
> But adding a showMessage before the Dialog.create does NOT change
> anything, neither does anything else, but run("") commands...
>
> I am using ImageJ 1.44a and the latest version of Actionbar (3). Does
> anyone experience the same, or is it just a simple issue with my settings
> somewhere?
>
> Thanks,
> Johannes
>