Thanks for the reply, will work with this tomorrow.
Adam
--
http://mail.python.org/mailman/listinfo/python-list
On Thu, 01 Mar 2007 21:01:40 +0100, Adam <[EMAIL PROTECTED]>
wrote:
> Ok the window has resized but the elements inside are still like they
> were, so they are going off the edge on the window. How can I get
> these to resize? I have put sizes on the frames they are in. Sorry to
> keep asking bu
Ok the window has resized but the elements inside are still like they
were, so they are going off the edge on the window. How can I get
these to resize? I have put sizes on the frames they are in. Sorry to
keep asking but I'm flying blind here, I have checked the python site
and the intro to tkinte
Adam wrote:
> On Feb 28, 9:13 pm, Adonis Vargas <[EMAIL PROTECTED]>
> wrote:
>> Adam wrote:
>>
>>
>>
>>> I think my main questions are:
>>> 1. How can I get the Window to be sized the way I want it?
>>> 2. How can I get the Scrollbars to fill the side of the text box
>>> instead of being small? (l
On Feb 28, 9:13 pm, Adonis Vargas <[EMAIL PROTECTED]>
wrote:
> Adam wrote:
>
>
>
> > I think my main questions are:
> > 1. How can I get the Window to be sized the way I want it?
> > 2. How can I get the Scrollbars to fill the side of the text box
> > instead of being small? (like .pack(fill= tk.Y
Adam wrote:
> I think my main questions are:
> 1. How can I get the Window to be sized the way I want it?
> 2. How can I get the Scrollbars to fill the side of the text box
> instead of being small? (like .pack(fill= tk.Y)
>
>
> I have only posted the code relevant to the GUI.
>
> TIA
> Adam
>
Hey,
I'm pretty new to programming. Been trying to learn using Python.
The code I'm struggling with is for my GUI.
I'm am having trouble getting this to display the way I want with the
grid manager. Can anybody tell me what I am doing wrong? I hope you
can tell what look I'm trying to achieve fro
Hello
--
http://mail.python.org/mailman/listinfo/python-list
Eric Brunel wrote:
This is not an error. It's just the value of the _test function in the
Tkinter module. You don't give the URL where you found the
installation/test instructions, but you probably want:
Tkinter._test()
which *calls* the function. Tkinter._test just returns its value
(functions
Eric Brunel wrote:
On Tue, 19 Apr 2005 09:35:03 -0400, Peter G Carswell <[EMAIL PROTECTED]>
wrote:
Good Morning.
I am new to Tkinter. I have been testing the installation of Tkinter
through the python web site. The first two test steps give no errors,
'import _tkinter' and
On Tue, 19 Apr 2005 09:35:03 -0400, Peter G Carswell <[EMAIL PROTECTED]> wrote:
Good Morning.
I am new to Tkinter. I have been testing the installation of Tkinter
through the python web site. The first two test steps give no errors,
'import _tkinter' and 'import Tkinter'
Good Morning.
I am new to Tkinter. I have been testing the installation of Tkinter
through the python web site. The first two test steps give no errors,
'import _tkinter' and 'import Tkinter'. However, the third step,
'Tkinter._test', gives the error:
An
12 matches
Mail list logo