Hi All,
So I have a large Applescript Studio project that has really evolved and has thus started to require some threading. In my application I have a Table View that will run through many functions and print the results. I figured how to do "On Idle" and this works ok, however I have two main issues...
- I still can only press buttons and see the response about 2-3 seconds later, this is probably because what occurs on idle is still pretty big.
- I have random hands once and a while, perhaps something is causing the application to never go idle about half way down my table view.
Does anyone have any tips to address these two issues? I really don't like the lag of idle, is there a better solution?
Thanks for the help!
Brett
So I have a large Applescript Studio project that has really evolved and has thus started to require some threading. In my application I have a Table View that will run through many functions and print the results. I figured how to do "On Idle" and this works ok, however I have two main issues...
- I still can only press buttons and see the response about 2-3 seconds later, this is probably because what occurs on idle is still pretty big.
- I have random hands once and a while, perhaps something is causing the application to never go idle about half way down my table view.
Does anyone have any tips to address these two issues? I really don't like the lag of idle, is there a better solution?
Thanks for the help!
Brett