Jump to content
  • 0

Apple Adresboek


artimachead

Question

3 answers to this question

Recommended Posts

  • 0
Posted

Niet gezien dat de applet zonder source code was. Echt een bijdrage tot de gemeenschap dus...

 

Ik heb er even naar gekeken en hier is wat code die je op weg kan zetten:

 

tell application "Address Book"
first name of person 1 -- hiermee haal je data op
set newPerson to (make new person)
set first name of newPerson to "Jef"
set last name of newPerson to "Pedal"
end tell

 

Het zou wat ver gaan om een complete applicatie te bouwen als antwoord, maar zoals je ziet, het kan, en is eigenlijk niet zo moeilijk.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...