[Tkinter-discuss] Maybe a bug about tk.Text and tk.Label

2023-05-07 Thread 张小平
When i use Text or Label to show this : [ [1,"PAGE",{"id":"w"}], [2,"Text",{"caption":"This is first GUI Page,totally different form HTML."}] ] It shows this: {1 PAGE {{'id': 'w'}}} {2 Text {{'caption': 'This is first GUI Page,totally different form HTML.'}}} Have you met this? Why? Is it

Re: [Tkinter-discuss] Maybe a bug about tk.Text and tk.Label

2023-05-07 Thread David
On Sun, 7 May 2023 at 23:01, 张小平 <13295564...@163.com> wrote: > When i use Text or Label to show this : > > [ > [1, "PAGE", {"id":"w"}], > [2, "Text", {"caption":"This is first GUI Page,totally different form > HTML."}] > ] > > It shows this: > {1 PAGE {{'id': 'w'}}} {2 Text {{'caption':