Apr-27-2019, 04:58 PM
Hello, i'm french
, i'm using "FenetreNomJoueur.attributes("-transparentcolor", "dodger blue")" ( FenetreNomJoueur is my window) on windows that permit convert "dodger blue" in transparent so it's perfect, i've got my background trnasparent.
Thanks you

FenetreNomJoueur = Tk()# on crée une instance d'objet Tk (cette objet s'appel donc fenetrenomjoueur) FenetreNomJoueur.attributes("-fullscreen", 1) FenetreNomJoueur.config(bg="dodger blue") FenetreNomJoueur.attributes("-transparentcolor", "dodger blue")But when i put my script on Raspberry pi 3 ( Raspbian) this comand didn't work, so i don't get the transparent background, someone can help me please for find the correct command for Raspberry pi 3 ? I think the command -transparentcolor" is only for windows... because the attribute fullscreen works perfectly on Rpi3.
Thanks you