I need to determine the size of a canvas while the process is running.
Does anyone know of a technique that will let me do that?
Thanks,
Dean
--
http://mail.python.org/mailman/listinfo/python-list
Cameron Laird wrote:
> In article <[EMAIL PROTECTED]>,
> Dean Allen Provins <[EMAIL PROTECTED]> wrote:
>
>>I need to determine the size of a canvas while the process is running.
>>Does anyone know of a t
Cameron:
Cameron Laird wrote:
> In article <[EMAIL PROTECTED]>,
> Dean Allen Provins <[EMAIL PROTECTED]> wrote:
>
>>I need to determine the size of a canvas while the process is running.
>>Does anyone know of a t
Martin:
Martin Franklin wrote:
> Dean Allen Provins wrote:
>
>> Cameron:
>>
>> Cameron Laird wrote:
>>
>>> In article <[EMAIL PROTECTED]>,
>>> Dean Allen Provins <[EMAIL PROTECTED]> wrote:
>>>
>>>> I need to determ
Hi:
My Linux-based Python/Tkinter application runs nicely, and printing
works just fine (to a user-selected file, or an "lpr" device specified
in the Entry box). Alas, the user wants to run it under MS Win, and of
course will want to print the canvas for posterity.
A Google search turned up a si
Tim Golden wrote:
> [Dean Allen Provins]
>
> | My Linux-based Python/Tkinter application runs nicely, and printing
> | works just fine (to a user-selected file, or an "lpr" device specified
> | in the Entry box). Alas, the user wants to run it under MS
> | Win, an