ChatWnd contains no properties or methods - 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: ChatWnd contains no properties or methods (/showthread.php?tid=83641) ChatWnd contains no properties or methods by Jeroen Noten on 05-10-2008 at 11:22 AM
(I'm Dutch, sorry for my bad English.) code: When I send a message to somebody or somebody sends a message to me, i get in the debug window: object That's all. It means that ChatWnd contains no properties or methods, what I don't understand. Does anyone have a solution or a cause? Thanks! RE: ChatWnd contains no properties or methods by Spunky on 05-10-2008 at 07:36 PM
try Debug.Trace(ChatWnd.Handle); RE: ChatWnd contains no properties or methods by matty on 05-11-2008 at 01:30 AM
ChatWnd is not an array it is an Object. RE: ChatWnd contains no properties or methods by Spunky on 05-11-2008 at 08:15 AM
quote: But on an object you create your self you can RE: ChatWnd contains no properties or methods by CookieRevised on 05-12-2008 at 12:21 AM
Yep, but MsgPlus objects aren't like normal objects... There's a difference... RE: ChatWnd contains no properties or methods by Matti on 05-12-2008 at 10:47 AM
quote:Quoted for truth. It would be much cooler if we could append our own functions to objects like the PlusWnd object (if it was an object). Then, we could make object-oriented things like "PlusWnd.LstView_SetColumn" or "PlusWnd.LstView_Sort" instead of passing the PlusWnd object to a function. We could write some kind of library or framework for Plus! scripts, like the Prototype JS does for the Document Object Model. Aah, think of the possibilities... RE: ChatWnd contains no properties or methods by Jeroen Noten on 06-29-2008 at 09:17 PM Thanks everybody! (And sorry for my late reply.) |