Re: Actionbar bug - dialogs not displayed

Posted by Johannes-P. Koch on
URL: http://imagej.273.s1.nabble.com/Actionbar-bug-dialogs-not-displayed-tp3688157p3688159.html

Jerome,

sorry for "blaming" the actionbar. I could have thought of performing your
simple test myself. Unfortunately, this does not solve the problem.

Any ideas?

Johannes

On Mi, 26.05.2010, 21:54, Jerome Mutterer wrote:

> 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
>>
>
>