Tagged Questions

0
votes
2answers
8 views

Running xulrunner multiple times concurrently

We have an xulrunner application that is running as a background html to pdf converter. This is essentially a commandline application and shows no user interface. However, xulrunne …
0
votes
2answers
22 views

How do I link to a DLL from javascript in XULRunner?

I have a dll (that I didn't write) and I would like to use it in an XULRunner application. I know nearly nothing about this, so bear with me. Apparently I can use XPCOM to load the …
1
vote
3answers
120 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 late …
0
votes
1answer
85 views

XULRunner , Python and Django : How to ?!

Hello , How to add Python and Django with XULRunner !? Found this tutorial useful , but somehow i was not able to add django ! Any idea ?!
0
votes
3answers
125 views

XUL runner as GUI framework for my application,what am i missing here?

Hello all recently i was introduce to the mozilla XUL runner as framework for front line GUI this seems to be idial framework to me ( none GUI person ) based on xul and js for eve …
0
votes
1answer
76 views

Page reloading and malformed HTML problems in a XULRunner based app.

Hello, I am writing an application on XULRunner that displays HTML pages from the web: I have a very simple XUL file with a in which is just a filling the window and loading a …
0
votes
1answer
25 views

Dynamically Created LABEL Element not showing up in XUL application

Hi, I'm trying to dynamically create a set of labels in my XUL Runner application. I have an HBox like so: <hbox class="upload-attachments"></hbox> If I manually a …
0
votes
1answer
80 views

javascript server under XULRunner fails.

I'm trying to debug a DOM scraping packaged called crowbar. Anyhow, when I run I get: Error: [Exception... "Component returned failure code: 0xc1f30001 (NS_ERROR_NOT_INITIALIZE …
1
vote
3answers
171 views

Flash not interacting with Javascripts in browser inside my app

Hi , I have an application which embeds a xulrunner based browser. I have to load some flash content in it which talks to some javascripts to update the browser title. The fl …
2
votes
2answers
180 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 a …
2
votes
3answers
981 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 pag …
0
votes
2answers
95 views

Flexible canvas in XUL

Hi all, I have a XULRunner application that I want to have display 2d graphics in a HTML element. I would like to be able to repaint those graphics when the window resizes. The la …
1
vote
1answer
38 views

How to catch xulrunners close event and cancel it?

Hi, I want to catch the close event of my xulrunner app when user clicks the close button of the main window and ask them for confirmation.If they dont confirm ,i want to cancel th …
0
votes
0answers
19 views

3d widget in XULRunner application

Hi all, Does anyone have any experiences trying to include a 3d widget in a XULRunner application? One direction I've been trying is embedding a Java3d applet, but there seem to b …
0
votes
3answers
158 views

dragover mouse event contain file info in XUL application using javascript

I'm writing a XUL application using JavaScript for the coding. I would like to be able to drag files onto a control in this application and, when dropped, have them show up. This …

1 2 3 next
15 30 50 per page