windows.open and dual screens

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Obscurr

    windows.open and dual screens

    hi,

    Is there a way of controlling (i.e., using windows.open ) which screen
    new windows are to appear in, when I have multiple screens ?
    Is that a programming issue, or does it have to do with the OS?

    obscurr
  • Fabian

    #2
    Re: windows.open and dual screens

    Obscurr hu kiteb:
    [color=blue]
    > hi,
    >
    > Is there a way of controlling (i.e., using windows.open ) which screen
    > new windows are to appear in, when I have multiple screens ?
    > Is that a programming issue, or does it have to do with the OS?[/color]

    I think its an OS issue. I dont think javascript has access to that kind
    of information.


    --
    --
    Fabian
    Visit my website often and for long periods!


    Comment

    • Stuart Palmer

      #3
      Re: windows.open and dual screens

      Isn't multiple screens just a way of expanding a normal screen? If so, just
      set the new window x location value the width of screen 1 + 1/2 width of
      screen 2 and then I think it should show in screen 2.....I could be wrong,
      but may be worth a try.

      The reason I think this is when you use your mouse, you can move/scroll it
      from screen 1 to screen 2, therefore I think it's just an extension....

      Maybe that helps, maybe it doesn't.

      Stu

      "Obscurr" <obscurr@hotmai l.com> wrote in message
      news:4452c409.0 311100117.2324e 1b3@posting.goo gle.com...[color=blue]
      > hi,
      >
      > Is there a way of controlling (i.e., using windows.open ) which screen
      > new windows are to appear in, when I have multiple screens ?
      > Is that a programming issue, or does it have to do with the OS?
      >
      > obscurr[/color]


      Comment

      • Fabian

        #4
        Re: windows.open and dual screens

        Stuart Palmer hu kiteb:
        [color=blue]
        > Isn't multiple screens just a way of expanding a normal screen? If
        > so, just set the new window x location value the width of screen 1 +
        > 1/2 width of screen 2 and then I think it should show in screen
        > 2.....I could be wrong, but may be worth a try.[/color]

        With multiple screens, there are multiple possibilities. What you
        describe is one possibility, but another is that teh OS displays two
        different and unrelated screens.


        --
        --
        Fabian
        Visit my website often and for long periods!


        Comment

        • Stuart Palmer

          #5
          Re: windows.open and dual screens

          You learn something new everyday :o)

          Stu

          "Fabian" <lajzar@hotmail .com> wrote in message
          news:boo3lu$1gh nkk$1@ID-174912.news.uni-berlin.de...[color=blue]
          > Stuart Palmer hu kiteb:
          >[color=green]
          > > Isn't multiple screens just a way of expanding a normal screen? If
          > > so, just set the new window x location value the width of screen 1 +
          > > 1/2 width of screen 2 and then I think it should show in screen
          > > 2.....I could be wrong, but may be worth a try.[/color]
          >
          > With multiple screens, there are multiple possibilities. What you
          > describe is one possibility, but another is that teh OS displays two
          > different and unrelated screens.
          >
          >
          > --
          > --
          > Fabian
          > Visit my website often and for long periods!
          > http://www.lajzar.co.uk
          >[/color]


          Comment

          Working...