AppleScriptObjC and threading that talk to GUI elements

I want to build an app that has a TextScrollView that updates itself every X seconds.
The app has a button as well to select an entry in that view to trigger a command with that selected entry.

Does anybody played around with AppleScriptObjC and threading to achieve something like this?

Thanks.

Harald

To use threading you will need to write all the thread code in Objective-C, but I do not see where this needs threading. Look up NSTimer.