Hiding and Showing Custom HTML Prompts

Does anyone know if there's a way to "hide' a floating Custom HTML Prompt (and then bring it back)? Thanks.

You can minimize the window presumably, would that work?

Thank you, Peter. I'm thinking it would. How would I target the window? Currently,

Screenshot 2023-11-11 at 3.51.48 PM

…but I'm getting an error message that the window can't be found.

Any ideas?

Thank you, again.

Use the engine window with id facility.

The Pause Until is needed because the Custom HTML Prompt is asynchronous and does not open immediately, it takes a short time before it opens.

Then you can save the LastWindowID token if necessary and then at a later time you can minimize/unminimize it with the Manipulate a Window action.

1 Like

That is breathtaking, thank you for taking the time. Works perfectly. :tada: Cheers.

1 Like