pxd2050 Posted April 12, 2021 Share Posted April 12, 2021 (edited) Mod use UILIB_1 (skyuilib) to call a Text Input Menu,But some keys cannot be entered (these keys are set to hotkey).How to disable HotKey when input ? UILIB = ((GetOwningQuest() as outfit__MainQuest)as Form) as UILIB_1 String sinput = UILIB.ShowTextInput(title,"") If (sinput != "") int leng = getlength(sinput) Edited April 12, 2021 by pxd2050 Link to comment Share on other sites More sharing options...
IsharaMeradin Posted April 12, 2021 Share Posted April 12, 2021 If these hotkeys are designated from other mods, then those scripts will need to be edited to have a check preventing their processing when the text input box is active (example). Otherwise, I do not know if it would possible or not. Link to comment Share on other sites More sharing options...
maxarturo Posted April 12, 2021 Share Posted April 12, 2021 Damn it... why didn't i knew about this... i could really use it a couple of years ago. Link to comment Share on other sites More sharing options...
pxd2050 Posted April 13, 2021 Author Share Posted April 13, 2021 (edited) If these hotkeys are designated from other mods, then those scripts will need to be edited to have a check preventing their processing when the text input box is active (example). Otherwise, I do not know if it would possible or not.thank you,It take me one day to find it is a bug of skyui :InputText Num 0-9 corresponding to gamepad Buttons,I delete Num 0-9 in swf and solve the problem. Edited April 13, 2021 by pxd2050 Link to comment Share on other sites More sharing options...
Recommended Posts