tuanvu Posted October 28, 2017 Share Posted October 28, 2017 (edited) Opt("GUIOnEventMode", 1) Opt("TrayOnEventMode", 1) $pause = GUICtrlCreateRadio("pause", 24, 71, 120,17) GUICtrlSetOnEvent(-1, "pause") ;Func $radio = GUICtrlCreateRadio("diem A", 24, 71, 120,17) GUICtrlSetOnEvent(-1, "diemA") ;Func $radio1 = GUICtrlCreateRadio("diem B", 24, 71, 120,17) GUICtrlSetOnEvent(-1, "diemB") ;Func $thoat = GUICtrlCreateRadio("thoat exit", 24, 71, 120,17) GUICtrlSetOnEvent(-1, "thoat") ;Func func pause() ;... ? endfunc func diemA() MouseClick("left", 500,500,2") endfunc func diemB() MouseClick("left", 700,700,2") endfunc func thoat() exit endfunc Edited October 29, 2017 by tuanvu Link to comment Share on other sites More sharing options...
Fr33b0w Posted October 28, 2017 Share Posted October 28, 2017 func _stop() Exit endfunc Is this what You want? Question is a little bit unclear. Link to comment Share on other sites More sharing options...
Developers Jos Posted October 28, 2017 Developers Share Posted October 28, 2017 2 hours ago, tuanvu said: If $go = not $go then That would take a miracle to be ever true, but for starters: What are you trying to do with this script as it end right away at the moment? Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
mikell Posted October 28, 2017 Share Posted October 28, 2017 32 minutes ago, Jos said: 3 hours ago, tuanvu said: If $go = not $go then That would take a miracle to be ever true My wife wouldn't agree... but she has a particular way of thinking Jos and Danyfirex 2 Link to comment Share on other sites More sharing options...
tuanvu Posted October 29, 2017 Author Share Posted October 29, 2017 20 hours ago, Fr33b0w said: func _ dừng ( ) Lối thoát endfunc Đây có phải là những gì bạn muốn? Câu hỏi là một chút không rõ ràng. No I want to pause Link to comment Share on other sites More sharing options...
tuanvu Posted October 29, 2017 Author Share Posted October 29, 2017 18 hours ago, mikell said: My wife wouldn't agree... but she has a particular way of thinking No I want to pause Link to comment Share on other sites More sharing options...
tuanvu Posted October 29, 2017 Author Share Posted October 29, 2017 20 hours ago, Fr33b0w said: func _stop() Exit endfunc Is this what You want? Question is a little bit unclear. No I want to pause Link to comment Share on other sites More sharing options...
tuanvu Posted October 29, 2017 Author Share Posted October 29, 2017 18 hours ago, Jos said: That would take a miracle to be ever true, but for starters: What are you trying to do with this script as it end right away at the moment? Jos No I want to pause Link to comment Share on other sites More sharing options...
Malkey Posted October 29, 2017 Share Posted October 29, 2017 See the examples at the end of the HotKeySet() function in the AutoIt help file. Link to comment Share on other sites More sharing options...
Developers Jos Posted October 29, 2017 Developers Share Posted October 29, 2017 (edited) 5 hours ago, tuanvu said: No I want to pause Understand you have difficulty with English but it must be clear to you there is no need to state something 4 times in BIG letters as that indicates you are shouting at us. So don't do that please. While I have your attention: What do you want? Jos Edited October 29, 2017 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
mikell Posted October 29, 2017 Share Posted October 29, 2017 3 hours ago, Jos said: While I have your attention: What do you want? My pinky whispers to my ear that he wants - probably - to pause Link to comment Share on other sites More sharing options...
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