OS X V10.7 Lion :: Applescript - Save As "run Only" Gone Missing

Apr 11, 2012

Did OS X 10.7 do away with the ability to save Applescripts as run-only? I just noticed that all my scripts compiled and saved previously as "run only" now have the Rosetta prohibitory symbol on them.Is there a work-around for saving Applescripts as run-only? I prefer to open Applescript, run the compiled script in the background, then quit.

Info:Intel iMac 21.5, Mac OS X (10.7.2)

View 1 Replies


ADVERTISEMENT

OS X V10.7 Lion :: Textedit Save As Missing?

Jun 13, 2012

It's driving me crazy that I can no longer "save as" to change the format and location of a text file in Textedit.

I don't want to duplicate my file and rename it to solve the issue. Developers take note. This *****.

Info:
MacBook Pro, Mac OS X (10.7.2)

View 8 Replies View Related

OS X V10.6 Snow Leopard :: Unable To Save Applescript

May 14, 2012

I cannot modify then save or create a new Applescript and save it on my MacPro. I get an error message saying I don't have permission. To view or change permissions select the item in the Finder then chose File > Get Info. When I do that, and enter my pass phrase to unlock the lock at the bottom right of the Get Info window I can do that, but I cannot change the Privileges and I wouldn't know what to change them to anyway.

If it helps, I'm running off a drive that used to be my backup drive and the info on it was copied by Carbon Copy Cloner. Also, I recent reinstalled the OS because the machine wasn't booting from the drive reliably. After the reinstallation I ran Disk Warrior, Disk Utility (permissions and repair), optimized the drive with DiskTools Pro and checked its SMART status.

I should add that if I restart off my main drive I can change and save scripts. But I don't want to use that drive as my main drive anyore as I upgraded it to Lion which I don't like (Lion killed my most important applications).

View 2 Replies View Related

OS X V10.7 Lion :: Download A File Through AppleScript

Apr 10, 2012

I've been trying several different methods to download a file through Applescript. I've looked at different sites/discussions and I've tried to use curl, wget, and some other ways, however I still can't get it to download the file. It'll either just not download, or no URL specified. [code]

Info:
Mac Mini, Mac OS X (10.7)

View 2 Replies View Related

OS X V10.7 Lion :: Auto-Save / Versions If I Click 'Don't Save'?

Feb 8, 2012

If I do not use Time Machine, and open a new document in Pages, and type for ten minutes, and close the document, and click "Don't save" by mistake, is there any Auto Save or Versions of that document or just 100% out of luck? url...but I don't get any clear yes or no from it.

Info:
MacBook Pro, Mac OS X (10.7.2)

View 1 Replies View Related

OS X V10.7 Lion :: Run Avconvert, The Video Encoder, With Applescript?

Mar 1, 2012

I've seen some demonstrations of using the built in encoding feature with automator or in with a command line but can you tell it in applescript?  

tell application "avconvert" resize selected video to 480p endtell 

Or how do you run avconvert in a command line through applescript? 

Info:
iMac, Mac OS X (10.7.2)

View 4 Replies View Related

OS X V10.7 Lion :: Make Applescript Open More Than One Program At Once?

Jun 23, 2012

I made the code below to use together with another 2 codes. One that mounts a samba share and another that runs rsync with specific parameters. The script below runs after rsync complete its task.

The 3 codes me to test my HTML/CSS/PHP/Javascript code changes.This code works but I have to repeat it to each browser/app I want and a 10 lines script becomes 40 lines (Google Chrome, Firefox, Opera and Safari). Is there a more elegant way to do that? I've tried to use an array/list but didn't work. 

if application "Safari" is running then    tell application "Safari" activate    end tell    tell application "System Events" tell process "Safari"  keystroke "r" using {command down} end tell    end tellend if

Info:
Mac mini (Mid 2011), Mac OS X (10.7.4)

View 1 Replies View Related

OS X V10.7 Lion :: Remove An Applescript Droplet From Finder?

Jun 27, 2012

I installed a droploet into Finder, now I can't get rid of it. Scoured the internet and no one says how to remove them, only add them. What's the method for getting rid of them?

