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.

learn more… | top users | synonyms

1
vote
1answer
23 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
12 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
8 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
42 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
17 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
21 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
46 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
22 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
35 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
32 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
24 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
10 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
63 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
34 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
37 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 + "&amp;b=" + t2 , ...
0
votes
1answer
43 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
28 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
21 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
49 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
22 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
44 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
61 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
46 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
25 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
90 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
13 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
93 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
25 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
34 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
60 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
61 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
40 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
84 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
26 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 ...
0
votes
1answer
41 views

Eclipse XUL : Contents not getting updated even after editing sourcecode

I am using xul in eclipse When I create a xul file first time, it works correctly; but if i change contents of source file the changes are not getting reflected in output. If I run the xul file it ...
0
votes
0answers
14 views

firefox extension / link _blank in google search

How add a link to google search, with redirection to mine website? Example below: 1) someone search in google for "cars" 2) under search box & "About 792,000 results (0.23 seconds)" appears a ...
0
votes
1answer
32 views

no effect on: appShellService.unregisterTopLevelWindow(topXulWindow); (hide window)

I overlay chrome://browser/content/browser.xul with an .xul adding a button to the main-menu. clicking it opens another ChromeWindow with a .xul-window. var ww = ...
0
votes
1answer
45 views

Find out whether current request is a proxy request in firefox?

I need to automatically perform authorization with a proxy server using an addon. I also checked out the source of other extensions that do that, and they do it like this: var httpRequestObserver = ...
0
votes
1answer
62 views

How do I place shadow under XUL popup panel

I'm trying to place a shadow under a popup panel that defined as follows: <popupset id="mainPopupSet"> <panel id="autoTagBookmarksPopup" noautohide="true" fade="none" backdrag="true" ...
3
votes
1answer
47 views

jQuery library optimized for Gecko engine

Is there any jQuery library that's optimized/minimized only for use it with Gecko engine? There's no need to support trident, webkit and so on if they're not gonna be used! I wasn't successful in ...
0
votes
2answers
127 views

Firefox/XUL: coords of DOM Element on display

I'm developing Firefox extension. For some statistics I need actual display coordinates of DOM Element inside browser. I can get coordinates of: Required DOM Element inside viewport by calling it's ...
1
vote
1answer
120 views

firefox add-on develop | rewrite browser.xul

I want to develop a Firefox add-on that change the whole UI, something like write new chrome://browser/content/browser.xul file. I'm js developer, have no experience with add-ons development I didn't ...
0
votes
0answers
40 views

ff-ext, have a real <browser> in new window (avoid XUL; use XPCOM/sdk only)

I am absolutely new to FF extension-development and reading a lot currently. Coming from Mozilla addon SDK (that i am using right now), to reading about XPCOM, XUL and how extensions are built in it's ...

1 2 3 4 5 21