Re: Help with display placement

2006-04-04 Thread Samantha
Thanks, think I have it now. S <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Ok so I'm not to bright sometimes > > Well if you want this kinda control I suggest you go ahead and subclass > toplevel, but the simple answer before running > > root.mainloop() > > > make a call to > > r

Re: Help with display placement

2006-04-04 Thread [EMAIL PROTECTED]
Ok so I'm not to bright sometimes Well if you want this kinda control I suggest you go ahead and subclass toplevel, but the simple answer before running root.mainloop() make a call to root.geometry(geometryString) geoometrystring is in the format WxH+X+Y - you may hve to do some screen cal

Re: Help with display placement

2006-04-04 Thread Samantha
I want to be able to control where the dialog is displayed . X,Y location from the upper left corner of the screen. S <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > This code come up, fairly centered in my screen. What do you mean by > move? > -- http://mail.python.org/mailma

Re: Help with display placement

2006-04-04 Thread [EMAIL PROTECTED]
This code come up, fairly centered in my screen. What do you mean by move? -- http://mail.python.org/mailman/listinfo/python-list

Help with display placement

2006-04-04 Thread Samantha
I am new to Python and am attempting to write a routine that will display a five game selection for a power ball drawing. I think I have the random drawing set to work ok, but I want to have the dialog box move in the center of my screen. I can't seem to get the code correct to do this. Any help