Dear Swyx Users
Did you know that with a single mouse click one can open an application or website directly from SwyxIt!?
Shortcuts are used to create links to frequently used programs and web pages. This allows you to call an online phone book or open a word document with just one click.
On the “Standard Skin”, only the Swyx logo is defined as a shortcut button. But one can easy can configure additional shortcut buttons with the Skin Editor. In the sample below you can see the Yellow-Page logo and three additional buttons on the top right corner.

To link a web-site to a shortcut button is really easy:
- Right click on the logo and select properties
- Set the command field to > http://www.yellowpage.co.nz
- Click on OK
- Finished !!!
A single click on the shortcut is now opening the yellow-pages website :- )

So fare a no-brainer . . . . . additional I have configured three more buttons.

This is how you link a word document to a Shortcut button:
- Click the right mouse button on the Shortcut button.
- Click on "Properties"
- Enter the full path of the document to be run in the "Command" field. C:\Documents and Settings\[user name]\My Documents\IC_request_form.doc

- In the field "Working directory", you have the option of entering the path to the working directory you want.
Programs sometimes require files which are stored in another location. For this reason, you enter the path to the working directory here so that these file can be located.
- Click on "OK".
- Finished
A single click on the shortcut is now opening the word document :- )
It can also get more advanced, as one can run a small VB Script file, and pass on caller information such as number or caller names. The sample below opens Google and searcher for the number displayed in your SwyxIt soft phone.
' url to open
dim szURL
dim szPOSTURL
szURL = "http://www.google.co.nz/search?hl=en&q=+"
szPOSTURL ="&meta=cr%3DcountryNZ"
' get SwyxIt Line Manager object
dim clmgr
set clmgr = WScript.CreateObject("CLMGR.ClientLineMgr")
' get currently selected line
dim oLine
set oLine = clmgr.DispSelectedLine
dim szNumber
szNumber = oLine.DispPeerNumber
' open URL if the number is not empty
If Len(szNumber) <> 0 Then
dim oWsh
set oWsh = WScript.CreateObject("WScript.Shell")
oWsh.Run szUrl + right(szNumber,Len(szNumber)-1) + szPOSTURL
End If
Happy Swyxing . . . . . and a good weekend.
Cheers
Mirjam
Swyx Distributor New Zealand & Australia