I assume the dialog was created by another trigger, correct? Last created whatevers sometimes don't carry over from one trigger to another. They're really just there for setting variables. Try making a global variable, and in that other trigger (the one where the dialog is created) set that variable to "last created dialog". Then when you use Hide Dialog in this trigger use the variable to call it. It should work then.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I assume the dialog was created by another trigger, correct? Last created whatevers sometimes don't carry over from one trigger to another. They're really just there for setting variables. Try making a global variable, and in that other trigger (the one where the dialog is created) set that variable to "last created dialog". Then when you use Hide Dialog in this trigger use the variable to call it. It should work then.