On 22/12/2006 11:21 (CET), Amin wrote: > any body know how to run a javascript code only one time after > installing extesion , > > what i must add to install.rdf ?
Have a default preference, say "extensions.myapp.firstrun", and set it to true. Check it every time at startup. If true, execute the code, and if false do not. Once your code is executed, you can set it to false yourself to ensure the code is not run on subsequent startup. -- Brian King www.mozdev.org - free project hosting for the Mozilla community _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
