D Dey Active Member Licensed User Longtime User Nov 19, 2022 #1 Hello How can i programmaticly hide or dissapear a previous called InputListAsync that is waiting for a result. Thanks in advance Dey
Hello How can i programmaticly hide or dissapear a previous called InputListAsync that is waiting for a result. Thanks in advance Dey
D Dey Active Member Licensed User Longtime User Nov 19, 2022 #2 Dey said: Hello How can i programmaticly hide or dissapear a previous called InputListAsync that is waiting for a result. Thanks in advance Dey Click to expand... solved like this Process_Globals Dim javaInputList As JavaObject javaInputList = InputListAsync( javaInputList.RunMethod("dismiss",Null) Upvote 0
Dey said: Hello How can i programmaticly hide or dissapear a previous called InputListAsync that is waiting for a result. Thanks in advance Dey Click to expand... solved like this Process_Globals Dim javaInputList As JavaObject javaInputList = InputListAsync( javaInputList.RunMethod("dismiss",Null)