Closed
Bug 5813
Opened 26 years ago
Closed 26 years ago
[RFE] XUL files not loaded in a separate window anymore
Categories
(SeaMonkey :: UI Design, enhancement, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M14
People
(Reporter: gerardok, Assigned: don)
Details
Project: Seamonkey
Program: Apprunner.exe
BuildID: 1999-04-29
Platform: Win NT
Need new command-line syntax for Apprunner to load xul files in a separate
window. They are loaded inside the standard navigator.xul when executed from
command line: apprunner resource:/res/<foldername>/<filename.xul>
Example:
1. From the command window, run: apprunner resource:/res/samples/skindemo.xul
Result -> Apprunner loads Skin demo inside Navigator.xul
Requested Feature: Need command option for Skin demo to be loaded separately in
its own window.
cc-ing akkana, because she and I had a conversation in which we agreed that the
command-line content files should be content files, not chrome files, and that
there should be a special syntax for the chrome.
apprunner [-chrome <chrome url>] <content url>
Here, <content url> is the initial page to be loaded.
Comment 4•26 years ago
|
||
Bulk reassigning mcmullen@netscape.com bugs to don@netscape.com.
Summary: XUL files not loaded in a separate window anymore → [RFE] XUL files not loaded in a separate window anymore
Target Milestone: M9 → M14
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
This is fixed, as the command line flag "-chrome" allows you to open arbitrary
URLs as the chrome for the apprunner.
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•