That_Martin_Guy Posted July 20, 2017 Posted July 20, 2017 My gui contains 5 text fields. Since having to click them all manually is tedious (at least to me) I figured I should implement some quality of life improvements. It currently looks like this. Currently they all have the focused color, even though they aren't. On top of fixing this bug, in the end I want them to have the following functionality; - Being able to tab through the text fields, in the same order you read - When tabbed to, the text will be highlighted, allowing you to clear it - Right clicking the fields clear them My gui class I tried to implement the right click functionality, but doing that does absolutely nothing (it doesn't even focus them). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.