XUL is an XML-based user interface markup language developed by Mozilla. It allows creating native-looking applications and is the base of Mozilla products like Firefox and Thunderbird as well as applications based on the Mozilla XULRunner platform.
0
votes
0answers
9 views
Firefox extension elements id
Can someone tell where can i find the ids of browser elements on firefox?
I want to put a menupopup in the web developer section on firefox and i need an id to put in
the insertafter attribute.
...
0
votes
1answer
20 views
Mailto-link as menu-item in toolbarbutton-menu possible?
I'm using Erik Vold's toolbarbutton API with Mozilla's Addon-SDK and was wondering if there is a way linking a menu-item in order to open a mail programm onclick.
For a widget this is trivial since I ...
0
votes
0answers
19 views
Firefox add-on toolpalette
Iam building an extension for firefox and iam trying to put a toolbutton in this section https://www.dropbox.com/s/8ekej9vlifc2tt6/Capture.PNG on the first run (when firefox starts) without doing ...
0
votes
1answer
16 views
Are there ways to style or modify the Firefox tab group window?
Theres the chrome://browser/content/browser.xul for the main browser window, which can be inspected using the DOM Inspector and then adjusted in the profiles userChrome.css file.
I would like to do ...
0
votes
0answers
10 views
XUL(xuljet) document.loadOverlay
I use document.loadOverlay in my code ,but it does not work
how to use document.loadOverlay ?
I can't find any sample
hbox({flex: 1, style: 'overflow: visible'},
vbox(
...
0
votes
1answer
5 views
XBL Tabbrowser?
Is there some sort of tabbrowser implementation out there in XBL (eXtensive Binding Language) for use with XUL (XML UI Language)? I haven't been able to find one so far, and need one for the project ...
0
votes
0answers
10 views
Switching contexts in firefox extension
In my (content) page load handler, I'm adding an event handler to some elements on the loaded page, which dispatches a custom event.
I'm listening for the event on chrome document and trying to send ...
0
votes
0answers
28 views
iframe inside XUL Panel not reloading everytime
In a firefox extension i have a panel that is attached to a toolbar button.
Inside that panel i have an iframe with some content.
When i first load firefox, i click the toolbarbutton and it loads ...
0
votes
0answers
18 views
How to open a standalone XUL file in firefox
Is there a platform-independant method to open a XUL file via chrome:// path without any other operation to do, knowing that I have at hand a communication with XPCOM.
All XUL files that I saw are ...
0
votes
1answer
33 views
Get the href values that have a checkbox checked?
let say i have something similar to this :
<input class="checkbox_google" type="checkbox"><a href="http://fr.wikipedia.org/wiki/10_avril" onmousedown="return"><em>10</em> ...
0
votes
0answers
14 views
Xul tree is disabled, but looks editable
I am using the xul tree for handling some prefs in Firefox.
<tree flex="1" id="treeCollection" hidecolumnpicker="true" height="200" editable="true">
<treecols>
<treecol ...
0
votes
0answers
10 views
How to add tooltip text to <html:div> element in XUL
I have the following XBL document.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE window [
<!ENTITY % commonDTD SYSTEM ...
0
votes
1answer
58 views
Open new xul tab without showing the address (like google chrome)
is it possible to open a xul page (chrome://myext/content/page.xul) with a blank address page?
I want to have a xul page in a new tab to collect some information to my extension, but i wanted to hide ...
0
votes
0answers
12 views
XULrunner resize window and force repaint
I'm working on xulrunner application and I would like to resize window however when i use window.resizeTo and give values larger then current window size I receive window cropped to old values. ...
0
votes
2answers
21 views
XUL Richlistbox selection issue
I have a richlistbox on my firefox extension as follows:
<richlistbox id="accList" class="accList" seltype="single" flex="1">
<richlistitem id ="accListTemplate" hidden="true">
...
0
votes
2answers
25 views
Where does Mozilla host their XUL XSD Schema?
I'm trying to find the official schema (XSD or DTD) for Mozilla XUL.
Nothing except this weird link crop up in Google searches.
What gives?
-1
votes
2answers
52 views
UI Development with Java and XUL
I'm interested in using XUL as a standard way of defining my Java app (both Swing and web alike) UIs. To do this, I need two major components:
An open source GUI builder that allows me to drag ...
0
votes
1answer
29 views
Keypress event bubbling up from embedded browser
I have a Firefox extension that adds a button to the toolbar (navbar to be exact). When the button is pressed, a XUL <panel> (which is a child element of the button) is opened with an ...
0
votes
1answer
38 views
Print preview xulrunner
So i'm having this problem with opening print preview in xulrunner.
I open print preview but i can't get the navigation toolbar.
This is the code from PrintUtils.js where the toolbar is created:
var ...
0
votes
0answers
38 views
Node.Js in a Firefox extension (XUL)
i just tried to start a webserver with node.js.
The code example I'm followed is here: http://rawkes.com/articles/running-node.html
But if i want to initialize node.js, it doesn't work. Firefox ...
-1
votes
0answers
25 views
How to display a pop-up window in xul (Firefox Addon)
I want that when you click on a pop-up window.
Tell me how to do it?
Tell me how to do such a thing in XUL for FireFox?
Example: http://i.stack.imgur.com/3b5sd.jpg
Closed!
I'm finded this - ...
0
votes
0answers
28 views
how to format the border radius in groupbox XUL
I have one groupbox control in xul:
<xul:groupbox id="gbLogin" style="margin-top:50px;-moz-border-radius:10px;">
<xul:caption label="Log in" style="color:red;font-size:20px;" />
...
0
votes
0answers
11 views
How do I set the default sort column for an XUL tree?
I have a tree that I am trying to sort by a due_date column. I have set the three attributes, "sort", "sortDirection", and "sortActive". Is there an attribute that I am missing?
0
votes
1answer
70 views
Iframe load event in firefox extension
I'm building a firefox extension that has an iframe inside a panel.
I use a xul file as src of the iframe.
When i click on a specific button inside the iframe, i want the iframe to be loaded again ...
-1
votes
0answers
36 views
How to add content script in firefox addon (low level)? [closed]
I am (re)making my extension without the sdk because I cannot make it work for versions of firefox before 16.
My (new) extension works but I would like to add some content script on a specifique ...
0
votes
0answers
14 views
how can i share xul elements between different windows?
i am new to xul, i was wondering if there was a way to share xul elements between windows. lets say i have a text box and a submit button in one window. how can i create a new window, which will ...
0
votes
0answers
45 views
firefox extension open popup window with rightclick enable without extension
I have a problem. I'm developing a Firefox extension. I have a button in my toolbar, and when I click this button via...
var wnd = window.open("MyURL/SiteAdd.aspx?a=" + t1 + "&b=" + t2 , ...
0
votes
1answer
46 views
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 content that i will set.
I was using a XUL file to create the structure of this content, and i was ...
1
vote
1answer
31 views
Is it possible to remove the triangle from firefox toolbarbutton with type=“panel”
When developing a firefox extension to show a panel below the icon, the toolbarbutton with type="panel" puts a little triangle inside the button. Is it possible to remove this triangle and keep the ...
0
votes
1answer
26 views
Why is the width attribute of a XUL button ignored?
I have problems to set the width of my XUL button. I have this code:
<button label="Ok" width="16" maxwidth="16" height="16" maxheight="16"/>
By with that code, the size of my entire window ...
0
votes
1answer
58 views
Encrypt the Sqlite Database file using XUL and Javascript
I am working on the XUL based application which uses a SQLite database for storage.
I am using javascript API which interacts with XUL and SQLite and I can perform any command (like insert update ...
0
votes
0answers
25 views
Changing the CSS of a selected toolbarbutton in XUL
I have a set of 3 toolbarbuttons that will be used to show/hide 3 vbox elements based on which toolbarbutton is clicked as in Clicking on tolbarbutton-1 will show vbox-1 and will hide the rest of the ...
1
vote
1answer
46 views
How to use oncommand in options.xul in order to call function at bootstrap.js?
I am trying to call changePassword() method from bootstrap.js file but I cannot figure out how..
Bootstrap.js is located a the root of the project folder and options.xul is in ./chrome/content/
...
0
votes
1answer
65 views
XUL/Firefox: create new browser window on addon load
I'm developing bootstrapped Firefox addon. In my startup function I am constructing new instance of object, that creates new Firefox window with the following code:
function createWindow (cb) {
...
1
vote
1answer
49 views
Failing to load overlay in xul application
I have a stand-alone xulrunner application, that needs extension to work properly. But after I install xpi file, my jsconsole is reporting me an error "Failed to load overlay from ...
2
votes
1answer
35 views
Unable to run multiple instance of Xulrunner
I have a simple hello world application in xulrunner. I need to be able to run multiple instance of the application. However when I run the application from commandline if one is already running, i ...
0
votes
0answers
10 views
XUL framework NS_ASSERT fails to assert on false condition
This works for me:
NS_ASSERT(false, "Failure1");
But it does not work in the following situations:
print(name); // prints undefined
print(!(name === undefined)); // prints false
NS_ASSERT(!(name ...
0
votes
1answer
26 views
XPIDL (typelib.py) type not found error
I am trying to build a Firefox extension that makes use of IDL. However, the build dies with this error:
[apply] Executing 'python' with arguments:
[apply] ...
5
votes
1answer
92 views
How can I access a newly-opened tab's window object? [in a firefox extension]
I'm attempting to convert a Greasemonky script to an extension for Firefox and I'm trying to make my extension automatically attach a simple script to any webpage when a new tab is opened. I'm ...
0
votes
0answers
14 views
How to display a div with XUL?
How to create a menu or similar that works like a div with freely images and images acting like buttons to show other div's with XUL elements?
I know the menupop and so on... but is there a way to ...
0
votes
1answer
106 views
XUL is for firefox, what is for google chrome?
If I create firefox extension, will it run in google chrome also with some changes? I found google chrome extension developing at, http://developer.chrome.com/extensions/ it looks different than XUL. ...
1
vote
1answer
58 views
Removing the gap between a firefox toolbarbutton and the dropdown marker
I have a toolbarbutton of type menu-button which is working perfectly in my Firefox extension, however it's not styled quiet as I'd like.
There is a gap with an outline between the buttpon image and ...
0
votes
0answers
26 views
CSS change to menu-button XUL
Is there any way to change the drop arrow color in XUL toolbarbutton:menu-button?
0
votes
1answer
35 views
Checking and unchecking menuitem in a Firefox add-on with jQuery
I have a <menuitem type="checkbox" checked="true" label="Enabled"> element in the Firefox add-on I'm working on. I'm using jQuery to set and unset the checked attribute, like so:
var element = ...
0
votes
1answer
63 views
Why is gContextMenu null?
This is a condensed version of my code.
I was trying to show a menu item in the right-click context menu of firefox.
Here gContextMenu is showing up as null, and it screws up the firefox's context ...
0
votes
1answer
66 views
how to inject text into a textbox with firefox extension
This question was probably asked few time by now... but I didn't find any solution in the last 2 days so I'm asking it in here.
I need to inject some text into a textbox that has an ID and I already ...
0
votes
1answer
44 views
How to to add a menu separator for a menuitem in firefox's context menu
I am trying to add a menu separator before and after my menuitem in firefox's contextmenu .
This is my expected output...
| |
| |
|Select All |
...
1
vote
1answer
36 views
Displaying a FireFox toolbar from within that toolbar's JavaScript
I'm putting together a FireFox toolbar that is only relevent to a small number of websites.
Currently I have code working that checks whether the user is viewing one of those sites and enables and ...
0
votes
2answers
91 views
firefox plugin - How to hide a tab browser and getting its content
I am developing a plugin for firefox. In which i have to open a hidden tab and access its content through javascript and close it afterwards.
Following is the code i am using for accessing content ...
0
votes
1answer
27 views
Is there a way to group controls in firefox extensions?
I'm coming from the .net world so I know it can be done there, but I'm making a toolbar for firefox and I want it to show a set of controls (some kind of form) when I click one button and show another ...

