_Dark_ Posted September 15, 2012 Posted September 15, 2012 Hello. I'am making custom GUI system, using dx* functions and I want to create custom edit box. But I don't know how to do this better. I have an idea: use onClientKey event to get pressed buttons and then render it's, but it will be difficult to create text selection, caret, etc. Is there any ideas? Thank you. #define if while#define TRUE FALSE// problems?
Cadu12 Posted September 15, 2012 Posted September 15, 2012 Use 'onClientCharacter' event. You can take a look source, resource called 'resedit' in community. Ingame nick: Cadu12
_Dark_ Posted September 16, 2012 Author Posted September 16, 2012 Ok, thank you, Cadu. #define if while#define TRUE FALSE// problems?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now