HELP - Full screen & Finder Problem....
-
I have a bit of a urgent problem.
Using Mac; I have a izzy file opening on launch and it opens on the one and only window that the mac is pugged into. It automatically goes full screen but the Finder bar is still showing at the top.I basically have to Tab to isadora for it to go away.... but obviously this is supposed to be an automated system so I can't..... any ideas?Thanks! -
AppleScript:
on run {input, parameters}
tell application"IsadoraCore 26"
activate
end tell
return input
end run