On 9/15/07, joe ertaba <[EMAIL PROTECTED]> wrote: > hi > > i want to let user choose if he/she needs status bar icon or not, is there > any special method to do that or not ? > AFAIK no, just have a preference (which can be changed by the user in your prefwindow) and install a pref observer (via nsIPrefBranch2) in each browser window that sets your statusbarpanel's "hidden" property depending on the pref. And don't forget to also show/hide the statusbarpanel on startup.
Nickolay _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
