Is it possible to clone a xul window multiple times, with diffferent contents?
Charles <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <CAK0EWPcT91+ntGJMzsOZM8oM_i652DE+0ZxFyL=sZVW4dbA1+w@mail.gmail.com> |
I'm trying to create a "sticky-note" app where I want to manage any number
of notes at any given time. Already managed to create the main program that
can open another window (that will be my sticky note), but calling the
function that created the first window won't call anymore windows. Is there
a way to create another instance of one window multiple times with
different contents?
This is the Javascript that i'm using to create a window:
window.open("chrome://stickies/content/window.xul","window","chrome=1,
titlebar=0");
Kind Regards,
Charles Albert Martins dos Anjos