Difference between revisions of "How to do an application using XULRunner"

From CDOT Wiki
Jump to: navigation, search
m (Draft copy)
 
m
Line 25: Line 25:
  
  
 +
 +
'''References:'''
 +
*[http://blogs.acceleration.net/ryan/archive/2005/05/06/1073.aspx]
 +
*[http://developer.mozilla.org/en/docs/Getting_started_with_XULRunner]
 +
*[http://developer.mozilla.org/en/docs/XULRunner:Deploying_XULRunner_1.8]
 
== Setting up the prefs.js file ==
 
== Setting up the prefs.js file ==
  

Revision as of 14:40, 9 October 2006

Note: This page is still under construction

Setting up an application file structure

First set up the application file structure to the following:

 /applicationName
   /chrome
     /applicationName
       your app files
     chrome.manifest
   /defaults
     /preferences
        prefs.js
   application.ini

Notes:

Users can change the name of the italicized filename and folders

Setting up the application.ini file

XULRunner first looks at the application.ini file. This file ...

Setting up the chrome.manifestj file

References:

Setting up the prefs.js file

Creating some XUL

Running the application