Hi, I'm writing application using XULRunner 1.8.1 + extensions for it. I got Extension Manager to work within XULRunner, and I'm able to update installed Extensions from Extension Manager via right click on Extension and "Find Update" command, but I don't understand under which condition XULRunner will check for updates on opening my application (If it should). I tried to play with next pref: pref("extensions.update.interval", 60);
I supposed that interval measured in seconds, so should it check updates every 60 seconds?
I got prompt saying "Update Found" only twice during 3 days that I work with my application, but extension version changed dozens times.
> Hi, > I'm writing application using XULRunner 1.8.1 + extensions for it. > I got Extension Manager to work within XULRunner, and I'm able to update > installed Extensions from Extension Manager via right click on Extension > and "Find Update" command, but I don't understand under which condition > XULRunner will check for updates on opening my application (If it should). > I tried to play with next pref: > pref("extensions.update.interval", 60);
> I supposed that interval measured in seconds, so should it check updates > every 60 seconds?
> I got prompt saying "Update Found" only twice during 3 days that I work > with my application, but extension version changed dozens times.
> Please help me figure out how it work,
Maybe I am stating the obvious, but just in case ...
> Hi, > I'm writing application using XULRunner 1.8.1 + extensions for it. > I got Extension Manager to work within XULRunner, and I'm able to update > installed Extensions from Extension Manager via right click on Extension > and "Find Update" command, but I don't understand under which condition > XULRunner will check for updates on opening my application (If it should). > I tried to play with next pref: > pref("extensions.update.interval", 60);
> I supposed that interval measured in seconds, so should it check updates > every 60 seconds?
> I got prompt saying "Update Found" only twice during 3 days that I work > with my application, but extension version changed dozens times.
> Please help me figure out how it work,
> Thanks,
> -- > Alexander N. Treyner
Brain pointed out some preferences you'll need to turn on. You might need more. You will may alos need to use "branding" DTD and .properties files (if your displaying the extension manager UI). More information here: http://developer.mozilla.org/en/docs/XULRunner_tips
> Brain pointed out some preferences you'll need to turn on. You might > need more. You will may alos need to use "branding" DTD > and .properties files (if your displaying the extension manager UI). > More information here:http://developer.mozilla.org/en/docs/XULRunner_tips
> I've not done this (yet), so I would just be speculating otherwise.
Could you point me which step I should do (in general) in order to get/create mechanism for auto update. I tried to figure out how it work in Firefox, but quickly get lost.