Yes, the test button/menu triggers the revIDEDeployAction message. You can hijack it by inserting this handler into front:Is there a function or message handler that is called every time the test button (or build for device) is pressed I can hook into?
CODE:
on revIDEDeployAction put x into fld "y" of MyCard of MyStack ## Or any code or other handler you want to invoke here pass revIDEDeployAction ## Releases the message to run its courseend revIDEDeployAction
Statistics: Posted by SWEdeAndy — Sat Nov 02, 2024 4:23 pm