Info:
MacBook Pro, Mac OS X (10.7.4)

View 14 Replies View Related

OS X V10.7 Lion :: Can't Save Changes Or Even Save New Documents In Pages

May 18, 2012

Since upgrading to Lion, I can't save changes or even save new documents in Pages on my laptop. When I try to save, I get the dialog box:  "The document “Untitled 2” could not be saved as “Untitled 2”. Permission denied"   I can't find anything in Pages preferences or in the System preferences where this setting can be changed if it is a setting. 

View 2 Replies View Related

OS X V10.7 Lion :: Use A Java Program To Write An Executable Applescript

Mar 31, 2012

I'm using a PC with Windows XP. I'm a private developer. I've written a project in Java and wish to deploy it to other people using email. I've written an Install program (the Main-Class) and successfully packed this in a jar file with the project class files and some data files all as described in the deployment trail in the Java Tutorials. A recipient with a Mac with OS X downloads the jar file and runs it to install the project class files and some data files. The install program then writes an Applescript file (Vocab.scpt shown below) on the Desktop to make starting my downloaded program easier but it doesn't seem to work and I think it may be because the script file is not "executable". Could this be the case? If so, how could I change my install program to make the script file executable or alternatively use some other system to start the downloaded program?

Vocab.scpt:-

# Script to start: Vocab Version: 1.0.0

do shell script "cd /Applications/Vocab; Java Vocab"

Unfortunately I don't have a Mac to experiment with this problem and although I have spent some days on and off trying to find an answer in the mass of information available on Apple's website I can only find small clues here and there to answer my problem (which I would have thought was quite a common one). In Windows a batch file (eg. Vocab.bat) is automatically executable.

Info:
MacPro, Mac OS X (10.5)

View 4 Replies View Related

OS X V10.7 Lion :: Create A Multiple Find And Replace For Excel In AppleScript?

Apr 15, 2012

I have a large dataset in Excel that I have to do a multiple find/replace in (changing USPS state abbreviations to their full names). In searching the Microsoft boards--I was directed to use Applescript, and even the documented help with Excel was recommeding this. Unfortunately, there wasn't much help potinting me in the specific direction I needed.

View 2 Replies View Related

OS X Mountain Lion :: How To Convert A String Like12:34 To Applescript Timestamp

Jun 3, 2014

How would I convert a string like 12:34 to an Applescript timestamp? I'd like to be able to add/subtract minutes to/from such items; i.e., to be able to use 12:34 + 6 minutes, for example.

Info:
iMac, OS X Mountain Lion (10.8.5), iMac 24" 2.8 ghz 4 GB RAM

View 1 Replies View Related

OS X V10.7 Lion :: Downloaded Wrong Airplane Mode Program - AppleScript Error Message

Jun 21, 2012

So I downloaded the wrong Airplane Mode program for my operating system and I now have AppleScript Error message. It will not allow me to quit the program. Also, once that happens how do I remove the program from the computer?

Info:
MacBook Air, Mac OS X (10.7.4)

View 1 Replies View Related

Safari :: Bookmarks Won't Save And Bookmarks.plist Missing?

Jun 7, 2012

After my recovery drive went missing and trying to reinstall it, had to do a format of my hard drive and reinstall everything once I got OS X reinstalled and up-to-date, I tried to import my bookmarks from a backup bookmarks file, when I quit safari and re-open safari bookmarks were missing and default ones back in place. When searching though the forums for how to fix this problem but too know unluck they did not work.

Info:
MacBook Pro, Mac OS X (10.7.4)

View 7 Replies View Related

OS X V10.7 Lion :: Lion Mail Won't Save My SMTP Port

Jun 26, 2012

My mail setup requires SMTP to use 1025 for the port. I change this under the preferences but if I restart the mail program, it does not appear to save this setting. Is this a bug or can I set this manually behind the scenes to avoid having to change this each time I restart the program?

View 1 Replies View Related

OS X :: Icons Missing In Finder / Apps And Video Icon Missing

Nov 30, 2010

Over the last few days I've noticed a problem with missing icons. It seems to mainly effect icons in the Trash but I have one or two missing icons for videos and apps within the Finder and on the Desktop. The icon is completely gone - I have to click on the filename to select it. Quicklook works OK (for video).

I can't think of anything I've installed that would have done it except Onyx, but I haven't run that in weeks. I did repair permissions a few days ago but I doubt that could break this. It persists after a reboot. I can't get it to happen on command, it just randomly occurs. Creating a New Folder always works OK.

View 3 Replies View Related

MacBook Pro :: Sidebar Missing From Finder / Little Dot On Left Side Missing

Dec 29, 2010

I clicked the little jellybean thing on the top right, and it only makes the menubar appear and disappear, but the sidebar is still gone.i don't have a little dot on the left hand side so i have nothing to drag. i checked my finder preferences and the folders are still checked.but even after all that... still no side bar.

View 2 Replies View Related

OS X V10.7 Lion :: How To Save The Installer

Mar 19, 2012

I understand the lion installer evaporates after use. I have three macs and would rather not endure the 2+ hours to download lion for each.  As soon as the App Store finished downloading it, it went straight into the install sequence.  I've stopped at the software license page for fear that it might proceed after that and I won't be able to stop it prior to the installer disappearing.

Info:
iMac, Mac OS X (10.7.3)

View 2 Replies View Related

OS X V10.7 Lion :: How To Save Pdf Documents

Apr 16, 2012

Save and also save as menus disappeared from Lion Preview file menu. How can I save pdf documents?

Info:
iMac (21.5-inch Mid 2010), Mac OS X (10.7.3)

View 4 Replies View Related

Safari :: Can't Save Pdf's In Lion

Jun 1, 2012

Before the problematic ridden Lion OS, I was always able to save a pdf page in Safari simpy be Save or Save as.  Now I always get the annoying message ''File xxxx can not be exported as xxxx.pdf".   What?  Been doing this for years until the new OS.  Is there a magic setting somewhere to be able to save? 

Info:
iPad, iOS 5.0.1, MacPro, MacBook Pro, iPad, iPhone

View 5 Replies View Related

OS X V10.7 Lion :: Item Missing From Sidebar?

Feb 10, 2012

Documents is not showing up on my Finder's sidebar, I went into Preferences and under sidebar the box for Documents was unchecked so I tried to click it to make it appear, it appeared for maybe a millisecond and then unchecked itself.

Info:
MacBook, Mac OS X (10.7.3)

View 14 Replies View Related

OS X V10.7 Lion :: Menu Bar Missing On Reboot?

Feb 19, 2012

I rebooted my Macbook Air (Mac OS X Lion) and the menubar doesn't show up.  The top of the desktop is blank.  No date/time.  No wifi icon. Nothing.  When I launch an application then the menubar shows up.  When I close the application no menubar.  Also, when I option+right-click on the Finder icon in the Dock there is no option to relaunch Finder. When I open a folder the menubar for Finder doesn't show up.  What should I do?

Info:
Mac OS X (10.7.2)

View 6 Replies View Related

OS X V10.7 Lion :: Compress PDF Missing From Preview?

Feb 21, 2012

I want to compress a PDF I have created. I've been told that in Preview, in the Print dialog box, in the PDF menu there is an option "Compress PDF." That option doesn't appear in my dropdown menu. It doesn't appear in that menu regardless of what program I'm selecting Print from. I have a new MacBook Pro I bought last August with the latest version of Lion. How do I get that compression feature to work on my system?

Info:
Mac Pro, Mac OS X (10.7.3)

View 2 Replies View Related

MacBook Pro :: IDVD Is Missing On Mac OS X Lion 10.7.3

Mar 12, 2012

Some weeks ago I bought a MacBook Pro Mac OS X 10.7.3 Lion. Last week I had to burn a DVD but I didnt found iDVD on my mac, I've read in some discussion forums that it is not included in this version, I'd like to give some solution or indicate me where I can download iDVD because I need it to several of my projects.

