Certainly there is a way. Just setup a preference flag - a boolean indicating whether your dialog was ever shown to the user before or not and then after showing the dialog for the first time, update the flag.

On Thu, 26 Jan 2006 01:13:03 -0500, Jonathan Soma wrote:

> I'm about to upgrade my extension with some features that the user should > probably know about upon installation - is there a way to pop up a dialog
> box to them during the process, or on the extension's first load?

For Mozilla Suite and Seamonkey, it's as simple as adding an alert('text
goes here') to the install,js file. For Firefox and Thunderbird, the
situation is more problematical.

Phil
--
Philip Chee <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
http://flashblock.mozdev.org/ http://xsidebar.mozdev.org
Guard us from the she-wolf and the wolf, and guard us from the thief,
oh Night, and so be good for us to pass.
[ ]We've secretly replaced the dilithium with new Folgers crystals
* TagZilla 0.059
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners


_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to