Alejandro Autalán

Results 60 comments of Alejandro Autalán

Hello @noone-g, thanks for the issue report. Can you post the .ui file of the screenshot? I will try to reproduce the problem and find a solution. Regards Alejandro A.

Hello @Tweety24655 thanks for trying pygubu. Sorry for the late response. I'm glad you want to contribute to the project. Although it's not mentioned anywhere (I think), you can use...

> Sorry for the confusion. My Mac book does not have a delete key Oh! I didn't know that. You could add a binding for the backspace key, similar to...

Hello @albfan, thanks for trying pygubu. > can we expect same for widgets? I've also thought about this feature. I'm going to add it to my wish list and think...

Added method [import_widgets](https://github.com/alejandroautalan/pygubu/blob/f3258233a3e36977b8b01b296bfd483975f5fa62/src/pygubu/builder.py#L139-L145) Completed in pygubu 0.39

Hello James, thanks for trying pygubu. Sorry for the inconvenience. You can have the code tab back, if you install an older version with the following command: pip install pygubu==0.33...

Yes, the pbs_* themes are in the newer releases. How about running the designer in a virtual environment, and your project with the latest pygubu? You will lost dark themes...

Hello @moefar85, thanks for trying pygubu. I'm trying to improve the CustomWidget template that will make easy to implement part of your requirements. With the latest version, it's possible to...

Hello @carsten-engelke, thanks for trying pygubu and the bug report. > Create an Entry, pick a textvariable of type int, double or Boolean and clear the Entry. How do you...

Hello @carsten-engelke, thanks a lot for the example. Now I see the error you mentioned. This is due to how tk variables are implemented in tkinter, since this isn't a...