I have opened the AppleScript Editor and pressed Record button.
Then I run TextEdit, create a file and put some text there.
When I click the Stop button in AppleScript Editor, nothing was recorded, the window is blank.
What is the problem?
I have opened the AppleScript Editor and pressed Record button.
Then I run TextEdit, create a file and put some text there.
When I click the Stop button in AppleScript Editor, nothing was recorded, the window is blank.
What is the problem?
Not all apps are recordable (in fact, only a small handful are). Recordablity is something each app needs to implement, and I guess TextEdit isn't recordable.
The problem is that applications need to explicitly support AppleScript recording in order for it to work, but almost no applications actually do. The Finder still supports it a bit, and maybe a couple other apps (BBEdit cones to mind), but for the most part, AppleScript recording has been pretty useless for quite some time.
Not to mention the limited use you get from recording your action in an application... Probably why so few of them are recordable... The end goal is not worth the process.