Guest_imported
New member
- Jan 1, 1970
- 0
I am modifying a TCL program to run on a Mac computer. This application calls some C code. I have modified the code so that it calls an AppleScript that then calls Finder that then opens (runs) the C code. However, the AppleScript "hangs up" during the execution and then times out. This occurs when a timeout is used in the AppleScript as well as when it is not. When this same AppleScript is run outside of TCL it does not hang at all and runs fairly quickly. Any ideas??