You are here

Problem Launching a portable app.

2 posts / 0 new
Last post
xftnfnb7
Offline
Last seen: 13 years 7 months ago
Joined: 2006-02-17 17:08
Problem Launching a portable app.

I'm having a problem getting my application to load. This is most likely my lack of understanding of how the "chrome://" works. I have set up a simple XUL file to act as my application. It is the find file example from the XUL tutorial. Below is the directory structure I'm using:

F:\PortableApps\XULApps
\XULRunner
\CARS (My App)
Start.BAT (used for starting the application)
Application.ini
\Chrome
chrome.manifest (which is empty)
\CARS
Appstart.xul (the application)
\defaults
\preferences
prefs.js (which has the following line (pref("toolkit.defaultChromeURI", "chrome://chrome/cars/AppStart.xul");)

IF I put the full path and use File:// instead of chrome:// everything works correctly. Can you tell me what I'm doing wrong or direct me to a place that may have the info.

Thanks

dogeater (not verified)
In order to achieve your

In order to achieve your chrome:// uri to work correctly you have to fill up the chrome.manifest.
For more details : http://developer.mozilla.org/fr/docs/chrome.manifest

Topic locked