Python Forum
[Tkinter] Text input OK on Windows, not working on linux
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] Text input OK on Windows, not working on linux
#4
window.overrideredirect(True)
is OK on Windows,
window.wm_attributes('-type', 'splash')
is OK on Linux.

I was unable to find a way to hide the title bar which would work on both without creating some issues. Fortunately, it is easy for Python to figure out on which OS it is running and adapt to it accordingly.
But if there is someone who knows if there is a way common for both OS's, I'd like to know howit
Reply


Messages In This Thread
RE: Text input OK on Windows, not working on linux - by Ota - Sep-19-2024, 12:02 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  popup, text input with two readable buttons ethompson 7 2,087 Aug-28-2024, 03:40 AM
Last Post: deanhystad
  Scaling text QLabel following display mode windows '100%, 125% ...) VIGNEAUD 2 3,207 Jul-07-2021, 06:38 PM
Last Post: deanhystad
  [Tkinter] Text.search() regexp not working rfresh737 11 7,583 Apr-16-2021, 06:56 PM
Last Post: rfresh737
  [PyQt] Python PyQt5 - Change label text dynamically based on user Input ppel123 1 16,115 Mar-20-2020, 07:21 AM
Last Post: deanhystad
  Tkinter scaling windows conten to or with its size not working Detzi 5 6,944 Jan-12-2020, 12:42 PM
Last Post: Detzi
  [Tkinter] Paste Operation not working in Text Widget Code_Enthusiast 1 3,947 Sep-11-2019, 08:49 PM
Last Post: Larz60+
  Set input text from button gio123 1 3,617 Mar-01-2018, 10:28 AM
Last Post: gio123
  Please advice Linux library - tray icon, popup windows, ICQ/Skype style etc ramendik 5 5,275 Dec-03-2017, 04:35 AM
Last Post: Larz60+
  popup message box code runs in Windows, but not in Linux Luke_Drillbrain 13 19,097 May-10-2017, 01:05 AM
Last Post: metulburr

Forum Jump:

User Panel Messages

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