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

Pages: (15): « First « 1 2 [ 3 ] 4 5 6 7 » Last »
Scripting API Wishlist
Author: Message:
Jedimark
Full Member
***


Posts: 140
Reputation: 6
Joined: Apr 2002
RE: RE: Scripting API Wishlist
quote:
Originally posted by Mothuim
Three words, "sortable listview columns"

Yes!
(Sort numerically and alphabetically)

Also the ability to change column header text in a List View!
09-02-2006 09:21 AM
Profile PM Find Quote Report
Poom
Full Member
***

Avatar
Ya-Ha!!!!

Posts: 110
Reputation: 2
33 / Male / –
Joined: Feb 2005
RE: Scripting API Wishlist
I am not a coder myself, but I think Scripts miss a lot of features they should have. Scripts are like Extensions in Firefox, IMO. They are neat little tools to add functions to Messenger quickly and easily. Yet, they lack several things Firefox Extensions have and I find that very important. Well, they are...

1. Versions
This is very important. I find it very annoying that I can't track whether this bug in a script is fixed or not. Is my script outdated, etc. I think this is crucial.

2. Options Dialogue
Well, scripts can have an option dialogue, but I think it'd be more useful if there's an options button in the scripts preferences menu. It is more organized that way, rather than clicking options in the contact list only.

3. Homepage of a script
People can check for news of the script, etc.

4. About Dialogue
We can actually know what they do with this, in case we forget.

5. Script Menus are in a compact menu
In the plus' icon's dropdown menu, both the one in conversation windows and the one in contact list, scripts menus (options, etc) are just in a stack of pile. This makes the dropdown menu very long if you have a lot of script. Making it a compact menu would be lovely.
09-02-2006 09:39 AM
Profile E-Mail PM Find Quote Report
Shondoit
Full Member
***

Avatar
Hmm, Just Me...

Posts: 227
Reputation: 15
35 / Male / Flag
Joined: Jul 2006
RE: Scripting API Wishlist
Multiline support for the RichStaticControl !!
My scripts:                            [Image: shondoit.gif]
+ Timezone
+ Camelo
+ Multisearch
09-02-2006 12:02 PM
Profile PM Find Quote Report
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
35 / Male / Flag
Joined: Jan 2006
RE: Scripting API Wishlist
Setting the size of the text in RichStaticControl
[Image: markee.png]
09-02-2006 12:12 PM
Profile PM Find Quote Report
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: Scripting API Wishlist
Add prototype support for msgplus objects so we can add methods and variables to msgplus objects.
[Image: 1-0.png]
             
09-02-2006 04:40 PM
Profile PM Web Find Quote Report
Shondoit
Full Member
***

Avatar
Hmm, Just Me...

Posts: 227
Reputation: 15
35 / Male / Flag
Joined: Jul 2006
RE: Scripting API Wishlist
quote:
Add prototype support for msgplus objects so we can add methods and variables to msgplus objects
Me too...

And also: dynamicly change the size and visibility of controls...
My scripts:                            [Image: shondoit.gif]
+ Timezone
+ Camelo
+ Multisearch
09-02-2006 09:10 PM
Profile PM Find Quote Report
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
Joined: Jan 2006
RE: Scripting API Wishlist
That's easy with Interop functions, one line each :) but that's a bit besides the point :$
09-02-2006 10:38 PM
Profile PM Find Quote Report
NiteMare
Veteran Member
*****

Avatar
Giga-Byte me

Posts: 2497
Reputation: 37
36 / Male / Flag
Joined: Aug 2003
RE: Scripting API Wishlist
i'd like the ability to disable logs for a specific event, if its possable, althought i doubt it is
[Image: sig/]
I'll never forget what she said 6651 days, 22 hours, 25 minutes, 32 seconds ago
Need hosting? Check
out my website. we can help you out :)
09-02-2006 11:11 PM
Profile PM Web Find Quote Report
Shondoit
Full Member
***

Avatar
Hmm, Just Me...

Posts: 227
Reputation: 15
35 / Male / Flag
Joined: Jul 2006
RE: Scripting API Wishlist
quote:
Originally posted by deAd
That's easy with Interop functions, one line each :) but that's a bit besides the point :$
Yes it is...But it would be a lot easier, and more logical to do it with normal scripting, imho

This post was edited on 09-03-2006 at 02:43 PM by Shondoit.
My scripts:                            [Image: shondoit.gif]
+ Timezone
+ Camelo
+ Multisearch
09-02-2006 11:16 PM
Profile PM Find Quote Report
phalanxii
Full Member
***


Posts: 146
Reputation: 5
32 / Male / Flag
Joined: Aug 2006
Status: Away
RE: Scripting API Wishlist
quote:
Originally posted by NiteMare
i'd like the ability to disable logs for a specific event, if its possable, althought i doubt it is

Yes, I would like something like this as well. Perhaps events like:
code:
OnEvent_EventLogEventAdded(
    [string] Origin,
    [string] Description,
    [enum] Icon
);
and
code:
OnEvent_ChatLogEventAdded(
    [string] Origin,
    [string] Description
);
The events could work like OnEvent_ChatWndSendMessage, requiring a return value of Description (so that if it's empty, the event is not added).
09-03-2006 03:43 AM
Profile PM Find Quote Report
Pages: (15): « First « 1 2 [ 3 ] 4 5 6 7 » Last »
« Next Oldest Return to Top Next Newest »


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