I have a HUD Panel which has couple buttons, a label, and a textfield where a user can input. Right now it works perfectly fine, except I want to get rid of the title bar. It is really easy to get rid of the title bar, as I can just uncheck the "Title Bar" in the interface builder. The problem is, when I get rid of the title bar, it becomes un-editable, so the user cannot type in anything in the textfield. Why is this, and how could I fix it?
I know I could write a custom window by myself programmatically, but I really just need to remove the title bar and I have everything else set up with the builder already, so I wanted to find a simple way to fix this problem, (hopefully) if there is any.
Thanks in advance.