Tkinter-Designer icon indicating copy to clipboard operation
Tkinter-Designer copied to clipboard

Feature request: Radio buttons to decide what type of structure we want?

Open raja2505 opened this issue 1 year ago • 1 comments

Hi, This designer is wonderful and I am using it for many of my small GUI projects. But the problem I am facing is, I have to re-build this code every time, because even a GUI with 2 buttons and 2 entries will develop 70+ lines of code.

  1. Is there any possible way to make radio buttons in the designer GUI to control these lines as a single lines as described in the below image?
  2. An option to create an instance class of object?
  3. A change in the relative_to_assets()? image

raja2505 avatar Jul 15 '23 13:07 raja2505

Actually I tried to create radiobuttons and checkbuttons using buttonhover method made by @Adoniyas7 The Radiobuttons working perfectly fine. but the checkbuttons throws Frame not found error. Can some one help me here? @ParthJadhav Tkinter-Designer-1.0.7.zip

https://github.com/ParthJadhav/Tkinter-Designer/assets/124249760/f19199ad-09fa-4898-9652-8fcff948cf93

raja2505 avatar Aug 01 '23 08:08 raja2505