ParthJadhav / Tkinter-Designer

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

Black boxes for one of the frames #313

Open SewarDra opened 1 year ago

SewarDra commented 1 year ago

I've read the instruction carefully and tried out things from similar previous tickets you had, but it didn't help. notice that desktop 1 is converting some fields while desktop 2 converts nothing.

  1. Error Message:

Creating Element { name: welcome to
“still not decided” dataloop-ai app !, type: text } Creating Element { name: i’m here to help you set up your first demo project, type: text } Creating Element { name: please login to the dataloop’s platform first :)
 log in, type: text } Creating Element { name: upper panel, type: frame } Element with the name: upper panel cannot be parsed. Would be displayed as Black Rectangle Creating Element { name: rectangle 3, type: rectangle } Creating Element { name: group 7, type: group } Element with the name: group 7 cannot be parsed. Would be displayed as Black Rectangle Creating Element { name: project name, type: group } Element with the name: project name cannot be parsed. Would be displayed as Black Rectangle Creating Element { name: contributors list, type: group } Element with the name: contributors list cannot be parsed. Would be displayed as Black Rectangle Creating Element { name: include metadata, type: group } Element with the name: include metadata cannot be parsed. Would be displayed as Black Rectangle Creating Element { name: copy annotations, type: group } Element with the name: copy annotations cannot be parsed. Would be displayed as Black Rectangle Creating Element { name: circle button, type: frame } Element with the name: circle button cannot be parsed. Would be displayed as Black Rectangle

  1. Link to the Figma File: see here
ok-coder1 commented 1 year ago

Group 7 should be named as Button You should not group Create Project and Rectangle 7 You should remove Rectangle 7 You should not group Include Default Metadata? and Rectangle 7 You should remove Rectangle 7

ok-coder1 commented 1 year ago

There is no copy annotations and circle button

ok-coder1 commented 1 year ago

I don't think you can add a frame in a frame