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

I Try To Add A New Button To Firefox, But It's The Old Button That Gets Added!

Once, I tried adding a button with 'bookmark-item pagerank' as class to PersonalToolbar. No… Read more I Try To Add A New Button To Firefox, But It's The Old Button That Gets Added!

How To Set An Xul Key Dynamically And Securely?

I am trying to create a key element dynamically for my bootstrapped add-on. Currently, I create a k… Read more How To Set An Xul Key Dynamically And Securely?

Change Css Class Content From Javascript [firefox/xul]

I'm working on a firefox addon, and relies heavily on some dynamic changes with javascript. The… Read more Change Css Class Content From Javascript [firefox/xul]

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

Prevent Xul Notificationbox From Closing When Button Is Hit

I have a problem concerning the notificationBox. I create a notification using appendNotification( … Read more Prevent Xul Notificationbox From Closing When Button Is Hit

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?

How Can I Pass Events On To A Hidden ?

I've working on a simple view around a browser using XULRunner 1.9.2. Solution 1: As I re… Read more How Can I Pass Events On To A Hidden ?

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?