Re: [Tkinter-discuss] Editing text in Canvas

2011-08-27 Thread Michael Lange
Thus spoketh Martin B unto us on Sat, 27 Aug 2011 10:26:57 +0200: > > > And for question which i posted before. Is some way to fill this rect > > with gradient or only way is to create gradient image and use > > create_bitmap instead create_rect. this is my first idea how to do > > this. > > H

Re: [Tkinter-discuss] Editing text in Canvas

2011-08-27 Thread Martin B
Yes this is good idea ! Saved into my examples for later use. Now i quickly updated example on web with gradient fills. No errors check yet. I need rewrite some things etc. etc. BTW : i found on inet TkZinc which use OpenGL for writing into canvas. Someone using this in apps ? thanks

Re: [Tkinter-discuss] Editing text in Canvas

2011-08-27 Thread Michael Lange
Hi, Thus spoketh Martin B unto us on Fri, 26 Aug 2011 22:26:16 +0200: > Thanks for info. > Yes i slowly updating source. using web for my backup sometimes. > > Now when i arrive from my bike trip with clean head i tried use > 'unbind' in __edit_value method and created new bind in __select val

Re: [Tkinter-discuss] Editing text in Canvas

2011-08-27 Thread Martin B
> And for question which i posted before. Is some way to fill this rect > with gradient or only way is to create gradient image and use > create_bitmap instead create_rect. this is my first idea how to do > this. Hello, problem is solved. Now i implemented vertical and horizontal gradients using

Re: [Tkinter-discuss] Editing text in Canvas

2011-08-26 Thread Martin B
Thanks for info. Yes i slowly updating source. using web for my backup sometimes. Now when i arrive from my bike trip with clean head i tried use 'unbind' in __edit_value method and created new bind in __select value. seems to work. as for entry. i dont know how i may change background under entr

Re: [Tkinter-discuss] Editing text in Canvas

2011-08-26 Thread Michael Lange
Hi, Thus spoketh Martin B unto us on Fri, 26 Aug 2011 15:27:05 +0200: > V Fri, 26 Aug 2011 14:27:42 +0200 > Martin B napsáno: > > sorry for bothering problem is solved. But another raised. > How i remove insertion from text object after i hit Return. > If i click on canvas insert cursor dissa

Re: [Tkinter-discuss] Editing text in Canvas

2011-08-26 Thread Martin B
V Fri, 26 Aug 2011 14:27:42 +0200 Martin B napsáno: sorry for bothering problem is solved. But another raised. How i remove insertion from text object after i hit Return. If i click on canvas insert cursor dissapear but if i write some numbers then these numbers is written in new pos on text obje