[beta] Voicemail 1.0 (released 12/08/2011) |
Author: |
Message: |
whiz
Senior Member
Posts: 568 Reputation: 8
– / – /
Joined: Nov 2008
|
O.P. RE: [preview] Voicemail 1.0
quote: Originally posted by foaly
your code gave the same effect on my machine:
WLM 2011 and Plus! 5 on Windows 7 32-bit
haven't tried cookies code
Hmm... Cookie, what version of WLM/Windows are you using? Maybe this is an issue with WLM 2011.
Can someone on WLM 2009 test the code and see what happens?
|
|
04-28-2011 12:54 PM |
|
|
KoenLemmen
New Member
Posts: 1
Joined: Apr 2011
|
RE: [preview] Voicemail 1.0
I do have MSG Plus!
But when I use this script, will it work to people how don't have MSG Plus?
Koen
PS. Maybe my English is bad. But I am from the Netherlands.
|
|
04-29-2011 02:20 PM |
|
|
whiz
Senior Member
Posts: 568 Reputation: 8
– / – /
Joined: Nov 2008
|
O.P. RE: [preview] Voicemail 1.0
quote: Originally posted by KoenLemmen
I do have MSG Plus!
But when I use this script, will it work to people how don't have MSG Plus?
Koen
PS. Maybe my English is bad. But I am from the Netherlands
The script monitors received messages, so any of your contacts can interact with it, regardless of whether they have Plus! installed or not.
|
|
04-30-2011 11:35 AM |
|
|
whiz
Senior Member
Posts: 568 Reputation: 8
– / – /
Joined: Nov 2008
|
O.P. RE: [preview] Voicemail 1.0
Bump... Can someone on WLM 2009 please try both mine and Cookie's code?
|
|
05-05-2011 01:10 PM |
|
|
SmokingCookie
Senior Member
Posts: 815 Reputation: 15
30 / /
Joined: Jul 2007
|
RE: [preview] Voicemail 1.0
Cookie's code works just fine
@Whiz: your code moves the chat window downward, off the screen
|
|
05-08-2011 07:42 AM |
|
|
whiz
Senior Member
Posts: 568 Reputation: 8
– / – /
Joined: Nov 2008
|
O.P. RE: [preview] Voicemail 1.0
Hmm, strange... are you using WLM 2009?
I think I'll go with Cookie's code anyway, much better than mine. If this is an issue with WLM 2011, then we can just set the X and Y values to 0, instead of the original position. Must be something to do with child windows or something...
Edit: this isn't something to do with Plus! tabbed chats, is it?
This post was edited on 05-08-2011 at 01:05 PM by whiz.
|
|
05-08-2011 01:04 PM |
|
|
SmokingCookie
Senior Member
Posts: 815 Reputation: 15
30 / /
Joined: Jul 2007
|
RE: [preview] Voicemail 1.0
I've tried your code with only one chat window open and tabs disabled completely. Still, the window goes off-screen. The direction seems random though. The chat window moves off-screen in a direction that is a multiple of 45 degrees.
|
|
05-08-2011 03:23 PM |
|
|
whiz
Senior Member
Posts: 568 Reputation: 8
– / – /
Joined: Nov 2008
|
O.P. RE: [preview] Voicemail 1.0
Does the original position of the window have any effect on the direction it moves (e.g. put it in the top-left corner and it'll move that way)?
|
|
05-08-2011 04:07 PM |
|
|
SmokingCookie
Senior Member
Posts: 815 Reputation: 15
30 / /
Joined: Jul 2007
|
RE: [preview] Voicemail 1.0
I don't think so. I've tried various sizes and positions, it just keeps disappearing off the screen. It moves to the bottom-right corner of the screen.
Dunno if you're into physics, but it seems like an accelerated motion: it starts off slowly, then goes faster and faster (like 1/2 * a * t^2).
|
|
05-08-2011 05:07 PM |
|
|
whiz
Senior Member
Posts: 568 Reputation: 8
– / – /
Joined: Nov 2008
|
O.P. RE: [preview] Voicemail 1.0
Okay, an update on this:
I've implemented the shake feature with a compatibility mode. By default, it uses Cookie's code, but if that doesn't work, check the 'Broken' option to set X and Y to 0 (instead of the relative position of the window)...
Any other suggestions for the script?
quote: Originally posted by SmokingCookie
Dunno if you're into physics, but it seems like an accelerated motion: it starts off slowly, then goes faster and faster (like 1/2 * a * t^2).
Yeah, I do A-level physics so I know what you mean. Certainly strange behaviour, though...
Here's an example of how the script works in a conversation (I've highlighted events that occur, which otherwise wouldn't be visible from a conversation alone). Spoiler: quote: WhizWeb Community says (20:56)
hi
John says (20:56)
hello
WhizWeb Community says (20:57)
brb
*changes status to away, Voicemail auto-enables*
John says (21:10)
you back yet?
WhizWeb Community says (21:10)
[Voicemail] This is WhizWeb Community's voicemail. WhizWeb Community is currently away, or otherwise not available at the moment.
To leave a message for later, send !message <message>.
To attract WhizWeb Community's attention, send !attention.
To be alerted when WhizWeb Community returns, send !return.
John says (21:10)
!return
WhizWeb Community says (21:10)
[Voicemail] A notification has been set - you will be notified when voicemail is disabled. You can clear this notification by sending !return again.
John says (21:12)
still not back?
WhizWeb Community says (21:12)
[Voicemail] This is WhizWeb Community's voicemail. WhizWeb Community is currently away, or otherwise not available at the moment.
To leave a message for later, send !message <message>.
To attract WhizWeb Community's attention, send !attention.
To be alerted when WhizWeb Community returns, send !return.
John says (21:12)
!message can't hang around, but need to tell you something... will discuss it tomorrow
*message sound plays*
WhizWeb Community says (21:12)
[Voicemail] Your message has been stored successfully.
John says (21:13)
!attention
*displays toast/alert, plays alert sound, shakes window (as per settings)*
WhizWeb Community says (21:14)
[Voicemail] Your request for attention has timed out or was denied - please try again later.
WhizWeb Community says (21:17)
back...
*changes status to online, Voicemail auto-disables*
WhizWeb Community says (21:18)
[Voicemail] Voicemail appears to have been disabled now...
*message reminder toast/sound*
A venture into the Script Menu, shows one unread message, which, when clicked...
Attachment: Voicemail Message.png (28.77 KB)
This file has been downloaded 110 time(s).
|
|
06-02-2011 02:12 PM |
|
|
Pages: (3):
« First
«
1
[ 2 ]
3
»
Last »
|
|