Skip to content
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

larger text area for u_milestone --notes #1012

Open
3 tasks
dpeters001 opened this issue Feb 1, 2023 · 2 comments
Open
3 tasks

larger text area for u_milestone --notes #1012

dpeters001 opened this issue Feb 1, 2023 · 2 comments

Comments

@dpeters001
Copy link
Contributor

  • widget='Textarea', gooey_options={'height':100} allows developer to increase the size of the notes text area in the helper_gui
  • specify the gooey widget option that allows creates a new notes item for each new line of text in the notes field
  • all tests pass
@dpeters001
Copy link
Contributor Author

@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.

@sbillinge
Copy link
Contributor

sbillinge commented Feb 9, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants