Stay Open Applet freezes computer when told to quit.
Stay Open Applet freezes computer when told to quit.
- Subject: Stay Open Applet freezes computer when told to quit.
- From: Jason Bourque <email@hidden>
- Date: Tue, 19 Dec 2000 21:42:22 -0500
Hello,
I have a stay open applet that freezes the computer when told to quit from
another script.
I can activate it
tell application (myParentFolder & horizontalBarChartsName as string) to,
activate
Then I can tell it to run one of it's handlers multiple times from a repeat
loop.
tell application horizontalBarChartsName to,
createHorizontalBarChart(chartData, chartSpecifics, watchItResult, FileName)
Then FREEZE!!!! when told to quit from another script.
tell application horizontalBarChartsName to quit
This applet does not have an implied quit handler. Should I build one and
how or does anyone have any other ideas.
Jason Bourque