Shoutbox

How do I make a window for mt script?! - 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: How do I make a window for mt script?! (/showthread.php?tid=71663)

How do I make a window for mt script?! by • MaNiC MoE • on 02-12-2007 at 11:10 AM

^o), Hey how do I make an Messenger Plus! window such as those that come with some scripts for options.

See the picture below or if it was unclear please visit The Picture's Link

[Image: prqyycdl-What-I-Mean.bmp.jpg]

thx, (Y)
MaNiC MoE


RE: WINDOWS! by Jimbo on 02-12-2007 at 01:15 PM

Create one using XML and then save it as unicode 16


RE: WINDOWS! by Spunky on 02-12-2007 at 03:19 PM

quote:
Originally posted by Jimbodude
Create one using XML and then save it as unicode 16

Doesn't really explain HOW to make one though does it?

I think what he wanted was the menu anyway...

If you download the Scripting Documentation, it contains several examples of how they are done. Your best bet is to use one of these and modify it or use the schema file (also inside the documentation) in a program such as Altova XML Spy (as recommended) or Adobe Dreamweaver (if you can afford the program).

ALSO please reduce the size of the image above using: (eg)
[img=400x300]http://domain.com/image.jpg[/img]
RE: WINDOWS! by • MaNiC MoE • on 02-12-2007 at 04:02 PM

I do have dreamweaver, but I don't really know how to use it...
So from what URL could I get the Altova XML Spy (if it's better as u said it's reccomended).

I read da document, and did the menu thingy, but da problem was when I tried to make a link to an Window for da options and about da program...

In other words :

I want the user to click on the Plus! button, and finds a choice (E.G named "test"), when he puts the mouth over it, another menu opens which has two records, the first is "Configuration" and the second is "About" with a separator in between.
I DID THIS

But the problem is doing the windows that appear when he clicks any of these.

thx,

P.S : Why does it have to do with XML?


RE: WINDOWS! by vikke on 02-12-2007 at 05:18 PM

quote:
So from what URL could I get the Altova XML Spy (if it's better as u said it's reccomended).
Google is your friend, if not, use MSN Search. Anyways here's the link. http://www.altova.com/
Note: This program costs, but you can have the trial.
quote:
But the problem is doing the windows that appear when he clicks any of these.

To do this, you must use the MenuClicked event (described in the Scripting Documentation).
quote:
P.S : Why does it have to do with XML?

Because Patchou made MP!L to read XML, because that is the newest way, and the best way to store this kind of data.

PS. Change topic title
RE: How do I make a window for mt script?! by • MaNiC MoE • on 02-12-2007 at 09:26 PM

k
thx,


RE: WINDOWS! by Jesus on 02-13-2007 at 10:40 AM

quote:
Messenger Plus! Scripting Documentation
OnEvent_MenuClicked
The OnEvent_MenuClicked event is fired when an item of a script menu is selected by the current user.
...etc...
It's all in the docs ;)



/edit: lol too slow :P