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

How Do I Launch A Webpage From A Xul App Within Xulrunner?

What is the XULRunner equivalent of the following button handler? function launch_page() { var … Read more How Do I Launch A Webpage From A Xul App Within Xulrunner?

Passing Values To Iframe Inside Xul Panel

I am creating a firefox extension that has a button on the toolbar that will show below custom cont… Read more Passing Values To Iframe Inside Xul Panel

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

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?

Pass Variable Values From Child Xul Window To Parent Xul Window Using Javascript

I have a function to get the values of the selected check-box from the xul file(Lets say tree.xul).… Read more Pass Variable Values From Child Xul Window To Parent Xul Window Using Javascript

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 ?

How To Dynamically Modify Css Rule Set (e.g. With A Class Selector) From Javascript Within Firefox Add-on Using Xul, Sdk Or Webextensions Techniques?

How to dynamically modify CSS rule set (e.g. with a class selector) from JavaScript within Firefox … Read more How To Dynamically Modify Css Rule Set (e.g. With A Class Selector) From Javascript Within Firefox Add-on Using Xul, Sdk Or Webextensions Techniques?

Expose File Writing To A Webpage With A Firefox Extension

I have a web application that my client uses for the cash registry. What I need to do is to create … Read more Expose File Writing To A Webpage With A Firefox Extension