Msg+ for disabled persons |
Author: |
Message: |
francoisch
Junior Member
Posts: 53
Joined: Jan 2007
|
O.P. Msg+ for disabled persons
hello
I have been advocating for some time about some additional new feature in Msg+ which would allow an old person to play the game as much as a 15 year old one.
My precise matter is:
- when I go and try to launch a conversation, video or not, with my 89 year old mother, she hears a sound, not knowing what it means, and does not see the blinking button.
I then have to start VNC on her micro and open the conversation window there; then, this is OK, she sees it.
My personal wish for a new MSG+ feature:
- allow to specify that the conversation window opens up whenever a conversation offers get in
This is quite on the same track as the existing Msg+ feature which automatically acknoledges on a conversation offer.
Would my wish be so difficult to include in a future Msg+ release?
If I would be pushy, I would add: before my mother gets old.
Thank you in advance for considering this suggestion.
Francois
|
|
08-24-2007 04:05 PM |
|
|
matty
Scripting Guru
Posts: 8336 Reputation: 109
39 / /
Joined: Dec 2002
Status: Away
|
RE: Msg+ for disabled persons
You can simply do this by creating a script.
code: function OnEvent_ChatWndCreated(oChatWnd) {
Interop.Call('user32', 'ShowWindow', oChatWnd.Handle, 5);
Interop.Call('user32', 'SetForegroundWindow', oChatWnd.Handle);
}
|
|
08-24-2007 04:12 PM |
|
|
francoisch
Junior Member
Posts: 53
Joined: Jan 2007
|
O.P. RE: Msg+ for disabled persons
hello Matty and thank you for your answer.
Well, I am pretty interested into getting this to work.
Thus I copied your code into a something.plsc file.
Then, in Messenger Plus Live, I went into Importing it.
The answer I received form Messenger Plus Live was: You attempted to import a file which does not look to be a valid Messenger Plus Live pack.
Could you, or anyone else, elaborate a little for a newcommer about what I should do to get your code installed.
Thank you in advance for your help.
Francois
|
|
08-24-2007 07:29 PM |
|
|
aNILEator
Skinning Contest Winner
...in the wake of the aNILEator
Posts: 3718 Reputation: 90
35 / /
Joined: Oct 2003
Status: Away
|
RE: Msg+ for disabled persons
enter plus preferences -> script preferences section
create new
enter script name
copy code from site
Paste code into scripting window
|
|
08-25-2007 10:35 AM |
|
|
francoisch
Junior Member
Posts: 53
Joined: Jan 2007
|
O.P. RE: Msg+ for disabled persons
hello friends
I want to thank you all, for the code, for installing it, for your kind help.
Yes, it works, I just tested it.
This is great since I will be able to trigger a video conversation with my mother now; others in similar situations will also be able to do so.
Thanks again.
Francois
|
|
08-25-2007 12:46 PM |
|
|
francoisch
Junior Member
Posts: 53
Joined: Jan 2007
|
O.P. RE: Msg+ for disabled persons
hello
I still have a glitch.
In my tests environment, my laptop PC calls up in WiFi my tower PC, where the "window opener" script is installed, and the whole thing works: the conversation window opens on my tower.
In my real environment, my tower PC calls up my mother's PC (where the script is also installed) over Internet:
- her conversation window does not open (bad)
- there, also, the small pop up window down right shows up
- on my conversation window, I get the video images from her webcam (good)
I checked levels:
- MSN = 8.1.0178.00
- Msg+ = 4.23.0.276
- the "window opener" script installed
on both my tower and my mother pc (both WinXP SP2).
Would anyone see any explanation about this conversation window not opening?
Thank you in advance for your help.
Francois
|
|
08-26-2007 10:22 AM |
|
|
Patchou
Messenger Plus! Creator
Posts: 8607 Reputation: 201
43 / /
Joined: Apr 2002
|
RE: Msg+ for disabled persons
could it be a difference of status when testing? different status can cause different behaviours from Messenger.
|
|
08-29-2007 03:49 PM |
|
|
francoisch
Junior Member
Posts: 53
Joined: Jan 2007
|
O.P. RE: Msg+ for disabled persons
hello
I would appreciate if anyone around had the beginning of a clue like what the one Patchou suggests.
Otherwise, my only way will be to reinstall the script, just to see if someting changes, although I believe thie initial install went well and the script showed up active right away; at the time, my mother is away.
Thank you in advance for your kind help.
Francois
|
|
08-30-2007 09:13 AM |
|
|
francoisch
Junior Member
Posts: 53
Joined: Jan 2007
|
O.P. RE: Msg+ for disabled persons
hello
I can't reinstall the script at the time since my mother is away for a while.
I will let you know the end result as soon as possible.
Francois
This post was edited on 09-06-2007 at 06:37 PM by francoisch.
|
|
09-06-2007 10:17 AM |
|
|
francoisch
Junior Member
Posts: 53
Joined: Jan 2007
|
O.P. RE: Msg+ for disabled persons
hello
I did reinstall the script into my mother's PC, checked wether there could be some nasty added character or so, none are there.
The result remains:
- on my side, the conversation is indeed open: I see / hear what her webcam captures
- on my mother's side, the conversation window does not open
This is nasty since the main benefit of this script to me would precisely be to open this damned window.
Would anyone have:
- some clue to help work this script
- any other solution which would open the conversation window?
Thank you in advance for your help.
Francois
|
|
09-11-2007 08:20 AM |
|
|
Pages: (2):
« First
[ 1 ]
2
»
Last »
|
|