Info:MacBookPro, Mac OS X (10.7.3)

View 1 Replies View Related

OS X V10.7 Lion :: All Files Are Missing In Finder

Mar 25, 2012

It seems that I've made something and now I can't see my files in the All My Files Finder ...

Is it possible to restore the Finder Preferences to Default ? Or , How can I see all files again ? 

Info:
iMac, Mac OS X (10.7.3)

View 4 Replies View Related

OS X V10.7 Lion :: Some Pdf Attachments Missing In Mail 5.2

Mar 28, 2012

I fail to receive pdf attachments intermittently using Mail 5.2 running OS X 10.7.3 (Lion). When the attachments do not arrive, I see no paperclip in the attachments column. On a recent occasion, a colleague sent me three consecutive emails, each with 1-2 pdf files attached. The middle one (containing one pdf), shows no attachment in Mail. However, I know the attachment is there, because if I open it on my iPhone, I see the attachment. What's more, if I forward the email to myself from the iPhone, I can now see the attachment again. This has happened several times in the past as well.

View 3 Replies View Related

MacBook Pro :: OSX 10.7.3 Lion Preferences Missing CPU?

Apr 3, 2012

I recently noticed that my mac book pro, 17" display, with Dual 2.66 Ghz i7 processors is running slower than usual. I ran disk utility and onyx and everything is fine. When I run apps in general things seem ok except for Safari, which crawls at times and I get a lot of spinning beach balls. Seemlingly a very common problem lately. In trying to locate the source of the problem, I went to my preferences to see what OSX thought of my system. Low and behold, it thinks that I only have one CPU!!! The OS thinks I have 1 CPU where the apps know that I have 2 CPUs. When I am running apps that display the CPUs, (i.e. Activity Monitor, video apps, disk burning apps, etc) they all show 4 cores as expected. why the system would be incorrectly displaying only one i7 CPU? This has happened in recent weeks. The last time I looked (weeks ago) it correctly showed 2 i7 CPUs. I have reboted my machine several times already, so that's not it.

Info:
MacBook Pro, Mac OS X (10.7.3), Dual 2.66 Ghz i7 processors

View 7 Replies View Related

OS X V10.7 Lion :: Mail Stationary Is Missing

Apr 7, 2012

I recently did a rigorous data cleaning using Cocktail and MacKeeper.I was able to recover about 9GB space back to my HD. but there was a catch. I found something missing - while MacKeeper said all was safe to delete.Is there anyway I can recover this Stationary Function on my Mail?

Info:MacBook (13-inch Aluminum Late 2008), iOS 5.1

View 3 Replies View Related

OS X V10.7 Lion :: Missing Files After Migrating From 10.6.8

Apr 15, 2012

Migrated from an older 2007 iMac to a new iMac w/ OSX Lion via ethernet connection between the two machines.

Migration appeared to proceed smoothly but on starting the new Mac I noticed that I did not have any of my emails (client is Mail), nor my contacts.

So what exactly does the migration assistant transfer?...

I am also looking for the User/Library section and cannot find it. On my old machine all the email attachments where stored there. Has the folder structure changed that much? (and can you point me to some article that illustrates the changes between the 2 OSs?) 

Info:
iMac, Mac OS X (10.7.2)

View 1 Replies View Related

OS X V10.7 Lion :: Library Folder Is Missing?

Apr 23, 2012

I just noticed that my Library folder is missing from my home folder.  I have the one on my hard drive but not in the home folder.  I did a search for it and cannot find it.  I went into Time Machine and found it way back in November of 2011....it did not show up after that.  It was about that time when I installed Lion...maybe in that process I lost it from my home folder. If I can't find the missing one....and I can't.....should I restore the old one in Time Machine?  I started to do that but then I got the question about do I want to have it REPLACE the old one (I don't know where the old one is to replace), do I want to save BOTH files, or do I just want to leave the old one.  I would leave the old one if I knew where it was but I don't.  What should I do.....should I check 'replace the old one?"  Then the library folder will be one from 2011.  Does that matter?  I don't want to do the wrong thing. 

View 10 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved