Locking home zones of some tabs
Posted: 20 Jan 2012 16:31
I would like to lock home zones of some tabs dynamically in a script, with lines like these:I was able to find tab("lock"...) for locking specific tabs, and "Lock Home Zone" command #349 (presumably for locking the home zone of the current tab), but I would like to be able to do that in a script with specific tabs. Is this possible? If not, this would be a wish 
Code: Select all
tab("lockhome", 1, 6); //lock home zone of the tab 6
tab("lockhome", 0, 6); //unlock home zone of the tab 6