Feeds
提问
inputemu function works continuously
I want to use inputemu to simulate a <return/enter> key. However, when I use this function it doesnt stop, it presses <return/en...
5 years 前 | 1 个回答 | 0
1
个回答提问
CurrentKey to read return only works after press 'enter' twice
I'm trying to do some tasks after a user enters a number followed by pressing 'enter/retun'. The problem is the get function alw...
5 years 前 | 0 个回答 | 0
0
个回答提问
How to access variables from another function?
I want to accesses a variable in one function in another function. Here's part of the code: function initial(hObject, even...
8 years 前 | 2 个回答 | 1
2
个回答提问
How do I stop a function?
I have a function running when I push a button in a GUI. I want to end this function when I press another button. example: ...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to create a stopwatch
Hey guys, I'm trying to do a GUI in which, when a button is pressed time starts to count. I created this code but when I push ...
8 years 前 | 1 个回答 | 0
1
个回答提问
Button is being long pressed or just clicked?
I have a GUI with a button and I want that if the button is clicked: something happens. If it's long pressed: after I release th...
8 years 前 | 1 个回答 | 0
1
个回答提问
How can I creat buttons in a matrix?
I'm trying to do a GUI that when user select the number of rows and columns they want to create (just like a matrix), the GUI ap...
8 years 前 | 1 个回答 | 0

