Sometime back there was a discussion here about adding a resizer to a dialog. I've adapted the solution to add a statusbar to a dialog (The findDialog.xul in SeaMonkey to be specific). I did this by binding my custom XBL to the dialog-button-box bit in the dialog XBL.
The only problem now is how to dynamically change the label in the statusbarpanel created by the XBL. I've tried to use inherit but it doesn't seem to work if you are in an XBL widget bound to another XBL widget. Or perhaps I'm doing something wrong. I can use document.getAnonymousContent() but this is pretty messy. Getting this to work using inherit would be better. Any pointers would be appreciated. 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. [ ]Support Mental Health. Or I'll kill you. * TagZilla 0.059 _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
