1
Command Builder Reference / Re: Variable looping (loop blocks) - how to break the loop?
« on: August 24, 2015, 03:10:26 PM »If you want to trigger an event using Autoit, I posted an Autohotkey script that controls windows 8.1 netflix app, and I have it trigger events when it starts, stops and when you start and stop a movie as well,
This post has the AutoHotkey script, you can take a look and see an example of how to trigger an event with your autoit script
http://voxcommando.com/forum/index.php?topic=2145.msg18598#msg18598
note:: with my method the script needs to be in the main VC folder, if you wanted to put it in a different folder then you will need to add the file path
Thanks, I've found an example in your code. The syntax in autoit would be similar.
Btw, soon I'll probably port or adapt your Netflix script to autoit. No special reason, it's just easier to me to manage it later. Will need to translate all your commands, check what else I may need, etc. Thanks for providing the source code!
About this way of triggering events, honestly I did not notice yet this is possible. Wonderful!
Thanks guys!