ContributionsMost RecentMost LikesSolutionsRe: Request for recording gestures on Windows tabletsHi,tristaanogre: As a software developer I can unserstand this situation. As a user,I think this issue is urgent for me,our custermor's production used too many touch pannel(like notebook,PC,ultrosound device ect) and more and more devices support touch pannel on Windows.So I wonder what's the schedule to finish this feature and our team will evaluate if TC is worth the wait and the purchase. By the way TC is a good tool for automation adn I am an old user from Version4.Hope it get better and better.Re: How to block keyboard when script running?Thanks,Alex,it helped.You provide anthoer way to block input.For now I am debuging this code in TC,thanks again!Re: How to block keyboard when script running?Below is my answer: 1、There is no error message when running the code,it just sleep 10 seconds but the physical keyboard still can input. 2、I want to block physical keyboard input to avoid unexpected input when the scripts running. 3、TestComplete can work fine even no physical keybaord attached, so if I blocked keyboard input,it can simulate normally.Re: Request for recording gestures on Windows tabletsUnfortunately,the low level recorded the "slide" gesture as mouse "move",still can NOT work.Request for blocking keyboardwhen perform a long time scripting,I need block keyboard for unexpected input .sugeest adding this feature to TC.Re: How to block keyboard when script running? the following ppython code sample dose NOT work in TestComplete ,why? import time from ctypes import * user32 = windll.LoadLibrary('user32.dll') user32.BlockInput(True); time.sleep(10); user32.BlockInput(False);Re: How to block keyboard when script running?I do NOT think so.Without keyboard,the scripts can work normally.Any guy can show a code sample?Thanks advance!Re: How to block keyboard when script running?I do NOT think so.Without keyboard,the scripts can work normally.Any guy can show a code sample?Thanks advance!Re: Request for recording gestures on Windows tabletsHi,any paln to add this feature?Its important for meHow to block keyboard when script running?How to block keyboard when script running?Solved