Renaming a file in Finder changed with Snow Leopard somehow?

I've used an AppleScript for ages to:
1. choose a file (a screenshot)
2. prompt for a new name
3. File is renamed by Finder with new name
4. compose a command to copy it to another server
It seems Finder is not updating the "alias" to the file since I upgraded to Snow Leopard; this very code has worked for the last few versions of OS X:
set screencap to (choose file with prompt "Choose the screen shot: ")
display dialog "Enter new file name: " default answer "foo"
set newname to (the text returned of result as string)
set newnamepng to (newname as string) & ".png"
log "newname is " & newname & " newnamepng is " & newnamepng
log "screencap is " & screencap
tell application "Finder"
set the name of screencap to (newnamepng as string)
end tell
log "the name of screencap is now: " & screencap
set posixscreencap to the POSIX path of screencap
set scpcmd to "scp " & posixscreencap
log scpcmd
Here's what happens when I run it:
tell application "AppleScript Editor"
choose file with prompt "Choose the screen shot: "
--> alias "Einny:Users:swain:Desktop:Screen shot 2010-09-13 at 2.06.44 PM.png"
display dialog "Enter new file name: " default answer "foo"
--> {text returned:"newnameforscreenshot", button returned:"OK"}
end tell
(*newname is newnameforscreenshot newnamepng is newnameforscreenshot.png*)
(*screencap is Einny:Users:swain:Desktop:Screen shot 2010-09-13 at 2.06.44 PM.png*)
tell application "Finder"
set name of alias "Einny:Users:swain:Desktop:Screen shot 2010-09-13 at 2.06.44 PM.png" to "newnameforscreenshot.png"
--> "newnameforscreenshot.png"
end tell
(*the name of screencap is now: Einny:Users:swain:Desktop:Screen shot 2010-09-13 at 2.06.44 PM.png*)
(*scp /Users/swain/Desktop/Screen shot 2010-09-13 at 2.06.44 PM.png*)
For some reason the file alias "screencap" does not get a new name. Any suggestions?

When I run your script, the file name does get changed, it is just that the Finder is not keeping up with the script. There are a few fixes:
1) add a short delay after the rename (delay 1 seems to be enough)
2) use *System Events* instead of the Finder
3) add an update command after setting the name in your FInder tell statement (e.g. update screencap)
Note that an alias will still point to the same file item (even if it does have a different name), but the POSIX path of the alias object does need to be updated before you can use that.

Similar Messages

  • Mouse and Finder problems with Snow Leopard

    Since upgrading to Snow Leopard I have a weird problem, after a time the mouse will start skipping and the finder becomes very slow to respond, whether it a program is calling up a dialog box, or I go to the apple menu to select "system preferences" or I double click on a HD, it is slooooooow.
    Funny thing is that after a reboot, all is well until it isn't, and it progresses, the mouse will skip a bit then more then the finder gets slow and then slower etc... there is no consistency to the duration of onset of problems, and it doesn't matter if I open no programs or 6.
    Also, I have removed all preference panes that aren't Apple's and rebuilt the permissions and did a couple of FSCKs (disk appeared to be fine in all cases) I have over 40% free on my start up drive and as you can see below I have 10gigs of ram.
    any help would be greatly appreciated.

    looking at the system.log in the profiler now, there is a problem, a version of snapz pro and eyeTV (the latter I had sussed out from the console application, odd that the system.log in the profiler didn't mention eyeconnect and the console didn't mention snapz)... I just upgraded both to the latest versions that are supposed to be snow compliant, but only time will tell if this fixed the problem.
    thanks

  • "open recent" from file menu not operating with snow leopard?

    is anyone else having trouble with this?
    did i accidentally disable this option? if so, how do i enable it?
    thanks

    PeterBreis0807 wrote:
    I can understand why they have done this, although agree it is not a good idea.
    Apple has made accessing the applications harder than need be, by nesting them inside the iWork folder. Without the manuals.
    The User Guide says nothing about the need to leave the iWork components in the iWork '09 folder.
    Is it difficult to understand that we don't buy three separate applications but one package?
    The soluce of three apps in one package may have several reasons:
    (1) developping Keynote then Pages then Numbers was more efficient in terms of cost than developping them as a single app.
    (2) keeping them as separated items gives the ability to load an item smaller than a treeinone app so it requires less time and use less memory.
    (3)…
    If users are too numerous to break the 'rule', I'm afraid that Apple decide to pack the three apps in a single item so the problem would be definitely solved.
    If someone want to have direct access to iWork components from the Applications menu, the correct soluce is to create aliases of thes apps and store these aliases in the Applications folder. Neat, simple and free of the described oddities.
    as in the +Open With+ in File information,
    The operating system apply a default setting for the "Open with" feature.
    There is a problem for those which want an other setting.
    But, as every user has its own needs, there will always be necessary to make individual choices.
    Which app must open a .doc file ?
    For me it's a moveit_to_thetrash tool
    for some users, it's Word
    for some, it's openOffice
    for some, it's neoOffice
    for some, it's Bean
    for some, it's Pages
    for some, it's TextEdit
    and I know users having all of them installed.
    Automatic link between a kind of doc and an app is an inaccessible dream.
    The user action is required.
    and the +Keyboard Shortcuts+ preferences.
    The decision to apply this or that shortcut to a menu item is part of the design task. I think that it's the designer which must define them, not the user. You don't change the commands of your motorcar, I don't understand why you would change those of an application.
    If you don't like the application GUI, use an other app.
    Yvan KOENIG (VALLAURIS, France) vendredi 11 septembre 2009 17:24:59
    The user is here to use program, not to design them.

  • DNS Settings have Changed with Snow Leopard Update

    Before I upgraded to SL, I was able to append a DNS server to the list of servers that my MacBook Pro acquired from the DHCP server. This way, I didn't have to manually edit my DNS settings all the time when I was in the office and wanted to access our lab network by name. Now after the upgrade, I have to remove all manually entered DNS servers before it will use the DNS servers given to it by the DHCP server. Is there a way that I can always append my lab DNS server to the list given to me by DHCP?
    Thanks,
    John

    I am on or office wireless network which handles the DHCP lease and DNS addressing, but I am an engineer in the office and access the lab often and we have another DNS server in the lab to handle all of the lab network. The Sales folk don't need access to the lab so the DHCP server doesn't give out the lab dns server... I would like to access the lab via name, not IP, so I need the lab DNS server on my list of servers. If I can't append this to the DHCP list, I have to manually add all three every time I am in the office. I am frequently out at customer/vendor sites and use thier wireless, so I get thier DNS list.
    Short answer is I need our lab DNS server on the list and frequently move from network to network... I want it to work the way it was before the "upgrade", which wasn't much of an "upgrade" if it breaks this. I want my Leopard back.
    John

  • My Toshiba 1TB 2.5 inch External StorE Art HDD doesn't show up in Finder.  The light is on and it hums. Has always worked perfectly and now this. Using it on a 2010 Mac with Snow Leopard 10.6.8

    My
    Toshiba 1TB 2.5 inch External StorE Art HDD doesn't show up in Finder.
    The light is on and it hums. Has always worked perfectly and now this. Using it on a 2010 Mac with Snow Leopard 10.6.8

    tried another cable (from a camera) with no joy. However after turning off TM and searching for the EHD and not finding it, I revisited Disk Utility and can 'see' it there. The bad news is that it says,
    Verifying volume “Toshiba 1TB”
    Checking Journaled HFS Plus volume.
    Invalid extent entry
    The volume   could not be verified completely.
    Error: This disk needs to be repaired. Click Repair Disk.
    Verify and Repair volume “Toshiba 1TB”
    Checking Journaled HFS Plus volume.
    Invalid extent entry
    The volume   could not be verified completely.
    Volume repair complete.Updating boot support partitions for the volume as required.Error: Disk Utility can’t repair this disk. Back up as many of your files as possible, reformat the disk, and restore your backed-up files."

  • I can't read in Mavericks DVDs and Bluray data burn with UDF system files burn with Snow Leopard, please help me. Thanks

    i can't read in Mavericks DVDs and Bluray data burn with UDF system files burn with Snow Leopard, please help me. Thanks

    They are DVDs with video files from a little more than 2 GB per file, were burned in Snow Leopard, with UDF file system, now that I updated to Mavericks when I try to read disks displays the directory in the finder a moment and then disappear and does not display them show them more. It is impossible to read the discs, but only those who were burned with UDF file system. Thank you for your help.

  • SUID file warning with Snow Leopard permissions repair

    I get this whenever I repair permissions on SL
    Warning: SUID file "System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Reso urces/Locum" has been modified and will not be repaired.
    Does anyone know what it means ?

    I never found the need for these fine forums before -from my '94 Powerbook 500C thru my '04 iMac G4- but now I've upgraded to a tricked out 'new' 2008 MacBook with Snow Leopard I'm running into bugs, left, right and centre. Here's what I've got to share:
    Aside from the now infamous Bluetooth issue, I just ran into the following two thread relevant warnings after running DU in an attempt to find out why my infrared Apple Remote won't work.
    *Warning: SUID file "System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Reso urces/Locum" has been modified and will not be repaired.*
    and
    *Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent" has been modified and will not be repaired.*
    From googling around it seems that these are nothing new for the Mac Daddy, dating back several years so I'm not holding my breath for Apple to step up to the plate.
    Has anyone run anything like DiskWarrior or Drive Genius instead of Disk Utility to try and resolve this? I'd give it a go myself but since I'm still feeling my way around my new rig I'm a bit leery of being a lab rat myself.
    I'm only three days into playing with all my new toy. What next? Oh well, at least I have company in my misery and we all know how compatible they are. I'm happy to make your acquaintance ladies and gentlemen.

  • I am deleting files through my trash in my macbook pro (2010) and then emptying the trash can, but my hard disk space is not increasing! i recently upgraded to lion and the problem is new, wasn't the same with snow leopard! HELP!!!!!

    i am deleting files through my trash in my macbook pro (2010) and then emptying the trash can, but my hard disk space is not increasing! i recently upgraded to lion and the problem is new, wasn't the same with snow leopard! HELP!!!!!
    When i press command+I (Get Info) i see that there is 140 GB "Available Space" on my hard disk but when i click on my hard disk icon on the desktop, and then press "space" i only see 102 GB free!! What the f*???
    Please HELP!!!!!! Getting second thoughts on Lion!!!!

    Hi b,
    Have you restarted yet?

  • Microsoft Office 2004 (Word) unable to save files  I have been running Office 2004 on my Intel iMac with Snow Leopard for some time and all of a sudden I cannot save a document. Word just stopped responding and I have to force quit. I can open Word and cr

    Microsoft Office 2004 (Word) unable to save files
    I have been running Office 2004 on my Intel iMac with Snow Leopard for some time and all of a sudden I cannot save a document. Word just stopped responding and I have to force quit. I can open Word and create a new document but I cannot save it. I reinstalled Word but that didn’t help. Then went to the Internet and found at least one other Mac user having the same problem which it suggests is caused by a recent Mac Security Update:
    http://answers.microsoft.com/en-us/mac/forum/macoffice2004-macword/word-2004-wil l-not-open-or-save-documents/b04eb870-9b0d-4f3b-bb47-b122301e36f6
    So I check for a new Mac Security Update and sure enough there was one. I downloaded it and now Word seems to be working, as it should. I can both open and save files. The only problem remaining is that when I open Word I get the following error message “An unexpected error occurred while trying to load the Microsoft Framework library”. I contacted Apple but they were unable to help.
    How can I get rid of this error message?

    Look, I realize you might have to get your machine working, so this is how you revert back.
    Restore proceedure to pre-Security Update 2012-001 v 1.0 & v 1.1
    #1 Backup your personal data off the machine.
    Backup files off the computer (not to TimeMachine). If you don't have a external drive, get one and connect to the USB/Firewire port and simply drag and drop copy your User folder to the external drive, it will copy all your files. It's best to have two backups of your data off the machine when trying to restore.
    Disconnect all drives now to prevent any mistakes from occuring.
    #2 Reinstall OS X 10.6 from disk
    Get out your 10.6 install disk and make sure it's clean and polished (very soft cloth and a bit of rubbing alcohol, no scratches) If your disk is borked, you'll have to order a new one from Apple with your serial number.
    Hold c boot off the 10.6 disk (wired keyboard, internal optical drive), use Disk Utility First Aid to >Repair Disk  of your internal drive  (do not format or erase!!), Quit DU and simply re-install 10.6.
    Note: Simply reinstalling 10.6 version from disk (without erasing the drive) only replaces 10.6.8 with 10.6.x and bundled Apple programs, won't touch your files (backup anyway)  or most programs, unless they installed a kext file into OS X itself. (only a few on average do this)
    #3 Update to 10.6.8 without Security Update 2012-001 v1.0 or v1.1
    Reboot and log in, update to 10.6.8 via Software Update, but EXCLUDE THE Security Update 2012-001 by checkinig the details and unchecking the blue check box.
    #4 Reinstall any non-working third party programs
    When you reboot, make sure to reinstall any programs that require kext files installed into OS X, you'll know, they won't work when you launch them or hang for some reason as they are missing the part they installed into OS X.
    If for some freakish reason you get gray screen at any time when booting (possible it might occur when you reinstall older programs), hold the shift key down while booting (Safe Mode, disables kext files) and update your installed third party software so it's compatible with 10.6.8.
    https://support.apple.com/kb/TS2570
    That's it really.

  • I have just upgraded to Mavericks and have been using Time Machine on an external disk with Snow Leopard.  Can I continue to backup with Time Machine on the same external disk or do I need a new disk since the operating system has changed?

    I have just upgraded to Mavericks and have been using Time Machine on an external disk with Snow Leopard.  Can I continue to backup with Time Machine on the same external disk or do I need a new disk since the operating system has changed?

    Hi there,
    I found that Time Machine in Mavericks will sort it all out for you. You shouldn't need to buy another backup drive, unless you have insufficient space left and can't afford to delete whats on there. It should just work fine.

  • I have a MacBook pro version 10.6.7 with snow leopard. After an scheduled software upgrade I could not open Quicken (It said it could not open the files). Now I can only open it if I have my external drive on. Can you help?

    I have a MacBook pro version 10.6.7 with snow leopard. After an scheduled software upgrade I could not open Quicken (It said it could not open the files). Now I can only open it if I have my external drive on. Can you help?
    All the information that I had input on Quicken is gone. I have to have the external hard drive that I use to back up to be able to use quicken now. It is as if it was erased from the laptop hardrive

    Try repairing permissions. My favorite way is with a utility called AppleJack. Info and download here. It's free. It only works when you boot in Single User Mode. When restarting or booting, hold down the Command key and S keys.
    You will get a very different startup screen that looks like the Terminal app has hijacked the screen. Just let the lines of text scroll by. When that happens you will get a text entry prompt. Type in "AppleJack" without the quotation marks.
    A DOS looking menu will appear. Choose 1 or d to run Disk Repair. If you get a message that Disk Repair found and corrected errors, run it again. Repeat until you get the "your disk appears to be ok" message. This rarely happens with my experience, though. This does the same thing as as booting from an external drive and running Disk Utility's repair. Only, no external drive is required!
    Next, choose 2 or p to repair disk permissions. This will take a little while. AppleJack warns that it will take up to an half hour to run repair permissions. It'n never taken more than about ten minutes for my MacBook Pro.
    As permissions are repaired, you will see each repair scroll on the screen. When done, the menu returns, choose q to quit. Then at the prompt, enter "exit" without the quotes. Your MacBook Pro should restart into Mac OS normally after this.
    Hope this helps.

  • Can anyone help me find the raw converter for Nikon D4/ I have Aperture 3.0 with Snow Leopard. thanks in advance

    hi,
    Having problems finding the correct download for a Nikon D4 raw converter.
    Can anyone help direct me to the right link?
    I am using Aperture 3.0 with Snow leopard.
    thanks in advance
    Mark

    Nikon D4 is supported by Digital Camera RAW Compatibility Update 3.10:
    http://support.apple.com/kb/DL1510
    Check the System requirements, if it is compitability with your installation Mac OS X 10.6.8.
    Regards
    Léonie

  • Can I work with .docx files with snow leopard?

    I'm told if I use windows, I can fill out .docx files after I down-load them, rather than printing them out, filling them out by hand, then scanning/attach to an e-mail or 'fax' them. Can I do this with Snow Leopard 10.6.8 ?

    Yes.  http://www.openoffice.org/ will open and edit DOCX files.  Use Windows Attachments when clicking on the paperclip attachment in composing messages to attach the DOCX file.    The paperclip icon will appear if you use View menu -> Customize toolbar to add it there, if it was not there already.

  • TS3147 I seem to have lost fax capability with Snow Leopard. Does not appear in Print as before. Cant find fax in system Preferences. No drivers for fax found Bob Wines.

    I seem to have lost fax capability with Snow Leopard.
    Does not appear in Print as before. Cant find fax in System Preferences. No drivers for fax found.
    Initially said it was downloading software but no longer does this. Fax test works on HP site.
    Using HPC410aHP Photosmart Premium
    Any help would be appreciated.
    Bob Wines.

    Thanks for your detailled description of the faxmodem installation!
    I've tried this with Mac OS X v10.8 Mountain Lion and it works fine.
    I've to type "cupsctl WebInterface=yes" in terminal to see the interface.
    Does anybody know, if send faxes are saved somewhere?

  • BUG: Renaming a file causes Finder to restart - after Update 2008-008

    BUG: Renaming a file causes Finder to restart. This started occurring after installation of the Security Update 2008-008. I can't rename files or folders.
    Is there a solution? A workaround? A software update? I repaired permissions but that didn't help.

    Here's an excerpt of the crash dump referenced in the Console utility application.
    Crash report written to: /Library/Logs/CrashReporter/Finder.crash.log
    The first few lines shows that LockRenameUnicode is called when renaming the file, then the Finder crashes. What is causing this crash in Finder in Mac OS X 10.4.11 after installing the Security Update 2008-008?
    0 com.apple.CoreGraphics 0x9f9036fc RGBAfmarkbitmapmask + 8440
    1 <<00000000>> 0x0421e1ec 0 + 69329388
    2 com.apple.DesktopServices 0x90a520f4 LockRenameUnicode(FSRef const&, unsigned long, unsigned short const*, unsigned long, FSRef*) + 84
    3 com.apple.DesktopServices 0x90a4d890 THFSPlusRef::SetName(unsigned long, unsigned short const*, bool) + 200
    Host Name: owl
    Date/Time: 2008-12-18 02:24:16.661 -0800
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: Finder
    Path: /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Parent: WindowServer [63]
    Version: 10.4.7 (10.4.7)
    Build Version: 1
    Project Name: Finder_FE
    Source Version: 5292900
    PID: 857
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0 Crashed:
    0 com.apple.CoreGraphics 0x9f9036fc RGBAfmarkbitmapmask + 8440
    1 <<00000000>> 0x0421e1ec 0 + 69329388
    2 com.apple.DesktopServices 0x90a520f4 LockRenameUnicode(FSRef const&, unsigned long, unsigned short const*, unsigned long, FSRef*) + 84
    3 com.apple.DesktopServices 0x90a4d890 THFSPlusRef::SetName(unsigned long, unsigned short const*, bool) + 200
    4 com.apple.DesktopServices 0x90a3bb28 THFSPlusStore::SetName(TPropertyReference const&, bool) + 244
    5 com.apple.DesktopServices 0x90a0e664 THFSPlusStore::SetProperty(unsigned long, TPropertyReference const&, bool) + 140
    6 com.apple.DesktopServices 0x90a42768 TNode::SetName(TPropertyReference const&) const + 60
    7 com.apple.DesktopServices 0x90a19468 TNode::SetProperty(unsigned long, TPropertyReference const&) const + 56
    8 com.apple.DesktopServices 0x90a193b0 SetNodeProperty(OpaqueNodeRef const*, unsigned long, TPropertyReference const&) + 148
    9 com.apple.DesktopServices 0x90a48550 SetNodePropertyAsStringNew + 52
    10 com.apple.finder 0x000aa4b0 0x1000 + 693424
    11 com.apple.finder 0x00094cdc 0x1000 + 605404
    12 com.apple.finder 0x0015707c 0x1000 + 1400956
    13 com.apple.finder 0x001579c0 0x1000 + 1403328
    14 com.apple.finder 0x0000ecac 0x1000 + 56492
    15 com.apple.finder 0x0000eba8 0x1000 + 56232
    16 com.apple.HIToolbox 0x932af934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    17 com.apple.HIToolbox 0x932af08c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    18 com.apple.HIToolbox 0x932b5e90 SendEventToEventTarget + 40
    19 com.apple.finder 0x001574a0 0x1000 + 1402016
    20 com.apple.finder 0x00058388 0x1000 + 357256
    21 com.apple.finder 0x00087d20 0x1000 + 552224
    22 com.apple.finder 0x0006f4fc 0x1000 + 451836
    23 com.apple.HIToolbox 0x933a994c TBrowser::GetClientData(unsigned long, unsigned long, void*, bool) const + 176
    24 com.apple.HIToolbox 0x9348b324 TTableCell::PrepEditText(bool) const + 2988
    25 com.apple.HIToolbox 0x933a2c38 TTableView::CancelEditSession(bool) + 120
    26 com.apple.HIToolbox 0x9347e4f0 TBrowser::KeyFilterProc(OpaqueControlRef*, short*, short*, unsigned short*) + 160
    27 com.apple.HIToolbox 0x933e4e58 InvokeControlKeyFilterUPP + 24
    28 com.apple.HIToolbox 0x93472e00 TextInputFilter(ShrinkToFitEditFieldGlobals*, OpaqueEventRef*) + 148
    29 com.apple.HIToolbox 0x93473200 TextInputHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 404
    30 com.apple.HIToolbox 0x932af934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    31 com.apple.HIToolbox 0x932af08c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    32 com.apple.HIToolbox 0x932b5e90 SendEventToEventTarget + 40
    33 com.apple.HIToolbox 0x933c4224 HandleTextInputEvent(OpaqueEventRef*) + 56
    34 com.apple.HIToolbox 0x932b6218 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 524
    35 com.apple.HIToolbox 0x932afb84 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1284
    36 com.apple.HIToolbox 0x932af08c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    37 com.apple.HIToolbox 0x932b5e90 SendEventToEventTarget + 40
    38 com.apple.HIToolbox 0x933c4120 SendTSMEvent + 228
    39 com.apple.HIToolbox 0x933c3870 SendUnicodeTextAEToUnicodeDoc + 928
    40 com.apple.HIToolbox 0x933c329c utDeliverTSMEvent + 1024
    41 com.apple.HIToolbox 0x933c2e80 TSMKeyEvent + 88
    42 com.apple.HIToolbox 0x93379b34 TSMProcessRawKeyEvent + 920
    43 com.apple.HIToolbox 0x933795fc HandleCompatibilityKeyEvent(OpaqueEventRef*) + 308
    44 com.apple.HIToolbox 0x932ac6a4 HIApplication::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 788
    45 com.apple.HIToolbox 0x932af934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    46 com.apple.HIToolbox 0x932af08c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    47 com.apple.HIToolbox 0x932aef08 SendEventToEventTargetWithOptions + 40
    48 com.apple.HIToolbox 0x933792a4 HandleKeyboardEvent(OpaqueEventRef*, unsigned long) + 352
    49 com.apple.HIToolbox 0x932b620c ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 512
    50 com.apple.HIToolbox 0x932afb84 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1284
    51 com.apple.HIToolbox 0x932af08c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    52 com.apple.HIToolbox 0x932b5e90 SendEventToEventTarget + 40
    53 com.apple.HIToolbox 0x932f6c04 ToolboxEventDispatcher + 92
    54 com.apple.HIToolbox 0x932f6b90 HLTBEventDispatcher + 16
    55 com.apple.HIToolbox 0x932f5148 RunApplicationEventLoop + 148
    56 com.apple.finder 0x00008960 0x1000 + 31072
    57 com.apple.finder 0x00004f18 0x1000 + 16152
    58 com.apple.finder 0x00069ff0 0x1000 + 430064
    59 com.apple.finder 0x00069e98 0x1000 + 429720

Maybe you are looking for

  • Spry Menu Bar Question

    Hello all, I am using Spry Menu Bars for the first time and have checked out most of the online documentation. I have gone into the CSS file to customize much of the look of my first menu. I would like to do the following, but can't seem to find wher

  • Create new album in Facebook while sharing is not available

    Since upgrading iPhoto to 2.0 (531) disappeared function to create a new album in Facebook while sharing. There is no button "+" or "create new album" where I want to put them. I can choose between existing albums, one of them is album called "iOS Ph

  • Mail not sent using SO_NEW_DOCUMENT_SEND_API1

    Hi, I am using report RSCONN01 after the FM SO_NEW_DOCUMENT_SEND_API1 to send email. Eg: submit rsconn01 with mode = 'INT'                 with output = 'X'                 and return. But this report gives a popup which is creating a problem. Is the

  • Problem during Rate Routing Upload using BDC.

    Dear Sir/Madam, I am uploading Rate Routings using a BDC program which is working perfectly but having a single problem. In the initial screen of the transaction CA21(Create Rate Routing), I need to enter only the Material Number and its Plant and al

  • [SOLVED] yaourt shows new packages, pacaur says "nothing to do"

    Because of https://bbs.archlinux.org/viewtopic.php?pid=1455060, I decided to try pacaur. "pacaur -Syyua" says nothing to do, while "yaourt -Syyua" shows three packages. Is there anything special I need to do to migrate from yaourt? Last edited by sim