Hi,
I have a simple routine
on setupstack
put x into fld "y"
end setupstack
that I would like to run everytime I run the app in the iOS simulator. 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?
Would save me having to remember to call the routine to clear everything before each test.
Thanks
I have a simple routine
on setupstack
put x into fld "y"
end setupstack
that I would like to run everytime I run the app in the iOS simulator. 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?
Would save me having to remember to call the routine to clear everything before each test.
Thanks
Statistics: Posted by andyh1234 — Sat Nov 02, 2024 1:17 pm