[Tkinter-discuss] Text editing and tags...

2018-12-11 Thread Vasilis Vlachoudis
Hi all, Considering the following code, it creates a Text() and adds the word "Red" with tag "red" and "Normal" without afterwords without any tag. If you click the cursor in between the two letters d|N from (Red"d" and "N"ormal) and you start typing, the newly inserted text will be black witho

Re: [Tkinter-discuss] Text editing and tags...

2018-12-11 Thread Michael Lange
Hi Vasilis, On Tue, 11 Dec 2018 13:45:10 + Vasilis Vlachoudis wrote: > Hi all, > > Considering the following code, it creates a Text() and adds the word > "Red" with tag "red" and "Normal" without afterwords without any tag. > If you click the cursor in between the two letters d|N from (Re