Re: Can end users configure XUL interfaces?
Pike <[email protected]> Thu, 04 Aug 2005 12:13:51 +0200
| Newsgroups | gmane.comp.lang.xul.general |
|---|---|
| Message-ID | <[email protected]> |
Hi >but one of my requirements is that the users of my app >will be able to reconfigure the GUI to their liking. > >Is this possible with XUL by letting users alter the >XML files? > > a firefox-only answer: users can 'configure' their toolbars in firefox. its much like the "customize toolbar" in the firefox menu itself. since anything can be on a toolbar, its pretty powerfull. all you have to do is write the toolbar and its elements, and define which elements are shown by default. the rest is up to firefox and the user. no need to have the user edit the xml. if you'd put an observer on the toolbar.currentSet attribute, you could change other parts of the gui when users change their toolbar, if you like. http://www.xulplanet.com/references/elemref/ref_toolbar.html#attr_customizable http://www.xulplanet.com/references/elemref/ref_toolbarpalette.html as for design, what your app looks like depends on the users' theme, ofcourse. or you could supply themes with your app. $2c, *pike ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ XUL News Wire - http://xulnews.com XUL Job Postings - http://xuljobs.com Open XUL Alliance - http://xulalliance.org