SOLVED Save sheet
-
Is there a way to trigger the "Save" sheet that opens when you command-S a font that hasn't been saved yet?
Currently my script calls
mojo.UI.PutFile
if a font doesn't have a path, but I realize that it could be a little bit nicer if I can open the standard "Save" sheet.Thanks!
Andy
-
This is perfect. Thank you!
-
this should work:
f = CurrentFont() doc = f.document() doc.saveDocumentAs_(None)