Re: Application for two screens
Y a Personne <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <[email protected]> |
Le 4/11/2012 20:37, munch a écrit : > Hi everyone, > I'm writing a little XULRunner application that's supposed to be used in debate sessions. > For this, I'd like to have one interface/window visible on the primary screen and another one on the projector. I don't think the interaction between the windows would be a problem but how can I differentiate between the two screens and allocate my windows to the right ones? > It would be great if this was still compatible with both Windows and Mac. > Any help will be greatly appreciated! > Best, > munch > With persist="screenX screenY", you Window open automaticaly in second screen the next time. Use windowtype="xxx" too.