You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2020. It is now read-only.
When I click on a DTextEntry it posts the OnMousePressed event via pnl[event](pnl, ...)
in local function postPanelEvent(pnl, event, ...)
but I can't verify if the text box is actually getting focused or not.
I spent a couple hours on this. Just wondering if you have any ideas/plans for this functionality.
Great job otherwise!
The text was updated successfully, but these errors were encountered:
Update: Even thought clicking the text entry should already do it, manually callingSetKeyboardInputEnabled(true) prevents keyboard input from being directed anywhere else but the text box.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I click on a DTextEntry it posts the OnMousePressed event via
pnl[event](pnl, ...)
in
local function postPanelEvent(pnl, event, ...)
but I can't verify if the text box is actually getting focused or not.
I spent a couple hours on this. Just wondering if you have any ideas/plans for this functionality.
Great job otherwise!
The text was updated successfully, but these errors were encountered: