Shaun Kulesa
Shaun Kulesa
@Rua I don't know what that is.
updated the fonts an sizes
Ahh i see thanks. Is there a way to update its position?
Never mind figured it out.
Last little issue, when I call `form.get_text()` it says self._layout is None. File "C:\Users\Home\AppData\Local\Programs\Python\Python39-32\lib\site-packages\glooey\text.py", line 518, in get_text return self._label.text File "C:\Users\Home\AppData\Local\Programs\Python\Python39-32\lib\site-packages\glooey\text.py", line 162, in get_text return self._layout.document.text AttributeError: 'NoneType'...
Ahh yes it was because I did it before adding it to gui. Thank you for this Entry/Form. Pyglets one wasn't capable of the things i needed for my engines...
Probably the last question, how do I get the text when I press enter? I see it already unfocused when I press enter
`app.bind("", sys.exit)` does not work at all, but mouse inputs do.
To the frame. I did `"", function` and that never worked.
@pepsi112-dude , doing the docs is time consuming. Commenting on your "Examples" complaint, at the bottom of most pages it says examples. If you want some examples on there if...