What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » HELP - Window control to Script Variable!

HELP - Window control to Script Variable!
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: HELP - Window control to Script Variable!
You are correct there is no event for a window created... but when you create a Window you can assign the Windows object to a variable...
Javascript code:
var s = 'this is some text';
var oMyWindow = MsgPlus.CreateWnd('...', '...');
oMyWindow.SetControlText('NameOfTheControl', s);


Reading the documentation fully will help make a lot of sense of things...

This post was edited on 02-18-2009 at 04:13 PM by matty.
02-18-2009 04:12 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
HELP - Window control to Script Variable! - by whiz on 02-17-2009 at 12:30 PM
RE: HELP - Window ontrol to Script Variable! - by mynetx on 02-17-2009 at 12:41 PM
RE: HELP - Window control to Script Variable! - by whiz on 02-17-2009 at 01:46 PM
RE: HELP - Window control to Script Variable! - by matty on 02-17-2009 at 01:57 PM
RE: HELP - Window control to Script Variable! - by whiz on 02-18-2009 at 10:54 AM
RE: HELP - Window control to Script Variable! - by mynetx on 02-18-2009 at 11:00 AM
RE: HELP - Window control to Script Variable! - by whiz on 02-18-2009 at 11:18 AM
RE: HELP - Window control to Script Variable! - by matty on 02-18-2009 at 12:19 PM
RE: HELP - Window control to Script Variable! - by whiz on 02-18-2009 at 04:02 PM
RE: HELP - Window control to Script Variable! - by matty on 02-18-2009 at 04:12 PM
RE: HELP - Window control to Script Variable! - by whiz on 02-18-2009 at 04:47 PM
RE: HELP - Window control to Script Variable! - by matty on 02-18-2009 at 05:26 PM
RE: HELP - Window control to Script Variable! - by whiz on 02-18-2009 at 05:51 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On