Activity log for bug #1882227

Date Who What changed Old value New value Message
2020-06-05 09:59:44 Parsawit Deshwattanatham bug added bug
2020-06-05 10:15:27 Parsawit Deshwattanatham description Version : Sikulix IDE 2.0.4 OS : Window 10 OnAppear requires observe to make it work. I use it right, it works very well but ALT+SHIFT+C won't stop the running script. I did press ALT+SHIFT+C several times but it seems still running on background ( Can check through Task Manager). I tried run any other functions, features, etc. and ALT+SHIFT+C still working, I guess when you put "OnAppear"+"observe" in the script it won't stop after ALT+SHIFT+C. Version : Sikulix IDE 2.0.4 OS : Window 10 OnAppear requires observe to make it work. I use it right, it works very well but ALT+SHIFT+C won't stop the running script. I did press ALT+SHIFT+C several times but it seems still running on background ( Can check through Task Manager). I tried run any other functions, features, etc. and ALT+SHIFT+C still working, I guess when you put "OnAppear"+"observe" in the script it won't stop after ALT+SHIFT+C. UPDATE: ALT+SHIFT+C won't work when it is observing For example: R = (someregion) def bigoof(event): ALT+SHIFT+C still working click(pic) ALT+SHIFT+C still working event.repeat() ALT+SHIFT+C still working if has(picture, 1): ALT+SHIFT+C still working click(picture) ALT+SHIFT+C still working R.onAppear(picture, bigoof) ALT+SHIFT+C still working R.observe(10) ALT+SHIFT+C Not working for 10 seconds if you increase time on observe to forever observe(FOREVER) ALT+SHIFT+C Not working forever
2020-06-05 10:16:34 Parsawit Deshwattanatham description Version : Sikulix IDE 2.0.4 OS : Window 10 OnAppear requires observe to make it work. I use it right, it works very well but ALT+SHIFT+C won't stop the running script. I did press ALT+SHIFT+C several times but it seems still running on background ( Can check through Task Manager). I tried run any other functions, features, etc. and ALT+SHIFT+C still working, I guess when you put "OnAppear"+"observe" in the script it won't stop after ALT+SHIFT+C. UPDATE: ALT+SHIFT+C won't work when it is observing For example: R = (someregion) def bigoof(event): ALT+SHIFT+C still working click(pic) ALT+SHIFT+C still working event.repeat() ALT+SHIFT+C still working if has(picture, 1): ALT+SHIFT+C still working click(picture) ALT+SHIFT+C still working R.onAppear(picture, bigoof) ALT+SHIFT+C still working R.observe(10) ALT+SHIFT+C Not working for 10 seconds if you increase time on observe to forever observe(FOREVER) ALT+SHIFT+C Not working forever Version : Sikulix IDE 2.0.4 OS : Window 10 OnAppear requires observe to make it work. I use it right, it works very well but ALT+SHIFT+C won't stop the running script. I did press ALT+SHIFT+C several times but it seems still running on background ( Can check through Task Manager). I tried run any other functions, features, etc. and ALT+SHIFT+C still working, I guess when you put "OnAppear"+"observe" in the script it won't stop after ALT+SHIFT+C. UPDATE: ALT+SHIFT+C won't work when it is observing For example: R = (someregion) def bigoof(event): ALT+SHIFT+C still working    click(pic) ALT+SHIFT+C still working    event.repeat() ALT+SHIFT+C still working if has(picture, 1): ALT+SHIFT+C still working    click(picture) ALT+SHIFT+C still working R.onAppear(picture, bigoof) ALT+SHIFT+C still working R.observe(10) ALT+SHIFT+C Not working for 10 seconds if you change time on observe to forever(ALT+SHIFT+C won't work depend on how long observe is) observe(FOREVER) ALT+SHIFT+C Not working forever
2020-06-08 09:59:20 RaiMan sikuli: status New In Progress
2020-06-08 09:59:23 RaiMan sikuli: importance Undecided Medium
2020-06-08 09:59:26 RaiMan sikuli: assignee RaiMan (raimund-hocke)
2020-06-08 09:59:29 RaiMan sikuli: milestone 2.0.5
2020-06-08 10:01:08 RaiMan summary Alt+shift+c won't stop the program when using "OnAppear" with "observe" [2.0.4] Alt+shift+c won't work with onAppear/observe
2021-02-09 08:14:54 RaiMan sikuli: status In Progress Fix Committed
2021-02-09 08:14:58 RaiMan sikuli: importance Medium High
2021-02-09 16:11:51 RaiMan sikuli: status Fix Committed In Progress