Jan 13
A standalone Helloworld XUL example (XULRunner)
Scribbled on Sunday, January 13th, 2008- The hierarchy should be like this :

Source: http://www.xul.fr/install-xul.html
- Now make your application folder (name it helloworld), as shown in screenshot

- Make two folders inside it 1) “chrome” 2) “defaults” and a file named “application.ini” (remember extension should be .ini)

- Inside “chrome” create folder named “content” and a file named “chrome.manifest” (extension should be .manifest)

- Inside “content” create a file named “main.xul” (again the extension should be .xul)

- Now inside “defaults” create a folder named “preferences” and inside it create a file named “prefs.js” (yeah the extension should be .js)



No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.





3 Responses to “A standalone Helloworld XUL example (XULRunner)”
kekmkN great site man thanks http://peace.com
By bob on Thu 27th Mar, 2008
in windows, gecko get an error that minversion is required. just add a gecko part in application .ini just like below.
[App]
Vendor=Visio
Name=Hello World
Version=1.0
BuildID=20080114
Copyright=Copyright (c) 2008 jit
ID=visio159@wordpress.com[Gecko]
[Gecko]
MinVersion=1.8
MaxVersion=1.9.0.*
By adem on Tue 01st Apr, 2008