Jump to content

Script to Launch Buffered Code in SciTE


Recommended Posts

Opt("WinTitleMatchMode", 2)

ControlClick("codebuffer1.au3", "Tab", 354, "left") 
ControlSend("codebuffer1.au3", "Tab", 354, "{F5}")


So after using SciTE with AutoIT for a few months, I decided I'd like to test different buffer code while working on an included page on a different buffer. So send a control click to Scite to click then send F5? I was thinking it would work but it does not for me. Using the finder tool it appears the tab is Control ID 354 and with WinTitleMatchMode set to '2' I was expecting results... Can anyone show me the error of my ways?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...