Hi everyone,
I read the manual, researched the forums but couldn't find answers for two matters:
1) the auto-scale property of TextBox doesn't fit the need I have for a custom size accordingly to different screen sizes. It is too small. If I set "font-size" to "2em", it will be too small for some devices but ideal for others. I think I could create some kind of condition based on the size of the WindowWidth, but there is no other way like putting "font-size" equal to "(WindowWidth/50)em" ? I tried this equation and others like "(Sprite.ImageWidth/20)em" but nothing worked. I think it has something to do with CSS, that I don't know, but then isn't there any way to get a custom font size for TextBox, other than Sprite Fonts?
2) I have a TextBox to the player put his name on it, but even if I set the Keyboard "When any key is pressed" to set an Instance for it that sums 1 each time a key is pressed, nothing happens when the keyboard is pressed on the TextBox and so I can't check if the player have put a name at all so he can begin the game. The Instance only adds when I press Enter or Esc. Does someone knows what I am doing wrong and how to solve that?
This is my first topic and I have solved other problems researching the forums and reading the manual, but those were above me. If you have any idea about how to deal with that, I would really appreciate the help.
Thank you for your time reading and I wish you a nice day.