I have an app that slides open a drawer off of the right side of the main window.
I’m trying to pass some data to it but I keep getting error messages so I assume I am not targeting it correctly.
The hierarchy is as:
window(mainWin)–>drawer(exifWin)–>scroll view(dataWinKeysScroll)–>text view(dataWinKeys)
I’ve tried
tell window "mainWin"
tell drawer "exifWin"
set contents of text view "dataWinKeys" of scroll view "dataWinKeysScroll" to keywords
end tell
end tell
i get the following error message
“Can’t set «class scrV» “dataWinKeysScroll” of window “mainWin” to " legs, heels, high heels, pumps, balls, spikes, skirt, black, calves, wood floor, stiletto, strappy, stilettos, alluring, sexy, scandalous”.
Note[Yeah, the file I am pulling EXIF data from is of a woman with phenomenal legs…but its for a medical article, even though the key words make it sound a lot more interesting…;)]