-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature-Requests #174
Comments
Hello @SiL3NC3 thanks for your comments.
I agree with this two points. I will try to improve usage in this area.
You can use keyboard shortcuts to move widgets in the tree and in the grid if you are using grid manager.
I think you want to write code in the designer. I don't want this because user code errors are hard to process.
ScrollbarHelper is used to add scrollbars to widgets that support the options xscrollcommand and yscrollcomand such as Treeview, Entry, Listbox, Canvas. Regards |
For code generation: Give checkbox options to extract widgets and containing sub-widgets as a new python classes by class-name, if selected. Like for example:
Every widget (with sub-widgets) should stay in it's own class. Would be more convenient for later tweaks in the code, when designer is not used anymore. |
Support for CustomTkinter |
Hello,
Since version 0.27 pygubu started support for customtkinter (with some glitches). The last version (pygubu 0.29) supports customtkinter up to version 4.6. Customtkinter v5 internals changed a lot so I had to rewrite the plugin (#172) You can test the new implementation installing pygubu and pygubu-designer from the master branch. I need to fix some preview glitches but is working ok.
Let me know. Regards. |
you are kicking ass! thx, bro. |
Can you add an option to set "takefocus" to "false" for all new items by default via settings? ;) |
btw, pygubu-designer ROCKZ! 👍
Keep the collapsed states of the treeview hierarchy
The collapsing states are not persistent, what they should be, or at least it can be turned on/off via an option.
This is worth one "collapsed" attribute in the data xml structure and would be so helpful. ;)
Right now, the full tree is entirely unfold on every repaint of the preview. With large trees, this is really a bit annoying.
Additional menu entries for
Fold/Unfold children elements for selected element in treeview.
A really good solution would be to integrate a function for toggling the collapsed state (for all child elements) when holding shift-key while left mouse clicking on a treeview element.
Element ordering
Enable dragging for repositioning the elements in the treeview.
Designer binding for testing runtime
It would be also handy (if not still implemented) to can open other windows (toplevel widgets) via a button click, during the testing runtime. Optionally as new instance or a dialog which is block the access to the main window.
ScrollbarHelper
ScrollbarHelper should support adding a frame as a child element. Which is sadly not possible right now.
Thank you, folkz.
The text was updated successfully, but these errors were encountered: