Alejandro Autalán

Results 35 comments of Alejandro Autalán

> First of all, many thanks for this amazing software. Hi Miguel, thanks for trying pygubu. :) > It's not possible to scroll the scrollbar using the mouse wheel for...

Hello Jannis, thanks for trying pybugu. Please, give me more info so I can reproduce the issue. What operative system are you using? What method did you use to install...

#### Note to self This might require the following changes: * Allow to add a NamedFont object in the designer * Change designer font entry to specify a named font...

Hello @dact221, thanks for trying pygubu. I started to read the documentation to submit a recipe for pygubu. I need to make some modifications to the pygubu source to complete...

Hi zaazbb, At the moment I'm rewriting parts of the properties management so I can add more features easily. About your ideas: - Create callback function automatically for every button,named...

Hello, Custom Widget in the code generation is not related to python 2. It's for advanced users. This area allows you to create your own compound widgets, and (in the...

> Thank you for the Custom Widget correction. > > Does this belong with the Custom Widget documentation? Is it the **_manual process_** for completing a Custom Widget? https://github.com/alejandroautalan/pygubu-designer/wiki/Design-Reuse Yes...

Hello @larryw3i thanks for the report. It seems that the method **winfo_reqwidth** is not informing correctly about the size of the frame when contains placed children widgets. ```python import tkinter...

As indicated on this [page](https://wiki.tcl-lang.org/page/place), the place manager does not compute geometric propagation. Therefore to support place in the ScrolledFrame, the size of the innerframe it has to be calculated...

Hello. Select the item you wan to move and use the options from menu "Edit > Widget Tree" to move up or down. O use the keys "CTRL-I" and "CTRL-k"