• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

xulrunner javascript files sequence

 
Ranch Hand
Posts: 1277
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The xul runner has a bunch of js files in /modules, /greprefs, /defaults, /components folder

Is there a sequence in which these scripts are called when the xul runner renders the response? esp. those in the /components folder?

I am trying to get a hook into the xul runner response rendering, just before the xul runner renders something.

This something may be the response from the server, or just nothing. In the latter case xul runner gives the error "xml parsing error: no element found".

Just trying to do something at the instant when xul runner tries to display what ever it has - response xml/empty xml.

reply
    Bookmark Topic Watch Topic
  • New Topic