Python Forum
[Tkinter] Two text files in Text widget (python 3)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] Two text files in Text widget (python 3)
#18
(Nov-07-2018, 07:27 PM)atlass218 Wrote: but it's not displayed
I don't knew why?

It is displayed. But then you put a big text box on top of it.
Don't mix different widget placement types. If you're going to .pack(), then pack. If you're going to .place(), then place. If you're going to .grid() then grid. But don't mix and match.
Reply


Messages In This Thread
RE: Two text files in Text widget (python 3) - by nilamo - Nov-07-2018, 07:35 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Transparent window background, but not text on it muzicman0 8 7,970 Feb-13-2025, 06:16 AM
Last Post: elonnmusk
  Trying to update label text using a grid button. Edward_ 7 2,082 Dec-18-2024, 03:05 AM
Last Post: Edward_
  [PyQt] Rotake rect, image or text at its center LavaCreeperKing 8 2,950 Oct-24-2024, 09:42 PM
Last Post: deanhystad
  [Tkinter] Text input OK on Windows, not working on linux Ota 3 1,427 Sep-19-2024, 12:02 AM
Last Post: Ota
  popup, text input with two readable buttons ethompson 7 2,350 Aug-28-2024, 03:40 AM
Last Post: deanhystad
  [PyQt] Populate QComboBox with "text" and "userData" from database. carecavoador 0 1,686 Jun-19-2024, 02:01 PM
Last Post: carecavoador
  update text variable on label with keypress knoxvilles_joker 5 8,086 May-31-2024, 02:09 PM
Last Post: menator01
  Button to +1 in text box everytime it's clicked martyloo 1 1,523 May-01-2024, 02:32 PM
Last Post: Axel_Erfurt
  [Kivy] Create a function to store text fields and drop downs selection in KivyMD floxia 0 2,926 Dec-18-2022, 04:34 AM
Last Post: floxia
  [Tkinter] Updating tkinter text BliepMonster 5 12,626 Nov-28-2022, 01:42 AM
Last Post: deanhystad

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020