[tutor] TEXT CTRL

Stephan Huijgen S.Huijgen@Student.TUDelft.NL
Wed Jun 18 17:42:21 2003


This is a multi-part message in MIME format.

------=_NextPart_000_0015_01C334D5.31F4EFC0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I have a problem with the text control in python. I want to write a =
string from a textbox to a file, but when i type for example 124 in the =
textbox i get in the file:
1
12
124
in 3 lines..instead of 124 in one line...how does this work properly?

Regards,

Stephan Huijgen

------=_NextPart_000_0015_01C334D5.31F4EFC0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1170" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>I have a problem with the text control =
in python. I=20
want to write a string from a textbox to a file, but when i type for =
example 124=20
in the textbox i get in the file:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>1</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>1</FONT><FONT face=3DArial =
size=3D2>2</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>124</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>in 3 lines..instead of 124 in one =
line...how does=20
this work properly?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Regards,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Stephan =
Huijgen<BR></FONT></DIV></BODY></HTML>

------=_NextPart_000_0015_01C334D5.31F4EFC0--