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
@sbillinge I was able to add the Textarea widget to the --notes option and have all tests pass. I ended up removing the widget, however. The widget does not allow for multiline text that has \n delimiters. The only way you can have multiline text is if the text wraps from the previous line. I looked through the git documentation and there are no additional options for this. Someone raised this issue previously: [https://github.com/https://github.com/chriskiehl/Gooey/issues/499].
The solution was to turn off the requires_shell global option. Out of curiosity, I set the global config @gooey.Gooey(requires_shell=False) and the program was not able to find the python software. So this does not seem to be the correct fix either.
On Thu, Feb 9, 2023, 8:08 AM dpeters001 ***@***.***> wrote:
@sbillinge <https://github.com/sbillinge> I was able to add the Textarea
widget to the --notes option and have all tests pass. I ended up removing
the widget, however. The widget does not allow for multiline text that has
\n delimiters. The only way you can have multiline text is if the text
wraps from the previous line. I looked through the git documentation and
there are no additional options for this. Someone raised this issue
previously: [https://github.com/https://github.com/chriskiehl/Gooey#499
<chriskiehl/Gooey#499>].
The solution was to turn off the requires_shell global option. Out of
curiosity, I set the global config @gooey.Gooey(requires_shell=False) and
the program was not able to find the python software. So this does not seem
to be the correct fix either.
—
Reply to this email directly, view it on GitHub
<#1012 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAOWUNEQOX6A7L3LTVMP23WWSJXZANCNFSM6AAAAAAUNNCHZQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
widget='Textarea', gooey_options={'height':100}
allows developer to increase the size of the notes text area in the helper_guiThe text was updated successfully, but these errors were encountered: