tkinter - Trying to get a python script to run full screen without letting window be re-sized or menu bar showing -


i trying make product using 1 of new rpi touchscreens. have python script boot makes window using tkinter 800x480 resolution match screen, user can still drag finger edge of screen , re-size window. user can touch hid menu bar, popping up, allowing them exit or minimize python script. want neither happen, user should stuck in python script during normal use avoid confusion.

best, dl


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -