What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Menu problem

Menu problem
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: Menu problem
The problem lies in the fact that you're trying to use some kind of menu identifier as window identifier.

In your JScript:
Javascript code:
WndNew = MsgPlus.CreateWnd("New.xml", "mnuNew");

In your interfaces XML:
XML code:
<Window Id="options" Version="1">

The "mnuNew" should be replaced by "options" so that Plus! can find the right window to load. Same goes for the about window: you defined it as "About" in your interfaces but you try to open "mnuAbout".
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
01-21-2009 12:25 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Menu problem - by djdannyp on 01-21-2009 at 10:14 AM
RE: Menu problem - by mynetx on 01-21-2009 at 10:28 AM
RE: Menu problem - by Spunky on 01-21-2009 at 10:30 AM
RE: Menu problem - by djdannyp on 01-21-2009 at 11:08 AM
RE: Menu problem - by Spunky on 01-21-2009 at 11:16 AM
RE: Menu problem - by mynetx on 01-21-2009 at 11:18 AM
RE: Menu problem - by djdannyp on 01-21-2009 at 12:16 PM
RE: Menu problem - by Matti on 01-21-2009 at 12:25 PM
RE: Menu problem - by djdannyp on 01-21-2009 at 02:26 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