I am trying to build an indesign script that will produce a floating window that can display report results. I need to use this as a check-off "sheet" that will stay visible and moveable. it needs to stay active while I fix the errors that to window is displaying. Confusing, I know.
I have alert windows that will pop up and show report results successfully but I have to close the window (with all of my new info) in order to make the changes in my inDesign document. I just don't know what key words im not saying in order to make this work. I'm new to coding.
You can create a floating window with the help of javscript and css.
Here is a sample floating window created with basic javascript and css. You can add minimize functionality also to keep the window minimized