[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Starting Window Position



I'm pretty sure the answer is no...but maybe somebody who knows more than me thinks otherwise.

--Mike

Ian Mallett wrote:
Awesome! That works! Thanks! Just one more question though... I want to have two or more pygame windows running at the same time. Can you do that?
Ian

On 6/28/07, * Kamilche* <kamilche@xxxxxxxxxxxx <mailto:kamilche@xxxxxxxxxxxx>> wrote:

    Ian Mallett wrote:
    > My name is Ian.  The full story on this is that I sent the
    message from
    > my computer and then it sent a reply email saying it didn't work.  I
    > sent my message to my friend, Ken, who is also on the mailing
    list to
    > see if he could get better results.  As soon as he had sent my
    message,
    > both messages appeared in our mailboxes, so Ken sent the "opps"
    message
    > on my behalf.  Check the archives?  Will do.  I'll tell you if I
    find
    > anything.
    >
    > On 6/27/07, *Luke Paireepinart* <rabidpoobear@xxxxxxxxx
    <mailto:rabidpoobear@xxxxxxxxx>
    > <mailto:rabidpoobear@xxxxxxxxx <mailto:rabidpoobear@xxxxxxxxx>
    >> wrote:
    >
    >     Ken Seehart wrote:
    >      > Doh! Sorry about the duplicate post...
    >     YOU BETTER BE!
    >     Just kidding.
    >     Don't worry about it, not a big deal.
    >     Kinda confusing on what your name really is, though O_O;
    >     I would suggest, KenIan (is that pronounced like Kenyan?),
    to check the
    >     Pygame mailing list archives first.
    >     I believe I remember seeing this question a few months ago.
    >     I wouldn't doubt it has something to do with SDL environment
    variables.
    >     If your search proves fruitless, I'm sure someone else will
    have he;lp,
    >     but if you do succeed, let us know so we don't go answering
    a question
    >     you already answered yourself :)
    >     -Luke
    >
    >
         if sys.platform == 'win32':
             #os.environ['SDL_VIDEO_WINDOW_POS'] = '3,23'     or
             os.environ ['SDL_VIDEO_CENTERED'] = '1'