Tagged Questions

XULRunner is a runtime environment for running applications written in the XUL User Interface Language.

learn more… | top users | synonyms

12
votes
11answers
4k views

Best Debugging Tools for JavaScript/xulrunner Development

In the past few months I began my first serious JavaScript development, as I began developing XUL applications. I use Notepad++ as my editor, but I was pretty appalled to find (as far as I can tell) ...
9
votes
3answers
488 views

How to know if the network is (dis)connected?

How can I know, in Xul, if the network is (dis)connected? --update Using: function observe(aSubject, aTopic, aState) { if (aTopic == "network:offline-status-changed") { ...
7
votes
3answers
5k views

Detect failure to load contents of an iframe

I can detect when the content of an iframe has loaded using the load event. Unfortunately, for my purposes, there are two problems with this: If there is an error loading the page (404/500, etc), ...
6
votes
5answers
809 views

is XULRUNNER suitable as a replacement for other C++ desktop applications frameworks such as QT?

XulRunner/Gecko seems to be really interesting for developing GUI-intensive applications (by using widely used technologies such as HTML / CSS / SVG / XUL / Javascript). But the underlaying C++ APIS ...
6
votes
3answers
2k views

Beginning XUL & XPCOM development with XULRunner?

I am planning to design an application XUL & XPCOM for proprietary system. So i have decided to use C/C++ but how can I start the development as a beginner in this field I cannot find a good guide ...
5
votes
1answer
92 views

nsIGenericFactory.h is missing in the above version of xulrunner-2.0.en-US.win32.sdk

Previously, I created XPCOM dll for the mozilla version 3.6 and XulRunner version of 1.9.2. Now I try to update that xpcom dll for the mozilla recent versions namely 4 and above. So I downloaded Xul ...
5
votes
1answer
169 views

How to enable embedded javascript debugger in SWT browser?

I want to embed a JavaScript debugger in a SWT browser. I'm using the SWT.MOZILLA flag for creating the browser. Since the JavaScript application I'm loading is complex, I need to have some JS ...
5
votes
0answers
118 views

Very slow launch time with XULRunner caused by profiles

I have an application that generates temporary XULRunner apps by building a skeleton application folder structure, and then launching it with: xulrunner -app /path/to/temporary/application.ini This ...
4
votes
1answer
81 views

Firefox about:config preferences in SWT Browser

An application I am currently working on uses the SWT tool-kit's Browser widget to display a Firefox/XULRunner browser. I would like to set custom user agent data in Firefox about:config preferences; ...
4
votes
2answers
291 views

How to run a XUL application in Mac OS X Snow Leopard?

I am trying to create a XUL "Hello World" application in Mac OS X. I download the XULRunner from here, followed this tutorial and then this tutorial and then this tutorial... None worked. So, I looked ...
4
votes
5answers
317 views

Building Cross Platform app - recommendation

I need to build a fairly simple app but it needs to work on both PC and Mac. It also needs to be redistributable on a disc or usb drive as a standalone desktop app. Initially I thought AIR would be ...
4
votes
2answers
130 views

Opening the user's home folder?

My XULRunner application has a button named "Show Recordings". Pressing it should result in Windows Explorer opening the folder for the user. How can I achieve this? I can't find it in the File I/O ...
4
votes
2answers
530 views

How best to deploy my XUL app?

I have a xul app that I think would be useful, and I want to deploy it. The target platform is Linux; I believe it will work on Windows/OSX as well but haven't tested. What is the best way to deploy ...
4
votes
6answers
5k views

Embedding XULRunner application on Java

My goal is to get Limewire(JAVA) and Songbird(XULRunner) to run together. I was thinking the best way is to run the XUL application(songbird) inside a JAVA swing panel. Is there another way? Would ...
4
votes
3answers
2k views

How can I get the window object that an HTML node belongs to using JavaScript?

Because of several iframes, XUL browser elements, and so forth, I have a number of window objects in my XULRunner application. I'm looking for the best way to find the window object that a specified ...
3
votes
0answers
151 views

Direct3D app screws up XULRunner

I have an app using a render engine which can switch between D3D and OpenGL (on Windows at least!) We also use XULRunner for embedded web-browser functionality. XULRunner also appears to use D3D and ...
3
votes
2answers
135 views

How do I log errors from Xul to a file?

I tried export XRE_CONSOLE_LOG as told in this page, but had no result. Also, I would like to see in a file all errors I see in my console (as XPCom errors, not only javascript errors). --update ...
3
votes
3answers
605 views

How to open new window's from XUL Browser?

I'm wondering, is it even possible to treat the request for the Xul Browser component to open a new window? I tried changing the window.open function, but looks like it's never called. All links that ...
3
votes
3answers
386 views

What does Firefox add to XULRunner?

Firefox - XULRunner = What? Details... Another way of putting this question is, what does the 'firefox app' consist of (besides the XULRunner portion of code)?
3
votes
2answers
258 views

Xul element is not showing back after set it “hidden”

Updated Here's an even simpler example showing the failure (it should hide the img after press "z" and show it after press "x"): My test.xul: <?xml version="1.0" encoding="UTF-8"?> ...
3
votes
1answer
1k views

How to set the profile directory for xulrunner apps using a custom relative path?

Is there an easy way to create a cross platform portable Xulrunner application? By "portable" I mean what the guys on http://portableapps.com/ do, but in addition I would like to be able to put on ...
3
votes
2answers
361 views

Drawing a user interface based on preferences

I want to use the built-in preference system for my xulrunner (Firefox) application. But I can't figure out how to easily drive the user interface based on preferences. The user can specify a list ...
2
votes
1answer
160 views

RCP with SWT.Browser and XULRunner

I'm developing an RCP application (Windows) with SWT.Browser (SWT.MOZILLA): Browser browser = new Browser(parent, SWT.MOZILLA); It's working fine with the old XULRunner 3.6.23 and the installation ...
2
votes
1answer
101 views

Exception in xul.dll and images are not shown in gecko browser inside delphi app

Using xulrunner (gecko sdk) v1.9.1.4127 browser inside Delphi 2009 app It runs succesfully and opens requested page, but... there is no images! Moreother, in log i can see, that server sent to browser ...
2
votes
0answers
66 views

Alternative to range.getBoundingClientRect

I need an alternative to range.getBoundingClientRect() for FF3.6 (XULRunner 1.9.2). I cannot update to a newer XULRunner version. Any help?
2
votes
2answers
2k views

Firefox 5, 6, 7 and XULRunner: Which versions are which?

I'm trying to recompile a Firefox extension that has binary components for use with Firefox 5 now that the beta is out. According to this I need to rebuild the binary components. What I can't figure ...
2
votes
1answer
87 views

Is there _ANY_ method to connect to a mysql server from XULRunner/Firefox add-on?

How to connect to a MySQL Server from a Firefox add-on? Is there a way to connect directly to a mysql server? I have tried: package "MySQLXPCOM" is no longer under active development/outdated ...
2
votes
3answers
1k views

embedded browser using XULRunner

Are there any examples of to use XULRunner to embed the browser control inside a app? (preferably in c or c++ for native win32 apps) I have tried QT, wxWidgets, Awesomium, chrome embedded, LLmozLib, ...
2
votes
2answers
1k views

Delphi Gecko SDK - did anyone succeeded with that + XULRunner 1.9?

I did a checkout of d-gecko SDK from sf.net ( http://sourceforge.net/projects/d-gecko/ ). I wanted to try it with Gecko (XULRunner) 1.9, however when running simple application each time I get error ...
2
votes
3answers
362 views

Modern client/server authentication techniques

I'm building a non-browser client-server (XULRunner-CherryPy) application using HTTP for communication. The area I'm pondering now is user authentication. Since I don't have substantial knowledge in ...
2
votes
1answer
229 views

XULRunner: Prevent links to arbitrary domains

suppose, we have a Mozilla Prism like XULRunner app. There is a XUL window with a <browser/> element, where the browser shows a web page on a given domain (say, example.com). Now there are several ...
2
votes
2answers
1k views

can i use java with XULRunner GUI framework?

Hello i know i can write c++ back end and use xul(runner) as the front end but can i use java as back end and still use xul as front end ( executing java code ) ?
2
votes
3answers
491 views

How to achieve flow layout in XUL?

I'm creating a UI using XUL. I have N buttons I would like to add, and all I care about is that they all show on the form, regardless of the form's size. If I add a new button later or remove an ...
2
votes
2answers
418 views

Method for building lightweight, cross-platform, text editor

I'm planning to build a simple, lightweight text editor that combines a great look with keyboard focused input. I want to have a lot of control over things like antialiasing and all the graphics in ...
2
votes
1answer
970 views

What is the simplest way to set up a BIRT report viewer for a xulrunner application?

I recently began using BIRT and have developed a report to use with my xulrunner application. What I haven't yet figured out is how I should deploy the viewer. It seems like BIRT mostly targets Java ...
2
votes
2answers
1k views

How do I copy image data to the clipboard in my XUL application?

I have a XULRunner application that needs to copy image data to the clipboard. I have figured out how to handle copying text to the clipboard, and I can paste PNG data from the clipboard. What I can't ...
1
vote
1answer
112 views

Single-file app with xulrunner - possible?

I have tried to mess with xulrunner before, and now I'm trying once again :) The "real" tutorial (Getting started with XULRunner - MDN) does, in fact, show that one is supposed to have ...
1
vote
1answer
300 views

How to Install and run a XulRunner Application on Mac OS X?

I'm on a Mac OS X Lion, and I have followed this tutorial exactly as it is: https://developer.mozilla.org/en/getting_started_with_xulrunner When I try to run: ...
1
vote
2answers
85 views

Implement OS-based stylesheets in XUL

I'm a friend clean GUI's. Unfortunately I need to overwrite the "chrome://global/skin" stylesheets for some reason. What's the best method, to implement different os-based stylesheets into ...
1
vote
2answers
70 views

xul runner: does it require Firefox on the target OS?

Xul Runner: does it require installed version of Firefox on the OS? or does it compile its own web engine? The dependancies are unclear to me, even when looking at their documentation. Perhaps let ...
1
vote
3answers
79 views

What API replaces gtkembedmoz?

I have an old piece of software that uses gtkembedmoz, and I need to update it to run on ubuntu lucid, which does not provide that library. What API replaces the functionality that it provides?
1
vote
1answer
214 views

how to package a standalone xulrunner application

I was wondering what I need to do to create an executable (.exe) file that will run my XUL application? I'm trying to create an application using Mozilla's XUL format. Thanks
1
vote
0answers
127 views

how to make xulrunner with python

I want make a stand application use python and xulrunner, but I am very confused, I use pyxpcomext with xulrunner 1.9.1,and it can word, but with python logic can not import pyd? I used lxml in this ...
1
vote
1answer
76 views

XulRunner exit code

I was wondering how someone can specify an exit code when shutting a XULRunner application. I currently use nsIAppStartup.quit() described in MDC nsIAppStartup reference to shutdown the application, ...
1
vote
1answer
120 views

Is it possible to use local resources from a web-delivered XUL app?

Is there a way to execute a XUL program delivered via "trusted" web site outside of the browser sandbox? My XUL program executes beautifully in local XULRunner and in firefox with the -add parameter. ...
1
vote
2answers
139 views

Does the -app command line option work properly in Firefox 4?

I have written some software that makes use of the -app command line option in Firefox to launch XUL applications in Firefox's embedded copy of XULRunner. This all worked fine in Firefox 3.x, however ...
1
vote
1answer
378 views

Is there an xhtml.xsd equivalent available for HTML5?

I am developing a appplication based on Mozilla XULRunner. I am using xhmtl1-strict.xsd provided by the W3C to fetch the attribute. Now the requirement came to add the <video> tag to my ...
1
vote
0answers
96 views

How to add a copy/paste context menu to browser element in XULRunner?

I would like to allow the user of my XULRunner based app to be able to do copy/paste via a context menu. Keyboard shortcuts Ctrl-C and Ctrl-V are already working fine
1
vote
1answer
229 views

Prevent target=“_top” from taking over UI in Mozilla Chromeless

I know a fix for this is coming soon; I'm just hoping to get a head start. Chromeless is basically Firefox without it's UI. You can build your own UI using HTML, CSS, and javascript. Tabs/windows are ...
1
vote
2answers
650 views

Does Javascript have get/set keywords like C#?

I'm working with XULRunner and came across the following pattern in a code sample: var StrangeSample = { backingStore : "", get foo() { return this.backingStore + " "; }, set foo(val) { ...

1 2 3 4