ParthJadhav / Tkinter-Designer

An easy and fast way to create a Python GUI 🐍
BSD 3-Clause "New" or "Revised" License
8.87k stars 817 forks source link

all black screen #228

Closed ryanbsdeveloper closed 2 years ago

ryanbsdeveloper commented 2 years ago

I'm running from source code, apparently everything works. When I use "python gui.py" the tkinter window opens, but all black! I use windows, and I installed all the requirements.txt libs globally on my machine. link figma: https://www.figma.com/file/j3wZe6B6P2SnKkKhK40UH8/Untitled?node-id=0%3A1

Nagsein commented 2 years ago

I got the same result.

Nagsein commented 2 years ago

@ryanbsdeveloper, I have found the solution.

You have to change the names of your rectangles. Every time you add a new rectangle in Figma it adds space and a number, then you have to remove it.

Check the correct names for each element: https://github.com/ParthJadhav/Tkinter-Designer/blob/master/docs/instructions.md#naming-is-important

Check your figma: image

Check my test figma: https://www.figma.com/file/3yGZVsaQoqEzmYUvrn6NMY/Untitled?node-id=0%3A1

ParthJadhav commented 2 years ago

@ryanbsdeveloper instructions to use this repo are here -> https://github.com/ParthJadhav/Tkinter-Designer/blob/master/docs/instructions.md

Thanks @Nagsein for help.