I've read half the tutorials in the playlist one year ago. I'm trying to follow along while adapting to the new code structure and I got stuck at the very beginning: I can't figure out where to put the bulk of my code, starting with a basic my_label = app.builder.get_object("lbl_val") Print(my_label) I'm guessing in the new code base, `builder` now has to be referenced through `app`, but where? I've tried tracing in debug with breakpoints but after app.run() it doesn't hit any breakpoint. If you could redo a basic tutorial it would be great!
Thank you so much, I have a little problem with the new interface! the "Components Palette" and "Project Tree" tabs invade the entire interface and I can't reach the other "Preview" and "Properties" tabs! Any help will be welcome!
@@jobinpy Thanks for your help but I can't find "Reset Layout" anywhere. In the "Edit" menu there is only - copy - past - cut - Duplicate ______ - Widget tree > - Widget greed > ------------ - Preferences
@@ahmedragala3946 You might be using Pygubu Designer 0.39. The 'Reset Layout' menu was added in version 0.39.1. Try upgrading Pygubu Designer and the 'Reset Layout' option should show up.
Hello, and thanks for posting the videos. I am searching for the code generated, and as mentioned, I am going to the location of the *.ui file, but there is nothing there, just the *.ui file. I tried going into the project setting menu and giving the module a name but when I hit "ok" the menu just sits there, I have to cancel to close the menu. Any guidance on why I cannot generate the code, or where it might be? Thanks
Hi, try specifying the Module output folder (in the Code tab), then generate the code again, and see if the files showed up in the module output folder that you specified earlier.
@@jobinpy thanks for the reply. I tried that, but it will not let me hit ok, I just get a dash box around the ok button. The only way I can close this window is if I cancel.
@@ErikHI63 Try posting a screenshot of the settings window and description of the problem on Pygubu Designer's Github page, in the discussions section. There might be something that we can see in the screenshot that will help.
@@jobinpy I wanted to attach a screenshot but could not figure out how, I uploaded a video of the issue to my youtube account here. th-cam.com/video/fav-ZJPvF-A/w-d-xo.html. Thanks for the help.
@@ErikHI63 In the Settings window, in the 'General' tab, type a Name and Description for the project. Then in the 'Code' tab, select a Main widget (for example tk1) and type a Class name with no spaces, such as MyClass, then press OK and see if it works.
so great
Pygubu is the best editor for Tkinter
Merci (:
I've read half the tutorials in the playlist one year ago. I'm trying to follow along while adapting to the new code structure and I got stuck at the very beginning:
I can't figure out where to put the bulk of my code, starting with a basic
my_label = app.builder.get_object("lbl_val")
Print(my_label)
I'm guessing in the new code base, `builder` now has to be referenced through `app`, but where?
I've tried tracing in debug with breakpoints but after app.run() it doesn't hit any breakpoint.
If you could redo a basic tutorial it would be great!
Thank you so much,
I have a little problem with the new interface! the "Components Palette" and "Project Tree" tabs invade the entire interface and I can't reach the other "Preview" and "Properties" tabs! Any help will be welcome!
Try going to the Edit menu, then choose 'Reset layout' and see if that helps.
@@jobinpy Thanks for your help but I can't find "Reset Layout" anywhere.
In the "Edit" menu there is only
- copy
- past
- cut
- Duplicate
______
- Widget tree >
- Widget greed >
------------
- Preferences
@@ahmedragala3946 You might be using Pygubu Designer 0.39. The 'Reset Layout' menu was added in version 0.39.1. Try upgrading Pygubu Designer and the 'Reset Layout' option should show up.
@@jobinpy Thanks! I'll try!
That's work! Thanks!
GUBU GUBU. thanks, Ace
Hello, and thanks for posting the videos. I am searching for the code generated, and as mentioned, I am going to the location of the *.ui file, but there is nothing there, just the *.ui file. I tried going into the project setting menu and giving the module a name but when I hit "ok" the menu just sits there, I have to cancel to close the menu. Any guidance on why I cannot generate the code, or where it might be? Thanks
Hi, try specifying the Module output folder (in the Code tab), then generate the code again, and see if the files showed up in the module output folder that you specified earlier.
@@jobinpy thanks for the reply. I tried that, but it will not let me hit ok, I just get a dash box around the ok button. The only way I can close this window is if I cancel.
@@ErikHI63 Try posting a screenshot of the settings window and description of the problem on Pygubu Designer's Github page, in the discussions section. There might be something that we can see in the screenshot that will help.
@@jobinpy I wanted to attach a screenshot but could not figure out how, I uploaded a video of the issue to my youtube account here. th-cam.com/video/fav-ZJPvF-A/w-d-xo.html. Thanks for the help.
@@ErikHI63 In the Settings window, in the 'General' tab, type a Name and Description for the project. Then in the 'Code' tab, select a Main widget (for example tk1) and type a Class name with no spaces, such as MyClass, then press OK and see if it works.
Pygubu introduces widgets and helpers that are neither in tk nor ttk! Can you do tutorials about it?
Thanks very much.
Your videos are intertesting.
What about a pseudo real complete project tuto.