Re: [Tkinter-discuss] Syntactic problems

2011-12-04 Thread Francisco Gracia
2011/12/3 Michael Lange said: Hi Francisco, > > The problem in you code is not the white space in the font name but the > white space in the tag name ... > You are right, Michael, that was a mistake on my side. It was not a typo, but a confusion due to my bad knowledge of *Tcl*'s syntax and to

Re: [Tkinter-discuss] Syntactic problems

2011-12-03 Thread Michael Lange
Hi Francisco, Thus spoketh Francisco Gracia unto us on Sat, 3 Dec 2011 18:48:36 +0100: > Many thanks to you both, Kevin and Michael for your quick and sensible > responses. My problems are more in the line suggested by Michael, > although his hint has not solved them, at least as I have tried t

Re: [Tkinter-discuss] Syntactic problems

2011-12-02 Thread Michael Lange
Hi, Thus spoketh Kevin Walzer unto us on Fri, 02 Dec 2011 10:45:04 -0500: > > Â Â Â .t tag configure f[incr count] -font [list $family 10] > > Â > > The function *list* of *Tcl* seems to be mainly dedicated to solve > > this odd problem with the dereferencing of multiword contents of > > vari

Re: [Tkinter-discuss] Syntactic problems

2011-12-02 Thread Kevin Walzer
On 12/2/11 7:09 AM, Francisco Gracia wrote: Â Some of the names of the font families returned by the operating system (be it Windows or Linux) are composed of two or more words (like *Times New Roman CE*). Now these multiword arguments are not easily accepted by *Tcl/Tk*, especially if they are