Even with the above options (given my mig) to window.open, the title
bar does not hide. So I guess SongBird has some additional magic - any
help, songbird devs?
mig wrote:
daniele wrote:
Mac, Songbird (based on xulrunner) hides the titlebar Now i study
the source of this application
What we do:
var mainwin = "";
window.open( mainwin, "",
"chrome,modal=no,titlebar=no,resizable=no,toolbar=n o,popup=no,titlebar=no"
);
Apparently, we REALLY want to make sure titlebar=no :)
Also, the file mainwin.xul has its window with hidechrome="true"
The primary window that xulrunner opens up first is something we hide
from the user. If you want to control that, I think you have to set a
prefs var.
mig (at songbirdnest)
dev-tech-xul mailing list
dev-tech-xul (AT) lists (DOT) mozilla.org