Re: [Tkinter-discuss] Persistent text-widget tags: saving tags in text-files.

2010-06-14 Thread Kevin Walzer
On 6/13/10 11:50 AM, Steve Solomon wrote: Hello, Is it possible to save and reload a text document with its' tags still embedded in a document produced in the Text widget, and if so how? It seems that it should be possible in order not to discard hours of work formatting a text file. Thank you

Re: [Tkinter-discuss] Labels with no background

2010-06-14 Thread Bradley Hintze
create_text() moves with the 'scroll' of the canvas where as label does not which is a functionality that I need. Bradley On Wed, Jun 9, 2010 at 10:58 AM, Dan Halbert wrote: > On Wednesday, June 9, 2010 10:36am, "Bradley Hintze" > said: >> Hi, I'm trying to get a label in a canvas without a ba

Re: [Tkinter-discuss] Labels with no background

2010-06-14 Thread Tim Jones
On Jun 14, 2010, at 12:01 PM, Bradley Hintze wrote: > create_text() moves with the 'scroll' of the canvas where as label > does not which is a functionality that I need. Bradley, What if you place your text into a small, empty canvas and then place that small canvas on top of your main canvas (

Re: [Tkinter-discuss] Labels with no background

2010-06-14 Thread Bradley Hintze
Great Idea. Thanks! On Mon, Jun 14, 2010 at 3:27 PM, Tim Jones wrote: > On Jun 14, 2010, at 12:01 PM, Bradley Hintze wrote: > >> create_text() moves with the 'scroll' of the canvas where as label >> does not which is a functionality that I need. > > Bradley, > > What if you place your text into a