I'm using a multi-frame set to sequentially display some graphics. I've set this to display with a Show() action , and to run once, automatically.
All that works as I expected, but...
When this sequence ends, I cannot get rid of the multi-frame.
I've tried hiding it and disabling it. Neither works.
Obviously I'm missing something basic. I'll be delighted and grateful if someone can tell me the secret.
I've solved the issue with a very rough work-around, but there must be something better.
My workaround is simple and effective: I just overlaid the multi-frame with another initially hidden frame with an opaque that exactly matches the page background. A Show() action hides the multi-frame. Like I said, crude but effective.