Thanks, Jim.
set konsolenText to "DayOfYear = Sketchup.active_model.shadow_info[\"DayOfYear\" ]"
tell application "SketchUp"
activate
tell application "System Events"
tell process "SketchUp" --stellt im Konsolentextfeld die Einfügemarke sicher
tell menu bar 1
tell menu bar item "Fenster"
tell menu 1
click menu item "Ruby-Konsole"
end tell
end tell
end tell
end tell
keystroke konsolenText --to "AXTextFiled" of "Ruby-Konsole" keystroke return
end tell
end tell
Because I start an AppleScript script from FileMaker, I need not to type in ruby console.
With ruby script above I get
162 (when the date of shadow is 06/11)
163 (when the date of shadow is 06/12)
But for Longitide, Latitude I got no different values, if I turn or go some steps, but only 10 and 50 (my location).
So my question, how I can set the parameter of my view to get back a view of remember, stays here.