Scripting API Wishlist |
Author: |
Message: |
deAd
Scripting Contest Winner
Posts: 1060 Reputation: 28
– / /
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 |
|
|
markee
Veteran Member
Posts: 1622 Reputation: 50
36 / /
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....
|
|
12-14-2006 05:11 AM |
|
|
Choli
Elite Member
Choli
Posts: 4714 Reputation: 42
43 / /
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
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?
|
|
01-17-2007 08:19 PM |
|
|
Rolando
Veteran Member
Santasend
Posts: 1325 Reputation: 52
34 / /
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
|
|
01-17-2007 08:29 PM |
|
|
matty
Scripting Guru
Posts: 8336 Reputation: 109
39 / /
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 |
|
|
Jesus
Scripting Contest Winner
Koffie, my cat ;)
Posts: 623 Reputation: 15
38 / /
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 |
|
|
tryxter
Junior Member
A. Maia Ferreira @ PTnet
Posts: 51 Reputation: 1
35 / / –
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 |
|
|
Choli
Elite Member
Choli
Posts: 4714 Reputation: 42
43 / /
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
----
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).
|
|
01-22-2007 04:09 PM |
|
|
vikke
Senior Member
Posts: 900 Reputation: 28
31 / /
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 |
|
|
Choli
Elite Member
Choli
Posts: 4714 Reputation: 42
43 / /
Joined: Jan 2003
|
RE: Scripting API Wishlist
no, thanks 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
|
|
01-22-2007 05:34 PM |
|
|
Pages: (15):
« First
«
4
5
6
7
[ 8 ]
9
10
11
12
»
Last »
|
|