Skip to content Skip to sidebar Skip to footer
Showing posts with the label Xul

How To Properly Set Events For Dynamic Xul Elements?

I have a toolbar extension that generates dynamic toolbarbutton and menuitem elements. These items … Read more How To Properly Set Events For Dynamic Xul Elements?

What Does Paragraph About Figuring Out Xul Elements Mean In Mdn Document: "how To Convert An Overlay Extension To Restartless"

Recently a friend of mine and I have been working on a Firefox extension. He handed the code to me … Read more What Does Paragraph About Figuring Out Xul Elements Mean In Mdn Document: "how To Convert An Overlay Extension To Restartless"

In Xul, Within A Transparent Window, How Do I Hide The Mouse Cursor?

I have a Xul window that is transparent, and I need to hide the mouse cursor after 1 second. Applyi… Read more In Xul, Within A Transparent Window, How Do I Hide The Mouse Cursor?

Creating A Xul Button Gives "component Failure Code"

I'm one of the developers of TryAgain, a Firefox add-on, that displays a custom error page when… Read more Creating A Xul Button Gives "component Failure Code"

In Xul, How To Retrieve An Environment Variable?

I have an environment called $REP, how can I access the value of this variable using Xulrunner in a… Read more In Xul, How To Retrieve An Environment Variable?

Thunderbid Extension: Open Eml File

I already created an extension that does the following: When I run Thinderbird with the command lin… Read more Thunderbid Extension: Open Eml File