detect a "hide pop-up" event
MorgoZ
Posts: 116
Hi again!
I would like to know if there is a way to detect a "hide or close pop-up" event; because i would like to set a certain button state every time a concrete pop-up is close (and it could be closed through many buttons).
Many thanks to all and salutes!
I would like to know if there is a way to detect a "hide or close pop-up" event; because i would like to set a certain button state every time a concrete pop-up is close (and it could be closed through many buttons).
Many thanks to all and salutes!
0
Comments
I don't use page feedback in my code, but this could be a way to go as well.
I were looking for something like DHawthorne said, because i considered catching the "close" events through all the buttons that closes the pop-up, but the problem is that they are many, and i think that it is "cleaner" catching the event just through the pop-up than through all the buttons.
But like i said, many thanks to all!!!!!!
Salutes!
That was the other alternative I was alluding to - just didn't know the TPAGEON command would initiate it. That would probably be the *easiest* way. Learn something new everyday!