I have a script in Radio written in appleScript rather than userTalk,
the script takes no parameters, and returns a string, e.g.
on Playing()
return ( displayString ("some string"))
end Playing
calling this from the quick script window as
itunesSoapHandlers.Playing()
returns true rather than the string, passing a dummy parameter in
returns the string, e.g.
itunesSoapHandlers.Playing(1)
shows "some string"
I see the same effect via the soap interface, i have to pass a dummy
parameter to get the real result.
This is probably just poor understanding of applescript / radio on my
part, but is there anyway to have it work without requiring the dummy
parameter ?
Tx
Simon
www.pocketsoap.com