Disable Prompts

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Disable Prompts

jpbacho
Hey all,

I'm new to writing ImageJ plugins. Anyway, I'm using 'Process->Binary->Skeletonize' on an image as part of a larger plugin. When I call this function using 'IJ.run(myImage,"Skeletonize","")' from within the plugin, a window pops up asking "Process all 44 images? There is no Undo if you select Yes." I want to stop this window from popping up. I tried searching this forum and the ImageJ site for the option that I would use to disable but had no luck. Does anyone know how to stop this window from popping up? Thanks in advance for any help...