How do I make it so i can use DTextEntrys on a panel, not a DFrame
2 replies, posted
You can't use textentries unless they are parented to a DFrame, how can i make them parented to a custom panel and still work?
or why if i parent my custom panel to a DFrame it turns invisible.
[quote=GMod Wiki]Additional Notes
At least one of it's parents must be or derived from a "EditablePanel" (Example: a "DFrame"). Otherwise the text entry will not be focusable.[/quote]
When you register your custom panel, derive it from EditablePanel.
I did, didn't work. Here I will post the code.
-- snip
thanks chewgum
panel:MakePopup();
Sorry, you need to Log In to post a reply to this thread.