Auto-close dialog/frame after macroLink clicked?
Posted: Sat Jan 11, 2020 2:07 am
I'm not sure if this is possible...
Well, I have a dialog, opens a window with a bunch of macroLinks on it (like a rule book index list). Now I can click on a link an it opens the current linked rule section.
But the dialog window with all the links is still open and the new opened frame with the rule I have clicked is on the background of this window.
So now my question is: It is possible to close a dialog if a macroLink on this dialog is clicked?
[edit]
I think I have found it: closeDialog() and closeFrame() should do this. Just have to insert this on the linked target.
[/edit]
Kind regards
from Purzelkater
Well, I have a dialog, opens a window with a bunch of macroLinks on it (like a rule book index list). Now I can click on a link an it opens the current linked rule section.
But the dialog window with all the links is still open and the new opened frame with the rule I have clicked is on the background of this window.
So now my question is: It is possible to close a dialog if a macroLink on this dialog is clicked?
[edit]
I think I have found it: closeDialog() and closeFrame() should do this. Just have to insert this on the linked target.
[/edit]
Kind regards
from Purzelkater