Shoutbox

Sending a message to a text box in an XML window - 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: Sending a message to a text box in an XML window (/showthread.php?tid=97132)

Sending a message to a text box in an XML window by Fike on 03-19-2011 at 01:40 PM

How would I go about sending something to an XML window? For instance, MsgPlus.Version. Thanks.


RE: Sending a message to a text box in an XML window by whiz on 03-19-2011 at 01:54 PM

Do you want to set the text of a control to that of a script variable?  In which case, use PlusWnd.SetControlText(ControlId, Value).


RE: Sending a message to a text box in an XML window by Fike on 03-19-2011 at 01:57 PM

Thanks :)


RE: RE: Sending a message to a text box in an XML window by Fike on 03-19-2011 at 02:07 PM

quote:
Originally posted by whiz
Do you want to set the text of a control to that of a script variable?  In which case, use PlusWnd.SetControlText(ControlId, Value).

Err how would I define the window?
RE: Sending a message to a text box in an XML window by Fike on 03-19-2011 at 03:28 PM

It's ok, got it done :). Matty helped me :)