Support
All support resources for our products. Here you can find answers to frequently asked questions, discuss with other users, recover a lost license code or file a support request.
Forum closed
This forum was closed and turned into an archive effective April 21, 2018. It is no longer possible to create new topics or reply to existing topics.

Thanks everyone for all the great questions and contributions over the years.

Please use the Contact form to get in touch.

Remote Buddy Forum

Overview 

AuthorThread
User

24.08.2006 18:34:01
Adressbuch
View

This posting is older than 6 months and can contain outdated information.
Ich versuch ein script zuschreiben für ein adressbuch behaviour. 
Die Idee: 
Namen anzeigen 
rechts drücken 
Telefonnummern anzeigen 
play drücken 
Telefonnummer via Ovolab Phlink wählen

Ich kriegs einfach nicht hin.

Könnte Hilfe gebrauchen

Gruss von einem begeisterten Remote Buddy Benutzer 
Christoph

Last edited: 24.08.2006 18:35:55 

User

25.08.2006 17:04:01
Re: Adressbuch
View

This posting is older than 6 months and can contain outdated information.
Hello Christoph,

thanks for your posting. Please post in English when possible, 
though, so everybody can benefit and participate.

Ovolab Phlink looks interesting indeed (and I somehow think I've seen 
their website at least once before ;-).

For starters, you could create a behaviour for AddressBook that uses 
the tab and arrow keys to navigate to the respective entry.

This script will grab you the first phone number saved to that person 
in the variable phoneNumber, which you can then pass to Ovolab Phlink 
(instead of speaking it out loud).

-- cut -- 
tell application "Address Book"

set sel to selection

set phoneNumber to (value of 1st phone of (1st item of sel))

say phoneNumber

end tell 
-- cut --

There is also sample code on how to create menus in the AppleScript 
dictionary of Remote Buddy.

What you describe shouldn't be too hard (pretty simple, even) - at 
least if Ovolab Phlink accepts just a phone number to call via 
AppleScript. Feel free to come back on this after the release of 
preview 7, when I can devote more time to it.

Best regards, 
Felix