Archive: Buttons


Buttons
I have been searching for a while and have not found any examples on how to do the following.

I have a button on a custom page. I need to know how to capture the event when it it clicked (I want to do something as soon as it is clicked).

I apologize if this is obvious but I have found nothing.

Thanks for your help in advance.


You need to look at Flags=NOTIFY in the InstallOptions readme.

-Stu


OK, will do. Thanks for the tip.