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 « 4 5 6 7 [ 8 ] 9 10 11 12 » Last »
Scripting API Wishlist
Author: Message:
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
Joined: Jan 2006
RE: RE: Scripting API Wishlist
quote:
Originally posted by NanaFreak
quote:
Originally posted by deAd
Now I see your point. This is a dirty solution, but it'll work:
(1) Make a CustomLook RadioButton with no text
(2) Place a StaticControl next to it on the window
(3) Change the text of the StaticControl.
thanks for the idea but it wont work because when you click on the Radio Control the text goes from normal to bold

we were think of making multiple xml's for each language to fix it but then we thought it would be too much work for the translators / us and also when getting a new language it would be difficult

It'd work, you'd just have to use Windows Messages to set the text style.

EDIT: It wouldn't be too bad if you just removed the bolding altogether. Default controls do not go bold when you select them, and it's like that for a reason -- I personally think that's a bit too flashy and draws too much attention to that control.

This post was edited on 12-14-2006 at 04:45 AM by deAd.
12-14-2006 04:41 AM
Profile PM Find Quote Report
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
35 / Male / Flag
Joined: Jan 2006
RE: Scripting API Wishlist
We've discussed it and are going to use your dirty method and use 2 static controls for each radio control to be able to get the text size and bolding (for one of them) without hard coding it.  Though this would be much better if we had this ability rather than doing this dirty method, maybe we'll be lucky and get this functionality soon....
[Image: markee.png]
12-14-2006 05:11 AM
Profile PM Find Quote Report
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: Scripting API Wishlist
quote:
Originally posted by saralk
Pointers for functions (for API Callbacks) (2 people want this)
quote:
Originally posted by saralk
Sortable listview columns (2 people want this)
count one person more in those suggestions :P
quote:
Originally posted by saralk
Changing the size and opacity of buttons
of which buttons? the ones of the interface? can't you call SetLayeredWindowAttributes using the Handle of the button?
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
01-17-2007 08:19 PM
Profile PM Find Quote Report
Rolando
Veteran Member
*****

Avatar
Santasend

Posts: 1325
Reputation: 52
33 / Male / Flag
Joined: Feb 2006
RE: Scripting API Wishlist
You've
The e-mail of the user to be added as a param to Origin in ChatWndReceiveMessage

listed twice. one with .... and one normal on the same list.

I would like greater control over file transfer (Y)
[Image: sigxmascopy.png]
01-17-2007 08:29 PM
Profile PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Scripting API Wishlist
Usable TreeViewControl!

quote:
Originally posted by saralk
Pointers for functions (for API Callbacks) (2 people want this)

Patchou told me this isn't possible, however you never know.

This post was edited on 01-17-2007 at 08:34 PM by matty.
01-17-2007 08:32 PM
Profile E-Mail PM Find Quote Report
Jesus
Scripting Contest Winner
****

Avatar
Koffie, my cat ;)

Posts: 623
Reputation: 15
37 / Male / Flag
Joined: Jul 2005
RE: Scripting API Wishlist
This has been mentioned before, but I would like to be able to detect action messages, nudges and that kind of stuff in OnEvent_ChatWndReceiveMessage (or maybe a seperate event)



Oh yeah, why isn't this thread sticky??

This post was edited on 01-22-2007 at 02:51 PM by Jesus.
01-22-2007 02:49 PM
Profile PM Find Quote Report
tryxter
Junior Member
**

Avatar
A. Maia Ferreira @ PTnet

Posts: 51
Reputation: 1
35 / Male / –
Joined: Jan 2007
RE: Scripting API Wishlist
  • Sortable listview columns
  • Update system (the ability to automatically download the new plsc file, uninstall the current version, and install the new version)
  • Being able to stop and restart scripts

This post was edited on 01-22-2007 at 02:58 PM by tryxter.
01-22-2007 02:57 PM
Profile E-Mail PM Find Quote Report
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: Scripting API Wishlist
quote:
Originally posted by Matty
quote:
Originally posted by saralk
Pointers for functions (for API Callbacks) (2 people want this)

Patchou told me this isn't possible, however you never know.
I'm sure it is possible. Timers use callbacks, and Plus' API has timers. So why can't Plus use pointers to functions? Of course it'll be a bit more complex, but it can be done.

I think i'll make a detailed suggestion of how Plus should implement that and send it to Patchou :P

----

One thing more to add to the scripting engine: The ability to call functions which return void. Currently, functions called with Interop.Call must return something. I'd like to call functions such OutputDebugString or Sleep which return nothing (void).
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
01-22-2007 04:09 PM
Profile PM Find Quote Report
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
RE: Scripting API Wishlist
quote:
One thing more to add to the scripting engine: The ability to call functions which return void. Currently, functions called with Interop.Call must return something. I'd like to call functions such OutputDebugString or Sleep which return nothing (void).
Do you want a DLL doing that for you? :)
01-22-2007 04:58 PM
Profile E-Mail PM Find Quote Report
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: Scripting API Wishlist
no, thanks :P I could do that DLL, but currently I don't need to call any of those APIs in my scripts. However, other people may need to call them, or I may want to call them in the future, that's why i suggested it to be included in Plus.

Anyway, if you have that DLL, you can upload it (if you want) therefore people can take benefit from it :)
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
01-22-2007 05:34 PM
Profile PM Find Quote Report
Pages: (15): « First « 4 5 6 7 [ 8 ] 9 10 11 12 » 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