is there a way to detect when a template is being installed?
is there a way to detect when a template is being installed?
I would like to trigger an action only once, at the time a template is installed.
(desktop resume or load event is therefore not an option).
Thanks for any hints or ideas.
]]>
< ![CDATA[
Depending on what you want to do maybe set the script in the resumed event of an item in the main desktop. On that script the item is deleted. This way the script is executed only once.
As a bonus, you can label the item ‘You need scripts enabled for this to run properly, enable them and click here to reload’ setting its tap action to run the same script 🙂
]]>
< ![CDATA[
nice suggestion. I will give it a try and see if that works as expected. Thanks.
]]>