What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Preview] MP - Development Environment

[Preview] MP - Development Environment
Author: Message:
effection
Full Member
***

Destroy The Runner

Posts: 135
Reputation: 4
– / Male / Flag
Joined: Sep 2006
O.P. [Preview] MP - Development Environment
A quick look for you guys, what's there is done but the interface designer is still in the early stages. Just post any bugs and preferably what you did to cause it.

I'll post a translation file for who ever wants to translate it in a few days!

Download the setup

Any suggestions also appreciated

[Image: 32976698.jpg]


*NOTE*
  • You must pick a plsc file to open, it will not open directories (i toyed with the idea of just directories but the options are there to open an installed version or a "working" version for a quick look at the script).

  • if it doesn't open a script file it's because the XML in it is bad, nothing i can do about someone writing bad xml. (yes it's still bad even if Plus! itself still opens it)
  • when a script is loaded, any bad xml files will generate an entry in the "interface log.txt" file. If the file was an interface file you can check here to see why it maybe wasn't parsed properly. This file is cleared once the application exits!


Common problems with XML files:
  • First line of scriptinfo.xml should read:
    code:
    <?xml version="1.0" encoding="utf-8"?>
    <ScriptInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:msgplus:scripts">

  • Not escaping characters like ">" "&" etc with their appropriate html escape codes

  • First line of interface files should read:
    code:
    <?xml version="1.0" encoding="UTF-16"?>
    <Interfaces xmlns="urn:msgplus:interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="urn:msgplus:interface PlusInterface.xsd">

This post was edited on 07-01-2009 at 04:19 PM by effection.
07-01-2009 04:01 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Preview] MP - Development Environment - by effection on 07-01-2009 at 04:01 PM
RE: [Preview] MP - Development Environment - by robert_dll on 07-01-2009 at 05:04 PM
RE: [Preview] MP - Development Environment - by effection on 07-01-2009 at 05:05 PM
RE: [Preview] MP - Development Environment - by robert_dll on 07-01-2009 at 05:19 PM
RE: [Preview] MP - Development Environment - by effection on 07-01-2009 at 05:30 PM
RE: [Preview] MP - Development Environment - by NanaFreak on 07-01-2009 at 05:36 PM
RE: [Preview] MP - Development Environment - by robert_dll on 07-01-2009 at 05:43 PM
RE: [Preview] MP - Development Environment - by Spunky on 07-01-2009 at 08:01 PM
RE: [Preview] MP - Development Environment - by NanaFreak on 07-02-2009 at 01:50 AM
RE: [Preview] MP - Development Environment - by vaccination on 07-02-2009 at 07:29 AM
RE: RE: [Preview] MP - Development Environment - by effection on 07-02-2009 at 10:44 AM
RE: RE: RE: [Preview] MP - Development Environment - by pollolibredegrasa on 07-02-2009 at 11:16 AM
RE: RE: RE: RE: [Preview] MP - Development Environment - by effection on 07-02-2009 at 12:40 PM
RE: [Preview] MP - Development Environment - by SmokingCookie on 07-02-2009 at 12:54 PM
RE: [Preview] MP - Development Environment - by matty on 07-02-2009 at 01:01 PM
RE: [Preview] MP - Development Environment - by effection on 07-02-2009 at 08:17 PM
RE: [Preview] MP - Development Environment - by effection on 07-05-2009 at 05:55 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