is there a simple method that can be used to follow the user activity in my unigui app. a thing like that exist ? proecdure TUniMainModule.onReceiveMessage(ComponentClicked : tuni....) begin if ComponentClicked.classname = tunibutton then log(ComponentClicked.ownerForm+ComponentClicked.name+self.usr_name); end