I need a simple working example of using UserMain.OnDisplayWindow and UserMain.OnCloseWindow without user interaction…
In other words, I would like to “popup” a window that has an animated SEARCHING.gif image and then close this window automatically using OnCloseWindow function when the search is complete.
I can not figure out the exo_runhescriptcom attributes correctly for this…
exo_runhescriptcom ("UserMain.OnDisplayWindow", "search: searching.html");
exo_runhescriptcom ("UserMain.OnDisplayWindow", "searching.html");
None of the above works for me…
I have a file called searching.html that is copied to the HEPubTempPath perfectly, but do not know how to execute it in a pop-up using runhescriptcom???
Anybody got a working example of OnDisplayWindow and OnCloseWindow?
SysAdm