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
I've seen an other issue asking a similar question but I couldn't understand the proposed solution.
My problem is that sometimes, in my npyscreen application, I get a NotEnoughSpaceForWidget because the windows is too short to contain all the widgets. Is it possible to create a scrollable Form instead of raising the error?
For instance, I'm thinking about something like this, considering 5 widgets and enough space only for 3 lines:
Hi all,
I've seen an other issue asking a similar question but I couldn't understand the proposed solution.
My problem is that sometimes, in my npyscreen application, I get a
NotEnoughSpaceForWidget
because the windows is too short to contain all the widgets. Is it possible to create a scrollable Form instead of raising the error?For instance, I'm thinking about something like this, considering 5 widgets and enough space only for 3 lines:
User scrolls down (most likely he presses down arrow) and get:
User scrolls down (i.e. down arrow) once again and get:
Is this achievable somehow?
Thanks in advance for any help!
Luca
The text was updated successfully, but these errors were encountered: