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 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?

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

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 ?

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?

Get Postdata As In Firebug

Anyone, help me, how to get Headers and PostData inside extension, using xpcom/something else? i ca… Read more Get Postdata As In Firebug