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
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
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
This code come up, fairly centered in my screen. What do you mean by
move?
--
http://mail.python.org/mailman/listinfo/python-list
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