'm trying
to build.
it's going to be a simple dictionary application,so it will only have a
VERY simple gui... some textfields and some buttons and that's all (for
now). so i simply don't need the complexity of the interface-builder and
so on.
i understand that it ma
property in
appscript?
i tried to simply get it's keywords, append a new keyword to the array,
and set it, but it did not work:
keys = photo.keywords.get()
allkeys = iphoto.keywords.get()
lastkey = allkeys[-1]
keys.append(lastkey)
photo.keywords.set(keys)
i get an "Application error