xulrunner Questions

8

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),...
Heinz asked 17/12, 2008 at 19:20

3

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) { this.ba...
Dennisedennison asked 23/3, 2011 at 17:39

3

Solved

Is it possible to use the 64bit XulRunner for Windows (available from here) with the Eclipse browser widget? It works fine under 32bit Windows and the answer to this question explains how this work...
Banda asked 21/1, 2013 at 20:59

2

is there any way to run xulrunner 3.6.28 (x86 there is no other) with swt x64? I cant use the newer xulrunner 10.4esr becouse i have some issues with it. The old one runs like a charm, but there i...
Garlan asked 4/3, 2013 at 11:13

3

Solved

I'm trying to create an SWT Browser widget of the SWT.MOZILLA type under windows 8 64Bit with SWT 4.3 64Bit. According to this, SWT 4.3 should support 64 Bit version on XULRunner 10.x or 24.x So,...
Percolation asked 27/1, 2014 at 10:22

4

Solved

I am developing an appplication based on Mozilla XULRunner. I am using the xhmtl1-strict.xsd provided by the W3C to fetch the attribute. Now the requirement came to add the <video> tag to my...
Nutritive asked 12/4, 2011 at 16:13

0

I have a problem that causes Firefox to behave strangely during startup. (Specifically, it displays the "Firefox seems slow... to... start" message, even though I didn't install any new extension...
Headlong asked 1/2, 2016 at 15:58

2

Situation: My RCP application uses XulRunner System has two installed PDF viewers (Acrobat, Gimp) Firefox has Gimp set as default viewer I want to make my SWT Browser composite in RCP applicat...
Dania asked 8/6, 2015 at 14:15

4

Solved

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 installati...
Adlar asked 25/10, 2011 at 14:38

1

I have a standalone XULRunner application that was previously running XULRunner 1.9.2 (old, I know). I just upgraded to XULRunner 33. Previously, When I was developing locally (MacBook Pro with Ma...
Himyarite asked 20/4, 2015 at 7:8

1

Solved

I'm trying to create a xulrunner app for OS X 10.9+. I need it to be standalone, i.e. to not require any extra additional software (including Firefox) to be installed on the box along with the app....
Gig asked 17/3, 2015 at 20:44

2

Solved

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.
Heshvan asked 13/6, 2011 at 1:29

2

Solved

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 Jav...
Anatol asked 4/10, 2008 at 1:40

1

Please pardon my ignorance, relatively new to working with XULRunner. I'm attempting to debug an issue with a XULRunner application and have hit a wall. We're using the app to load certain website...
Cantilever asked 11/10, 2012 at 17:29

2

Solved

I'm using the SWT browser widget to develop an application in Java with Eclipse ("Kepler"). Now I want to use the Mozilla API and downloaded the latest sdk from XULRunner from this site: http://ft...
Chloral asked 1/8, 2013 at 13:0

2

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 T...
Harrold asked 25/5, 2011 at 20:38

1

Solved

I am running elementary 0.2 (Ubuntu 12.04 but with a different desktop environment) and I installed Aptana studio. Everything is fine aprt from I can't get the internal web browser to work. When I...
Zygote asked 18/12, 2012 at 22:54

1

Solved

I am converting code from using signed JAR files to using an XULRunner based applications. I am having trouble with code that loads an iframe with html content stored in a javascript variable. The...
Fishplate asked 15/10, 2012 at 15:8

2

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 deb...
Kemme asked 3/6, 2011 at 13:16

1

Solved

I have downloaded XULRunner from http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/7.0/runtimes/xulrunner-7.0.en-US.win32.zip Unpacked this zip into folder, but when I am issuing a co...
Spiffy asked 27/9, 2011 at 10:21

1

Solved

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 paramet...
Superscribe asked 11/5, 2011 at 20:57

5

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

3

Solved

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") { write("STATUS CHANGED!...
Hebrews asked 1/3, 2011 at 20:19

2

Solved

I have an environment called $REP, how can I access the value of this variable using Xulrunner in a Linux environment? --udpate attempting with nslEnvironment: var env = Components.classes["@moz...
Alcaeus asked 10/2, 2011 at 12:45

5

Solved

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++ API...
Pedropedrotti asked 13/4, 2010 at 20:15

© 2022 - 2024 — McMap. All rights reserved.