Is there any way to use applescriptobjc to make a window become fullscreen?
Im not sure exactly how you would implement it without restarting the app, but research LSUIElement
What?
Do you mean have ASObjC project’s window be full screen?
Below is the top item found when I did a Google search. Remember that everything you need to do in AppleScriptObjC can, and probably has, already been answered using Objective-C. Some of the code you find can be converted to AppleScriptObjC if you need to but some cannot. When it cannot be converted, or if you do not need to convert it, use it as is. This is the beauty of AppleScriptObjC, its ability to use Objective-C with ease.
http://cocoawithlove.com/2009/08/animating-window-to-fullscreen-on-mac.html
Regards,
Craig