Julia Dudascik (Contractor)
2017-03-28 21:31:20 UTC
Hello
With FXTextField, if I have a really long string, how do I set it so that
when it displays the widget, the cursor is set to the first letter in the
string.
So right now when I create my FXTextField, I set num columns to 50. The
user selects a string that is 250 characters long. I would only like to
display the first 50 characters of this string and the user
can scroll through the textfield to see the other characters. When
FXTextField is displayed, it does not show the begining of the string.
Instead it shows the end of it. The user has to press the home button in
the textfield to get to the start of the string. I would like FXTextField
to always display from the start of the string. How do I do this?
Thanks
Julia
With FXTextField, if I have a really long string, how do I set it so that
when it displays the widget, the cursor is set to the first letter in the
string.
So right now when I create my FXTextField, I set num columns to 50. The
user selects a string that is 250 characters long. I would only like to
display the first 50 characters of this string and the user
can scroll through the textfield to see the other characters. When
FXTextField is displayed, it does not show the begining of the string.
Instead it shows the end of it. The user has to press the home button in
the textfield to get to the start of the string. I would like FXTextField
to always display from the start of the string. How do I do this?
Thanks
Julia