Martin Hofius wrote: > Hi, > hmmm - in which class is the connect statement line located? Or: is "this" an > object of type "MyApp"? Hi Martin, The connect statement is in the MyApp, with 'this' being as you suggest an object of type 'MyApp' (which is the main UI thread). -- William