1
Graphics / [SOLVED] Making a TextBox
« on: June 01, 2020, 09:19:32 pm »
EDIT: sorry, I didn't see that's the c++ category..I can't delete this post now
Hi
I'm trying to make a simple UI for my ptoject, and I'm stuck at a textbox. I mean, it's working, but I noticed something.
So, that's the class of the textbox (warning: it's C#, not C++ ): https://gist.github.com/NedoProgrammer/94bc17facce81cfcf2b82ad132dc67af
And here's the part of that class which I use for adding text:
https://gist.github.com/NedoProgrammer/42cc1d5def716800902f49343f5c2c2e
I'll attach the screenshots of what's happening.
Sorry if this is an easy-solving issue, I just don't have any ideas.
Thanks beforehand!
I can explain anything that I didn't tell.
EDIT 2: I'm dumb sorry. I found the same issue as in the general category
Hi
I'm trying to make a simple UI for my ptoject, and I'm stuck at a textbox. I mean, it's working, but I noticed something.
So, that's the class of the textbox (warning: it's C#, not C++ ): https://gist.github.com/NedoProgrammer/94bc17facce81cfcf2b82ad132dc67af
And here's the part of that class which I use for adding text:
https://gist.github.com/NedoProgrammer/42cc1d5def716800902f49343f5c2c2e
I'll attach the screenshots of what's happening.
Sorry if this is an easy-solving issue, I just don't have any ideas.
Thanks beforehand!
I can explain anything that I didn't tell.
EDIT 2: I'm dumb sorry. I found the same issue as in the general category