> > The clipboard handler is progressing well, but I just wanted a little > sanit= > y=20 > check. Am I correct in assuming that the ClipboardHandler code is > run by=20 > only one thread of execution? Yep, by the main thread (== app looper thread) to be precise. CU, Ingo