quote:
Originally posted by matty
Messenger.MyStatus will show you the current status. OnEvent_MyStatusChange is called before the status is changed that is why the Parameter NewStatus is there. If you replace Messenger.MyStatus with just NewStatus it will be fine .
Also a few points to note. NewStatus and Messenger.MyStatus are integers not strings... do not put quotes around the values or else it will take more computing cycles to convert it to the proper type.
phase one: understand what you said =P
phase two: apply changes
thanks matty =D
update:
Ok... i'll do what you suggested.
update 2:
it works =D
thnaks a lot