achiurizo / consular

Terminal automation
http://rdoc.info/github/achiu/consular/master/file/README.md
MIT License
813 stars 46 forks source link

Error when one of the windows is miniaturized #43

Closed volkanunsal closed 13 years ago

volkanunsal commented 13 years ago

I wanted to set up 2 windows, one of them miniaturized. But all tabs opened in the same window, and I saw the error below in the first tab where I had run the command.

Error setting 'miniaturized = true' on app("/Applications/Utilities/Terminal.app").windows.ID(5177).tabs[1] CommandError OSERROR: -1728 MESSAGE: Can't get reference. OFFENDING OBJECT: app("/Applications/Utilities/Terminal.app").windows.ID(5177).tabs[1].miniaturized COMMAND: app("/Applications/Utilities/Terminal.app").windows.ID(5177).tabs[1].miniaturized.set(true)

This is what my Termfile looks like.

https://gist.github.com/709828

achiurizo commented 13 years ago

this issue has been resolved with commit f552134d1a487b37080b07eeb42689d16da1d58e. please reopen if this persists. thanks!