Here two magical apple events:
- ascrgdut, which will allways throw error, but will activate all the applescript stuff, such as force-recognize osaxen and so on.
- ascrgdte, which will retrieve the dictionary of the targeted application (aete stuff) as hex data. Maybe useful if you find an use
OS version: OS X
try
«event ascrgdut» --> as-component, wake up!
end try
--> get Finder's dictionary as hex data
tell application "Finder" to «event ascrgdte»
--> get Tex-Edit Plus' dictionary as hex data
tell application "Tex-Edit Plus" to «event ascrgdte»