XTextBox starting row #41
Closed
Comments
I have reproduced this behavior in my testing and have been reworking XTextbox to make it more intuitive now (code simplified too). Once I have completed the scrollbar integration I will post an update. Thanks again for pointing this out. |
Textbox control and scrollbar updates have been completed and out for beta test. |
ImpulseAdventure
added a commit
that referenced
this issue
May 5, 2018
- Textbox now starts adding text from the top, giving a more intuitive operation. Note that the content does not autoscroll once text is added below the visible region. Using the scrollbar, the user can monitor the latest added rows.
Fixes have been made to the textbox to make the operation more intuitive. New content is added from the top and will eventually continue below the visible window portion of the buffer. Scrolling to the bottom of the buffer enables the user to monitor the latest rows that have been added. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue filed by neoengineer on ImpulseAdventure website:
GUIslice is a great library - Thank you! I ma having a issue with the behavior of the text box created with
gslc_ElemXTextboxCreate
. The text always seesm to start in the middle of the box, even after a call to text box reset. I am using an adafruit feather M0 and an adafruit 480x320 display. Eveything else appears to work. You can see this behavior usinggslc_ex10_ard
. I experimented by reducing theTBOX_ROWS
value to force "a no scroll" and the text then starts at the top of the text box, but then wraps in the middle of the display. any help would be greatly appreciated.The text was updated successfully, but these errors were encountered: