This content has been marked as final.
Show 1 reply
-
1. Re: Is there a way to force a check for updates at startup?
Shikha Bhargava Sep 30, 2010 1:45 PM (in response to YNABteam)Melrose completely relies on the AIR update framework completely to deliver updates. You can set the delay in updateConfig.xml to whatever value you want (and possibly set it to a lowest value), so that updates are triggered more often. For e.g. you can set it to 0.007 which will provide a 10 minute timer.
Per Flex documentation:
delay—A Number. Represents an interval of time given in days (values like 0.25 are allowed) for checking for updates.


