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 |
|
|
Poom
Full Member
Ya-Ha!!!!
Posts: 110 Reputation: 2
34 / / –
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 |
|
|
Shondoit
Full Member
Hmm, Just Me...
Posts: 227 Reputation: 15
36 / /
Joined: Jul 2006
|
RE: Scripting API Wishlist
Multiline support for the RichStaticControl !!
|
|
09-02-2006 12:02 PM |
|
|
markee
Veteran Member
Posts: 1622 Reputation: 50
36 / /
Joined: Jan 2006
|
RE: Scripting API Wishlist
Setting the size of the text in RichStaticControl
|
|
09-02-2006 12:12 PM |
|
|
Ezra
Veteran Member
Forgiveness is between them and God
Posts: 1960 Reputation: 31
37 / /
Joined: Mar 2003
|
RE: Scripting API Wishlist
Add prototype support for msgplus objects so we can add methods and variables to msgplus objects.
|
|
09-02-2006 04:40 PM |
|
|
Shondoit
Full Member
Hmm, Just Me...
Posts: 227 Reputation: 15
36 / /
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...
|
|
09-02-2006 09:10 PM |
|
|
deAd
Scripting Contest Winner
Posts: 1060 Reputation: 28
– / /
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 |
|
|
NiteMare
Veteran Member
Giga-Byte me
Posts: 2497 Reputation: 37
37 / /
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
|
|
09-02-2006 11:11 PM |
|
|
Shondoit
Full Member
Hmm, Just Me...
Posts: 227 Reputation: 15
36 / /
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.
|
|
09-02-2006 11:16 PM |
|
|
phalanxii
Full Member
Posts: 146 Reputation: 5
32 / /
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 |
|
|
Pages: (15):
« First
«
1
2
[ 3 ]
4
5
6
7
»
Last »
|
|