Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Launching an application

Featured Replies

In my contacts db I wanted to find a way to clicking a button to call some one with Skype.

I figured if I put in a field for it and then create a button which would then have a script to open Skype and maybe call the contact or if this was not possible to at least open Skype.

As my ability on sripting is copy and paste etc and not seeing any option that allows opening an application such as Skype I am wondering if this is possible. On the Skype Forum the following script was offered to us to put into our users/library/address book plug-ins and I am wondering if this could be adapted to be used in FM7.

using terms from application "Address Book"

on action property

return "phone"

end action property

on action title for p with e

return "Call with Skype"

end action title

on should enable action for p with e

return true

end should enable action

on perform action for p with e

set x to (value of e as string)

if character 1 of x is not "+" then

if (character 1 of x is "(") or ((character 1 of x is greater than "0") and (character 1 of x is less than "9")) then

set x to "+1" & x

end if

end if

set SKYPEurl to "callto://" & x

tell application "Skype"

get URL SKYPEurl

activate

end tell

return true

end perform action

end using terms from

2005_04_08Skype.zip

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.