View previous topic :: View next topic |
Author |
Message |
we87 Newbie
Joined: 13 Sep 2007 Posts: 8
|
Posted: Fri Sep 14, 2007 9:19 pm Post subject: Make Call Notifier Stay On Longer? |
|
|
When I get a phonecall, and my phone is connected, I get the overlay window that says "Incoming Call From 55513212" and thats pretty cool. However, it only stays on for about 2 seconds... Is there a way to modify that script to make that window stay on for 30 seconds? Or to leave it on untill I click on the overlay? (This would be ideal)
Also, if there would be a way to attach it to a data file so when certain numbers call, certain pictures show up. Like Photo Caller ID. From what I can tell, I think the Mac side of things has this option. I have been looking for the Windows option, but I couldnt find it.
Thanks In Advance for any help, I appreciate it. |
|
Back to top |
|
 |
shanssv Newbie
Joined: 16 Jun 2007 Posts: 8
|
Posted: Fri Sep 21, 2007 2:05 pm Post subject: |
|
|
no one will help you dude.. because they dont know.. i have asked this question 2 or 3 months before... no reply... |
|
Back to top |
|
 |
salling Site Admin
Joined: 27 Jul 2004 Posts: 7498 Location: Stockholm, Sweden
|
Posted: Fri Sep 21, 2007 2:55 pm Post subject: |
|
|
It is very easy to make the message stay longer.
Bring up the folder (containing a js- and an xml-file) for the "call notifier" script, copy it, and paste the copy into the "My Clicker Scripts" directory under My Documents.
Open the JS file in your copy, and make the following modification. Change
[code:1]ShowMessage( message );[/code:1]
to
[code:1]ShowMessage( message, NoIcon, -1, 30000 );[/code:1]
(this will give you a 30 second showing)
The above is from the API documentation:
http://www.salling.com/Clicker/windows/APIDocs/html/interface_i_clicker.html
Best.
--
Jonas |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|