Hugos Posted June 12, 2019 Share Posted June 12, 2019 Is it possible to remove the cursor from "guiCreateEdit"? (so far found only "guiEditSetCaretIndex") Link to comment
mazarati21 Posted June 12, 2019 Share Posted June 12, 2019 This function might help you: https://wiki.multitheftauto.com/wiki/ShowCursor Link to comment
Moderators Patrick Posted June 12, 2019 Moderators Share Posted June 12, 2019 (edited) You can't hide it. But, I think you want to create a "DX-Editbox". (Because of the previous topic) Maybe, this is useful: https://community.multitheftauto.com/index.php?p=resources&s=details&id=10804 Edited June 12, 2019 by stPatrick 1 Link to comment
DNL291 Posted June 12, 2019 Share Posted June 12, 2019 The cursor can be "hidden" with this function: setCursorAlpha But I believe you meant defocusing a selected/clicked edit-box, so you'll need this function: https://wiki.multitheftauto.com/wiki/GuiBlur Link to comment
Hugos Posted June 13, 2019 Author Share Posted June 13, 2019 (edited) I use "guiSetAlpha", the field is hidden and the cursor remains. P.S: + What is this script? Edited June 13, 2019 by Hugos Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now