AS
Hi,
How is it possible to catch events inside dialogs (double clicks, press button ...)?
Thanks.
Hello!
May be I have not tested all possibilities, but I haven't found a way to do this task using ARIS script only.
For some reason inheritance from java class to java script object is not working correctly.
So finally I decide to write custom dialogs in java (Eclipse), and then call them from aris script.
Hope, this helps.
Hi, also interested in custom dialogs using Java, and calling them from an ARIS script. Mostly, I just need to be able display a pop-up window with a graphic progress bar (series of PNG's switched out, or even some better animation, ie animated SVG) that can be controlled from a loop within the ARIS report at run-time.