Extending a ChtWnd Object? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: Extending a ChtWnd Object? (/showthread.php?tid=85515) Extending a ChtWnd Object? by Zero on 08-21-2008 at 02:33 PM
Hi folks, RE: Extending a ChtWnd Object? by Volv on 08-21-2008 at 02:48 PM
Apparently you can't modify Messenger Plus objects as they are not actually objects, I believe Messenger Plus handles them in a different way (external to the rest of the JScript). Someone will probably be able to explain it better. RE: Extending a ChtWnd Object? by deAd on 08-21-2008 at 02:52 PM You can only extend the javascript native objects (like String, Number, etc). I would recommend using an array as Volv said. |