Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

standalone xul app start another window

26 views
Skip to first unread message

rayn...@gmail.com

unread,
Feb 6, 2013, 5:46:22 AM2/6/13
to
Hi,

I make a standalone xul app on windows which is only a browser. (the aim is to force a website).

But, in the website, there is a link which open a new window (<a> tag).

on standalone app, this stop the app
on firefox xull app, it load in the same page.

Do you know how to open a new window in the standalone version?

regards,
Phil

allen...@gmail.com

unread,
Feb 23, 2013, 12:08:22 PM2/23/13
to
You need to provide a browser.chromeURL in your default settings.

e.g. pref("browser.chromeURL", "chrome://yourapp/content/blankwindow.xul");
0 new messages