can this be done? |
Author: |
Message: |
AberNStein
Full Member
Posts: 132 Reputation: 2
Joined: Jul 2006
|
O.P. can this be done?
i want a script that will put a little icon beside each group name in my contact list, and when i click on it, it will toggle whether sign-in notifications and stuff are enabled for contacts in that group.
so first off, how do i add something to the contact list, and how do i enable/disable notifications for a contact without using /notif?
thanks
This post was edited on 07-07-2006 at 09:55 PM by AberNStein.
|
|
07-07-2006 09:52 PM |
|
|
deAd
Scripting Contest Winner
Posts: 1060 Reputation: 28
– / /
Joined: Jan 2006
|
RE: can this be done?
Not possible.
|
|
07-07-2006 09:54 PM |
|
|
AberNStein
Full Member
Posts: 132 Reputation: 2
Joined: Jul 2006
|
O.P. RE: can this be done?
which bit?
|
|
07-07-2006 09:55 PM |
|
|
deAd
Scripting Contest Winner
Posts: 1060 Reputation: 28
– / /
Joined: Jan 2006
|
RE: can this be done?
The icons. The notifications are probably possible through the registry.
|
|
07-07-2006 09:57 PM |
|
|
AberNStein
Full Member
Posts: 132 Reputation: 2
Joined: Jul 2006
|
O.P. RE: can this be done?
secondary question, quite unrelated:
in a script i'm working on, i need to compare the last message the user sent (stored into a variable when the user sends a message) with the last message in the conversation window. the only problem is that the last message in the window is after evaluating any commands, and the last one the user sent is before. is there any way to grab a message after commands have been evaluated?
|
|
07-07-2006 10:09 PM |
|
|
RaceProUK
Elite Member
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
|
RE: can this be done?
quote: Originally posted by AberNStein
quite unrelated
So new thread?
quote: Originally posted by AberNStein
is there any way to grab a message after commands have been evaluated
It's possible, but will be quite hard I think.
|
|
07-07-2006 10:21 PM |
|
|
AberNStein
Full Member
Posts: 132 Reputation: 2
Joined: Jul 2006
|
O.P. RE: can this be done?
quote: Originally posted by RaceProUK
It's possible, but will be quite hard I think.
possible how?
quote: Originally posted by MPLScripting.chm
Remarks
This event is generated after Messenger Plus! checks the message for quick texts but before searching for commands or tags. The only exception is for the "/text" command, which, if specified, forces the message to be sent without any kind of modification, including those made by scripts.
|
|
07-08-2006 04:22 AM |
|
|
RaceProUK
Elite Member
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
|
RE: can this be done?
Actually, I just thought: it's not possible. I was going to suggest Active Accessibility, but that will get the last line of the conversation, which you want to get to compare in the first place. Short of evaluating all commands and tags yourself (basically part implementing Plus!), it can't be done.
|
|
07-08-2006 10:29 PM |
|
|
AberNStein
Full Member
Posts: 132 Reputation: 2
Joined: Jul 2006
|
O.P. RE: RE: can this be done?
quote: Originally posted by RaceProUK
Actually, I just thought: it's not possible. I was going to suggest Active Accessibility, but that will get the last line of the conversation, which you want to get to compare in the first place. Short of evaluating all commands and tags yourself (basically part implementing Plus!), it can't be done.
thanks.
as for the orignal question:
i've just taught myself resource hacking and I can add to the right click menu for a group. where does msgplus store the per-contact settings for notification?
|
|
07-08-2006 11:02 PM |
|
|
RaceProUK
Elite Member
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
|
RE: can this be done?
Registry
|
|
07-08-2006 11:09 PM |
|
|
Pages: (2):
« First
[ 1 ]
2
»
Last »
|
|