quote:
Originally posted by Juffle
Thank you for pointing that out, but I've noticed that the "OnEvent_MyNameChange" dosent get triggered when the name change occur from another client changing the name even if the name actualy change. So this make my idea useless.
it doesn't? but the display picture does change? hmmm .... didn't knew that (never tried something like that before with MPOP either).
btw, make sure you actually do change the name on your mobile after you signed in on your mobile phone. Thus, first sign in, then change the name. A name change event wont fire when you sign in with another name than before. The code must actually 'see' the name change happening live so to speak.
Another way would be to send a remote command and check upon that in the OnEvent_ChatWndReceiveMessage event... like
!Mobile or something.. Actually, I dunno if it needs to be a remote command, since stuff said on your mobile phone is normally mimiced on your PC because of the MPOP feature. So, it might be that a normal command would do fine.
Again, I never tried something like this so I dunno exactly how everything will behave in those circumstances (and I can't test at this moment either), so you'll have to do some tests yourself.... or wait for someone who has tried it before.
Either way... appart from those small (but nevertheless crucial) mistakes of forgetting the quotes around those strings, I think you have the hang of it and seem to have the proper knowhow to pull this of on your own in a good manner though.....