You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To add an item to a ScrollMenu you should use add_item. If you want to show a form, at the moment the only way to do so is using the show_form_popup function which should be called using the root PyCUI object. Is one of these what you were trying to figure out? I don't think there is an add_form function in py_cui, or at least I don't see it in the docs or when I grep the repo.
I created 2 Widgets, scroll menus for each widget.
Python thows AttributeError when add_form() is applied.
I don't know if it's a bug or a misuse.
Environment:
The text was updated successfully, but these errors were encountered: