Trouble porting CS3 script to CS5

Hi:
I'm having difficulty porting some of my CS3 scripts over to CS5. It seems I'm having problems placing graphics in rectangles.
On the following script:
tell application "Adobe InDesign CS5"
activate
set newDoc to make document
tell newDoc
tell document preferences
set page width to 8.5
set page height to 11
end tell
make rectangle with properties {geometric bounds:{1.75, 1.5, 3.5, 4.375}, fill color:swatch "Black", fill tint:0, stroke weight:0.5, stroke color:swatch "Black", stroke tint:0, label:"ImageBox"}
set tempPDF to "Macintosh HD:Users:someuser:Desktop:temp.pdf"
tell rectangle "ImageBox"
place tempPDF
end tell
end tell
end tell
it draws the rectangle but I get an error saying it doesn't understand the "place" message.
Has something changed in how you load a graphic into a rectangle?
Thanks.
--jon

Hi jon,
Instead of setting the label property, set the name property. Then your script should work.
Thanks,
Ole

Similar Messages

  • [AS] Versioning to preserve CS3 scripts in CS5

    Hi everyone,
    I've been reading through the thread about what has changed for scripting InDesign CS5. I have been writing scripts for CS3 for about a year and we are upgrading in the new year. I have the demo of CS5 loaded so I can test how the scripts i've written will or won't run.
    Someone indicated in that "what's different" thread that you can "version" the scripts so that they will run in newer versions without having to rewrite the parts of the syntax that have  changed.
    Can someone elaborate on how to do this with AppleScript?
    I put
    tell application "Adobe InDesign CS5"
    set version of script preferences to "5.0"
    at the beginning of the script (and changed all instances of CS3 to CS5 in the script as well) but the script is still not working as with CS3.
    Is there something else I need to do to get CS5 to recognize the syntax of CS3 and understand the commands?
    Thanks

    You will want to set the version back at the end of the script too.
    To deal with the syntax issues, you can wrap the relevant code in:
    using terms from application "Adobe InDesign CS3"
    end using terms from
    You can use the "publish terminology" command to make a dummy dictionary-only version of CS3 so you don't need both versions running; how to do it is documented in the InDesign CS5 Scripting Guide.
    For scripts you run from the Scripts panel, you don't need to make any changes -- just enclose them in a folder called "Version 5.0 Scripts".

  • Is there a script for CS5 to export a multi-page InDesign Document to single page InDesign documents

    Hello,
    I am having trouble finding a script or utility that would allow me to export each page of an InDesign CS5 document as multiple single page InDesign documents. I have found one script that does this for CS3, but nothing for CS5. Thank you for any help.

    Generally speaking, if a script doesn't run in a later version, you can put it in a subfolder withteh correct version number as the name and it will work. For CS3 that would be "Version 5.0 Scripts" without the quotes.
    That said, if you have Acrobat pro, it's probably easier to use the extract pages command...

  • Issue editing CS3 files in CS5, hangs ID forever, 100% processor

    When opening or modifying CS3 files in CS5, ID will hang forever.
    Specifically, we have documents that have complex advertiser approval objects on the slug area, many are grouped and have script labels. We have multiple objects on the pasteboard,  about 7 layers, some locked some not, master page items, and guides, etc etc. The ads themselves are pretty complex, can be from 15 to 90+ text and image frames. We have many fonts per ad (can be 10+) and the computers have about 250 families of fonts.
    When I open a CS3 file in CS5, if I option-drag an object on the page, or if I copy the main page contents to a new template (converted from CS3), and try to move or manipulate some items, ID locks up and must be force quitted once the beach ball starts. I have tried to let it run its course for up to 5 mins. The lockup has happened more on text boxes than images, but I can clearly see ID hesitating when copying/moving objects. I am watching a processor monitor and can see 1 of my cores ramps up to 100% and stays there until I force quit.
    The only solution I have come up with is to convert the document to INX in CS3. Then open the INX in CS5, and then most manipulation seems OK with no hesitation and no beach ball. Copying/pasting/dragging/putting into a new document is OK then.
    Opening documents directly in CS5 almost universally (except for the simplest "hello world" document) will cause CS5 to die upon manipulation.
    Setup: 4 core Mac Pro, 4gb ram, OS X 10.6.4, CS3 and CS5 install; also tested/reports of same problem on iMac 24 and iMac (2010) 27s, OSX 10.6x.
    I'd love to be able to send crash reports to Adobe, but I can't actually get a real crash. I keep getting the Apple force-quit reporter. Any way to send that to Adobe?
    Chris

    I need to find out why this is happening or our upgrade is gonna hit the rocks. Anyone from Adobe here to read this? I'll be happy to send docs over. I can still have this hang CS5 with documents even when exported to INX.
    Here's an Apple force-quit log:
    Date/Time:       2010-11-15 15:50:22 -0500
    OS Version:      10.6.4 (Build 10F569)
    Architecture:    x86_64
    Report Version:  6
    Command:         InDesign
    Path:            /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
    Version:         7.0.3.535 (7030)
    Parent:          launchd [117]
    PID:             1053
    Event:           hang
    Duration:        3.34s (sampling started after 2 seconds)
    Steps:           13 (100ms sampling interval)
    Pageins:         0
    Pageouts:        0
    Process:         Adobe InDesign CS5 [1053]
    Path:            /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
    UID:             726863409
    Process:         Adobe InDesign CS3 [1001]
    Path:            /Applications/Adobe InDesign CS3/Adobe InDesign CS3.app/Contents/MacOS/Adobe InDesign CS3
    UID:             726863409
    Process:         AirPort Base Station Agent [154]
    Path:            /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
    UID:             726863409
      Thread 96363d4  
      User stack:
        13 ??? (in AirPort Base Station Agent + 5692) [0x10000163c]
          13 NSApplicationMain + 364 (in AppKit) [0x7fff8202d5f8]
            13 -[NSApplication run] + 395 (in AppKit) [0x7fff820348d3]
              13 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155 (in AppKit) [0x7fff8206ebed]
                13 _DPSNextEvent + 708 (in AppKit) [0x7fff8206f29e]
                  13 BlockUntilNextEventMatchingListInMode + 59 (in HIToolbox) [0x7fff8198a5d8]
                    13 ReceiveNextEventCommon + 310 (in HIToolbox) [0x7fff8198a71f]
                      13 RunCurrentEventLoopInMode + 333 (in HIToolbox) [0x7fff8198a91a]
                        13 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff81d9884f]
                          13 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff81d993c2]
                            13 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8044f2fa]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 [0x210c2f]
      Thread 85edb7c    DispatchQueue 2
      User stack:
        13 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          13 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff80469088]
            13 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8046975e]
              13 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff80469c34]
                13 kevent + 10 (in libSystem.B.dylib) [0x7fff8046808a]
      Kernel stack:
        13 kevent + 97 [0x4701de]
      Thread 9d563d4  
      User stack:
        13 thread_start + 13 (in libSystem.B.dylib) [0x7fff80488309]
          13 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff80488456]
            13 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x7fff80492dce]
      Kernel stack:
        13 sleep + 52 [0x486bac]
      Binary Images:
             0x100000000 -        0x100027fff  com.apple.AirPortBaseStationAgent 1.5.5 (155.2) <00010203-0405-0607-0809-0A0B0C0D0E0F> /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
          0x7fff8044e000 -     0x7fff8060efef  libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
          0x7fff8195c000 -     0x7fff81c5afe7  com.apple.HIToolbox 1.6.3 (???) <CF0C8524-FA82-3908-ACD0-A9176C704AED> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
          0x7fff81d4d000 -     0x7fff81ec2ff7  com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8202b000 -     0x7fff82a21fff  com.apple.AppKit 6.6.6 (1038.29) <7BDD335D-5425-0354-5AD6-41C4F1B4A2F4> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    Process:         AppleSpell [407]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    UID:             726863409
      Thread cd05000  
      User stack:
        13 ??? (in AppleSpell + 4816) [0x1000012d0]
          13 ??? (in AppleSpell + 5472) [0x100001560]
            13 -[NSSpellServer run] + 72 (in Foundation) [0x7fff88e4f78a]
              13 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff81d985d6]
                13 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff81d9884f]
                  13 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff81d993c2]
                    13 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8044f2fa]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 [0x210c2f]
      Thread cd403d4  
      User stack:
        13 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          13 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff80469088]
            13 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8046975e]
              13 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff80469c34]
                13 kevent + 10 (in libSystem.B.dylib) [0x7fff8046808a]
      Kernel stack:
        13 kevent + 97 [0x4701de]
      Binary Images:
             0x100000000 -        0x1000a9fe7  com.apple.AppleSpell 1.6.2 (62.2) <B3C504CB-5E66-639E-9F2A-2F184565496A> /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff8044e000 -     0x7fff8060efef  libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
          0x7fff81d4d000 -     0x7fff81ec2ff7  com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff88dd0000 -     0x7fff89051fef  com.apple.Foundation 6.6.3 (751.29) <DAEDB589-9F59-9556-CF8D-07556317937B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Process:         AppleVNCServer [169]
    Path:            /System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/MacOS/AppleV NCServer
    UID:             726863409
      Thread 9d2b7a8  
      User stack:
        13 ??? (in AppleVNCServer + 5220) [0x100001464]
          13 ??? (in AppleVNCServer + 6677) [0x100001a15]
            13 ??? (in AppleVNCServer + 19068) [0x100004a7c]
              13 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff81d985d6]
                13 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff81d9884f]
                  13 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff81d993c2]
                    13 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8044f2fa]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 [0x210c2f]
      Thread 9cceb7c    DispatchQueue 2
      User stack:
        13 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          13 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff80469088]
            13 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8046975e]
              13 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff80469c34]
                13 kevent + 10 (in libSystem.B.dylib) [0x7fff8046808a]
      Kernel stack:
        13 kevent + 97 [0x4701de]
      Thread 9d56000  
      User stack:
        13 thread_start + 13 (in libSystem.B.dylib) [0x7fff80488309]
          13 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff80488456]
            13 PrivateMPEntryPoint + 63 (in CarbonCore) [0x7fff85555ea1]
              13 kevent + 10 (in libSystem.B.dylib) [0x7fff8046808a]
      Kernel stack:
        13 kevent + 97 [0x4701de]
      Thread 9d70b7c  
      User stack:
        13 thread_start + 13 (in libSystem.B.dylib) [0x7fff80488309]
          13 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff80488456]
            13 PrivateMPEntryPoint + 63 (in CarbonCore) [0x7fff85555ea1]
              13 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x7fff80492dce]
      Kernel stack:
        13 sleep + 52 [0x486bac]
      Binary Images:
             0x100000000 -        0x100050fe7  com.apple.AppleVNCServer 3.3.2 (3.3.2) <7FBD0348-AAF7-BD03-C83A-70B181F0ED12> /System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/MacOS/AppleV NCServer
          0x7fff8044e000 -     0x7fff8060efef  libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
          0x7fff81d4d000 -     0x7fff81ec2ff7  com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8554f000 -     0x7fff85882fe7  com.apple.CoreServices.CarbonCore 861.13 (861.13) <BC2F9B4E-D305-D717-D97E-EC78C7DE9EE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    Process:         ARDAgent [149]
    Path:            /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAgent
    UID:             726863409
      Thread 85e1b7c  
      User stack:
        13 ??? (in ARDAgent + 6944) [0x100001b20]
          13 ??? (in ARDAgent + 7315) [0x100001c93]
            13 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff81d985d6]
              13 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff81d9884f]
                13 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff81d993c2]
                  13 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8044f2fa]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 [0x210c2f]
      Thread 96e07a8    DispatchQueue 2
      User stack:
        13 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          13 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff80469088]
            13 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8046975e]
              13 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff80469c34]
                13 kevent + 10 (in libSystem.B.dylib) [0x7fff8046808a]
      Kernel stack:
        13 kevent + 97 [0x4701de]
      Thread 95203d4  
      User stack:
        13 thread_start + 13 (in libSystem.B.dylib) [0x7fff80488309]
          13 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff80488456]
            13 PrivateMPEntryPoint + 63 (in CarbonCore) [0x7fff85555ea1]
              13 accept + 10 (in libSystem.B.dylib) [0x7fff804ccb96]
      Kernel stack:
        13 lo64_unix_scall + 77 [0x29f43d]
          13 unix_syscall64 + 617 [0x4edaf8]
            13 accept_nocancel + 471 [0x4b5a6a]
              13 msleep + 157 [0x486eef]
                13 wakeup + 334 [0x4867fc]
                  13 lck_mtx_sleep + 87 [0x221948]
                    13 thread_block + 33 [0x227184]
                      13 thread_block_reason + 331 [0x2270f6]
                        13 thread_dispatch + 1966 [0x226e57]
                          13 machine_switch_context + 753 [0x2a6a27]
      Thread 9c623d4  
      User stack:
        13 thread_start + 13 (in libSystem.B.dylib) [0x7fff80488309]
          13 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff80488456]
            13 PrivateMPEntryPoint + 63 (in CarbonCore) [0x7fff85555ea1]
              13 kevent + 10 (in libSystem.B.dylib) [0x7fff8046808a]
      Kernel stack:
        13 kevent + 97 [0x4701de]
      Thread 9cb07a8  
      User stack:
        13 thread_start + 13 (in libSystem.B.dylib) [0x7fff80488309]
          13 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff80488456]
            13 PrivateMPEntryPoint + 63 (in CarbonCore) [0x7fff85555ea1]
              13 ??? (in ARDAgent + 68322) [0x100010ae2]
                13 semaphore_timedwait_trap + 10 (in libSystem.B.dylib) [0x7fff8044f34e]
      Kernel stack:
        13 semaphore_wait_continue + 0 [0x22a270]
      Thread 9d287a8  
      User stack:
        13 thread_start + 13 (in libSystem.B.dylib) [0x7fff80488309]
          13 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff80488456]
            13 PrivateMPEntryPoint + 63 (in CarbonCore) [0x7fff85555ea1]
              13 recvfrom + 10 (in libSystem.B.dylib) [0x7fff80492df2]
      Kernel stack:
        13 lo64_unix_scall + 77 [0x29f43d]
          13 unix_syscall64 + 617 [0x4edaf8]
            13 recvfrom_nocancel + 325 [0x4b4965]
              13 shutdown + 501 [0x4b41bf]
                13 soreceive + 1134 [0x4aef0a]
                  13 sbwait + 150 [0x4b1008]
                    13 msleep + 157 [0x486eef]
                      13 wakeup + 334 [0x4867fc]
                        13 lck_mtx_sleep + 87 [0x221948]
                          13 thread_block + 33 [0x227184]
                            13 thread_block_reason + 331 [0x2270f6]
                              13 thread_dispatch + 1966 [0x226e57]
                                13 machine_switch_context + 753 [0x2a6a27]
      Thread 9d2bb7c  
      User stack:
        13 thread_start + 13 (in libSystem.B.dylib) [0x7fff80488309]
          13 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff80488456]
            13 PrivateMPEntryPoint + 63 (in CarbonCore) [0x7fff85555ea1]
              13 __wait4 + 10 (in libSystem.B.dylib) [0x7fff8049d412]
      Kernel stack:
        13 sleep + 52 [0x486bac]
      Thread 9d533d4  
      User stack:
        13 thread_start + 13 (in libSystem.B.dylib) [0x7fff80488309]
          13 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff80488456]
            13 PrivateMPEntryPoint + 63 (in CarbonCore) [0x7fff85555ea1]
              13 accept + 10 (in libSystem.B.dylib) [0x7fff804ccb96]
      Kernel stack:
        13 lo64_unix_scall + 77 [0x29f43d]
          13 unix_syscall64 + 617 [0x4edaf8]
            13 accept_nocancel + 471 [0x4b5a6a]
              13 msleep + 157 [0x486eef]
                13 wakeup + 334 [0x4867fc]
                  13 lck_mtx_sleep + 87 [0x221948]
                    13 thread_block + 33 [0x227184]
                      13 thread_block_reason + 331 [0x2270f6]
                        13 thread_dispatch + 1966 [0x226e57]
                          13 machine_switch_context + 753 [0x2a6a27]
      Thread 9d53b7c  
      User stack:
        13 thread_start + 13 (in libSystem.B.dylib) [0x7fff80488309]
          13 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff80488456]
            13 PrivateMPEntryPoint + 63 (in CarbonCore) [0x7fff85555ea1]
              13 ??? (in ARDAgent + 72479) [0x100011b1f]
                13 semaphore_timedwait_trap + 10 (in libSystem.B.dylib) [0x7fff8044f34e]
      Kernel stack:
        13 semaphore_wait_continue + 0 [0x22a270]
      Binary Images:
             0x100000000 -        0x1000d1ff7  com.apple.RemoteDesktopAgent 3.3.2 (3.3.2) <39BD5CB7-A117-FCB7-27FB-26DE49CEA87E> /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAgent
          0x7fff8044e000 -     0x7fff8060efef  libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
          0x7fff81d4d000 -     0x7fff81ec2ff7  com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8554f000 -     0x7fff85882fe7  com.apple.CoreServices.CarbonCore 861.13 (861.13) <BC2F9B4E-D305-D717-D97E-EC78C7DE9EE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    Process:         autofsd [49]
    Path:            /usr/libexec/autofsd
    UID:             0
      Thread 8af47a8    DispatchQueue 1
      User stack:
        13 ??? (in autofsd + 5340) [0x1000014dc]
          13 ??? (in autofsd + 6461) [0x10000193d]
            13 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff81d985d6]
              13 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff81d9884f]
                13 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff81d993c2]
                  13 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8044f2fa]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 [0x210c2f]
      Thread 8ab47a8    DispatchQueue 2
      User stack:
        13 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          13 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff80469088]
            13 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8046975e]
              13 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff80469c34]
                13 kevent + 10 (in libSystem.B.dylib) [0x7fff8046808a]
      Kernel stack:
        13 kevent + 97 [0x4701de]
      Binary Images:
             0x100000000 -        0x100001ff7  autofsd ??? (???) <E07FB03F-038C-D995-51F3-FF8A686F645B> /usr/libexec/autofsd
          0x7fff8044e000 -     0x7fff8060efef  libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
          0x7fff81d4d000 -     0x7fff81ec2ff7  com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         blued [17]
    Path:            /usr/sbin/blued
    UID:             0
      Thread 850f3d4  
      User stack:
        13 ??? (in blued + 6468) [0x100001944]
          13 ??? (in blued + 154202) [0x100025a5a]
            13 -[NSRunLoop(NSRunLoop) run] + 77 (in Foundation) [0x7fff88e1b8f7]
              13 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270 (in Foundation) [0x7fff88e1ba18]
                13 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff81d9884f]
                  13 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff81d993c2]
                    13 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8044f2fa]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 [0x210c2f]
      Thread 85ed3d4    DispatchQueue 2
      User stack:
        13 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          13 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff80469088]
            13 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8046975e]
              13 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff80469c34]
                13 kevent + 10 (in libSystem.B.dylib) [0x7fff8046808a]
      Kernel stack:
        13 kevent + 97 [0x4701de]
      Binary Images:
             0x100000000 -        0x100048fe7  blued ??? (???) <068B2E13-FC01-B62A-805A-578C75BCFA12> /usr/sbin/blued
          0x7fff8044e000 -     0x7fff8060efef  libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
          0x7fff81d4d000 -     0x7fff81ec2ff7  com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff88dd0000 -     0x7fff89051fef  com.apple.Foundation 6.6.3 (751.29) <DAEDB589-9F59-9556-CF8D-07556317937B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Process:         CCacheServer [119]
    Path:            /System/Library/CoreServices/CCacheServer.app/Contents/MacOS/CCacheServer
    UID:             726863409
      Thread 8ae27a8    DispatchQueue 2
      User stack:
        13 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          13 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff80469088]
            13 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8046975e]
              13 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff80469c34]
                13 kevent + 10 (in libSystem.B.dylib) [0x7fff8046808a]
      Kernel stack:
        13 kevent + 97 [0x4701de]
      Thread 8ab73d4    DispatchQueue 6
      User stack:
        13 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          13 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff80469088]
            13 _dispatch_worker_thread2 + 239 (in libSystem.B.dylib) [0x7fff80469751]
              13 __sigsuspend_nocancel + 10 (in libSystem.B.dylib) [0x7fff804c1b5a]
      Kernel stack:
        13 sleep + 52 [0x486bac]
      Binary Images:
          0x7fff8044e000 -     0x7fff8060efef  libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
    Process:         check_afp [202]
    Path:            /System/Library/Filesystems/AppleShare/check_afp.app/Contents/MacOS/check_afp
    UID:             0
      Thread 9e1fb7c    DispatchQueue 1
      User stack:
        13 ??? (in check_afp + 5596) [0x1000015dc]
          13 ??? (in check_afp + 12976) [0x1000032b0]
            13 ??? (in check_afp + 6664) [0x100001a08]
              13 ??? (in check_afp + 6520) [0x100001978]
                13 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff81d985d6]
                  13 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff81d9884f]
                    13 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff81d993c2]
                      13 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8044f2fa]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 [0x210c2f]
      Thread 9d01000    DispatchQueue 2
      User stack:
        13 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          13 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff80469088]
            13 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8046975e]
              13 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff80469c34]
                13 kevent + 10 (in libSystem.B.dylib) [0x7fff8046808a]
      Kernel stack:
        13 kevent + 97 [0x4701de]
      Thread 7e47b7c  
      User stack:
        13 thread_start + 13 (in libSystem.B.dylib) [0x7fff80488309]
          13 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff80488456]
            13 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x7fff80492dce]
      Kernel stack:
        13 sleep + 52 [0x486bac]
      Thread 8ae33d4  
      User stack:
        13 thread_start + 13 (in libSystem.B.dylib) [0x7fff80488309]
          13 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff80488456]
            13 ??? (in check_afp + 13071) [0x10000330f]
              13 mach_msg_server_once + 285 (in libSystem.B.dylib) [0x7fff80494803]
                13 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8044f2fa]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 [0x210c2f]
      Thread 957bb7c  
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          12 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x7fff80468eaa]
      Kernel stack:
        12 bsdthread_create + 1313 [0x4c9daa]
      Binary Images:
             0x100000000 -        0x100004ff7  com.apple.check_afp 2.0 (2.0) <F0C40FB6-F07A-F867-8FB0-9C2CB85F50A9> /System/Library/Filesystems/AppleShare/check_afp.app/Contents/MacOS/check_afp
          0x7fff8044e000 -     0x7fff8060efef  libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
          0x7fff81d4d000 -     0x7fff81ec2ff7  com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         cma [101]
    Path:            /Library/McAfee/cma/bin/cma
    UID:             0
    Process:         configd [14]
    Path:            /usr/libexec/configd
    UID:             0
      Thread 7f22b7c  
      User stack:
        13 start + 52 (in configd) [0x100000cf0]
          13 main + 2051 (in configd) [0x100001506]
            13 server_loop + 72 (in configd) [0x100001d5c]
              13 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff81d9884f]
                13 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff81d993c2]
                  13 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8044f2fa]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 [0x210c2f]
      Thread 7ef5000    DispatchQueue 2
      User stack:
        13 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          13 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff80469088]
            13 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8046975e]
              13 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff80469c34]
                13 kevent + 10 (in libSystem.B.dylib) [0x7fff8046808a]
      Kernel stack:
        13 kevent + 97 [0x4701de]
      Thread 7ed57a8  
      User stack:
        13 thread_start + 13 (in libSystem.B.dylib) [0x7fff80488309]
          13 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff80488456]
            13 plugin_exec + 1440 (in configd) [0x1000034c3]
              13 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff81d985d6]
                13 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff81d9884f]
                  13 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff81d993c2]
                    13 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8044f2fa]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 [0x210c2f]
      Thread 84f4b7c  
      User stack:
        13 thread_start + 13 (in libSystem.B.dylib) [0x7fff80488309]
          13 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff80488456]
            13 _io_pm_force_active_settings + 2266 (in PowerManagement) [0x10040f968]
              13 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff81d985d6]
                13 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff81d9884f]
                  13 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff81d993c2]
                    13 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8044f2fa]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 [0x210c2f]
      Thread 850f000  
      User stack:
        13 thread_start + 13 (in libSystem.B.dylib) [0x7fff80488309]
          13 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff80488456]
            13 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x7fff80492dce]
      Kernel stack:
        13 sleep + 52 [0x486bac]
      Thread 85e27a8  
      User stack:
        13 thread_start + 13 (in libSystem.B.dylib) [0x7fff80488309]
          13 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff80488456]
            13 pppcntl_run_thread + 1595 (in PPPController) [0x1004be90d]
              13 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff81d985d6]
                13 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff81d9884f]
                  13 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff81d993c2]
                    13 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8044f2fa]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 [0x210c2f]
      Thread cd407a8  
      User stack:
        13 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          13 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x7fff80468eaa]
      Kernel stack:
        13 bsdthread_create + 1313 [0x4c9daa]
      Binary Images:
             0x100000000 -        0x100026ff7  configd ??? (???) <771131C9-9E29-105A-3430-8BCA23E72400> /usr/libexec/configd
             0x10040c000 -        0x10041dfff  com.apple.SystemConfiguration.PowerManagement 160.0.0 (160.0.0) <691A8193-3BE4-69C5-71D0-6D4BC738998D> /System/Library/SystemConfiguration/PowerManagement.bundle/Contents/MacOS/PowerManagement
             0x1004ac000 -        0x1004d5fff  com.apple.SystemConfiguration.PPPController 1.5 (1.5) <900FD5A8-2F19-6919-1AF2-71C70F36E834> /System/Library/SystemConfiguration/PPPController.bundle/Contents/MacOS/PPPController
          0x7fff8044e000 -     0x7fff8060efef  libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
          0x7fff81d4d000 -     0x7fff81ec2ff7  com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         coreaudiod [88]
    Path:            /usr/sbin/coreaudiod
    UID:             202
      Thread 957b7a8    DispatchQueue 181
      User stack:
        13 ??? (in coreaudiod + 2964) [0x100000b94]
          13 ??? (in coreaudiod + 26320) [0x1000066d0]
            13 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff81d9884f]
              13 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff81d993c2]
                13 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8044f2fa]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 [0x210c2f]
      Thread 8ab2b7c    DispatchQueue 35900165
      User stack:
        13 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          13 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff80469088]
            13 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8046975e]
              13 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff80469c34]
                13 kevent + 10 (in libSystem.B.dylib) [0x7fff8046808a]
      Kernel stack:
        13 kevent + 97 [0x4701de]
      Thread 8ab4b7c  
      User stack:
        13 thread_start + 13 (in libSystem.B.dylib) [0x7fff80488309]
          13 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff80488456]
            13 CAPThread::Entry(CAPThread*) + 125 (in CoreAudio) [0x7fff82b39af5]
              13 HALRunLoop::OwnThread(void*) + 152 (in CoreAudio) [0x7fff82b4caf6]
                13 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff81d9884f]
                  13 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff81d993c2]
                    13 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8044f2fa]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 [0x210c2f]
      Thread b3063d4  
      User stack:
        13 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          13 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x7fff80468eaa]
      Kernel stack:
        13 bsdthread_create + 1313 [0x4c9daa]
      Binary Images:
             0x100000000 -        0x10001fff7  coreaudiod ??? (???) <9A14795C-2B28-130F-43A3-183AB48F75D8> /usr/sbin/coreaudiod
          0x7fff8044e000 -     0x7fff8060efef  libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
          0x7fff81d4d000 -     0x7fff81ec2ff7  com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff82b1b000 -     0x7fff82b9afef  com.apple.audio.CoreAudio 3.2.2 (3.2.2) <243E456E-7A74-BE76-FF18-E589BDCAA785> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    Process:         coreservicesd [68]
    Path:            /System/Library/CoreServices/coreservicesd
    UID:             0
      Thread 8af5b7c  
      User stack:
        13 ??? (in coreservicesd + 3756) [0x100000eac]
          13 _CoreServicesServerMain + 522 (in CarbonCore) [0x7fff855ff17e]
            13 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff81d985d6]
              13 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff81d9884f]
                13 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff81d993c2]
                  13 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8044f2fa]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 [0x210c2f]
      Thread 8d497a8    DispatchQueue 269480484
      User stack:
        13 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          13 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff80469088]
            13 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8046975e]
              13 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff80469c34]
                13 kevent + 10 (in libSystem.B.dylib) [0x7fff8046808a]
      Kernel stack:
        13 kevent + 97 [0x4701de]
      Thread 8e2c7a8  
      User stack:
        13 thread_start + 13 (in libSystem.B.dylib) [0x7fff80488309]
          13 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff80488456]
            13 read + 10 (in libSystem.B.dylib) [0x7fff804598e6]
      Kernel stack:
        13 lo64_unix_scall + 77 [0x29f43d]
          13 unix_syscall64 + 617 [0x4edaf8]
            13 read_nocancel + 158 [0x495760]
              13 write + 312 [0x494fe4]
                13 get_pathbuff + 3054 [0x3039e7]
                  13 tsleep + 105 [0x486de7]
                    13 wakeup + 786 [0x4869c0]
                      13 thread_block + 33 [0x227184]
                        13 thread_block_reason + 331 [0x2270f6]
                          13 thread_dispatch + 1966 [0x226e57]
                            13 machine_switch_context + 753 [0x2a6a27]
      Thread 8e2cb7c  
      User stack:
        13 thread_start + 13 (in libSystem.B.dylib) [0x7fff80488309]
          13 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff80488456]
            13 fmodWatchConsumer + 347 (in CarbonCore) [0x7fff855b312a]
              13 __semwait_signal + 10 (in libSystem.B.dylib) [0x7fff80489eb6]
      Kernel stack:
        13 semaphore_wait_continue + 0 [0x22a270]
      Thread cd06b7c  
      User stack:
        13 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          13 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x7fff80468eaa]
      Kernel stack:
        13 bsdthread_create + 1313 [0x4c9daa]
      Binary Images:
             0x100000000 -        0x100000fff  coreservicesd ??? (???) <D1BE53BF-7BF0-E255-A49F-A65DAD544BB2> /System/Library/CoreServices/coreservicesd
          0x7fff8044e000 -     0x7fff8060efef  libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
          0x7fff81d4d000 -     0x7fff81ec2ff7  com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8554f000 -     0x7fff85882fe7  com.apple.CoreServices.CarbonCore 861.13 (861.13) <BC2F9B4E-D305-D717-D97E-EC78C7DE9EE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    Process:         cron [27]
    Path:            /usr/sbin/cron
    UID:             0
      Thread 850f7a8    DispatchQueue 1
      User stack:
        13 ??? (in cron + 2872) [0x100000b38]
          13 ??? (in cron + 3991) [0x100000f97]
            13 sleep + 61 (in libSystem.B.dylib) [0x7fff804d6b14]
              13 __semwait_signal + 10 (in libSystem.B.dylib) [0x7fff80489eb6]
      Kernel stack:
        13 semaphore_wait_continue + 0 [0x22a270]
      Binary Images:
             0x100000000 -        0x100006fff  cron ??? (???) <3C5DCC7E-B6E8-1318-8E00-AB721270BFD4> /usr/sbin/cron
          0x7fff8044e000 -     0x7fff8060efef  libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
    Process:         CS5ServiceManager [1059]
    Path:            /Library/Application Support/Adobe/CS5ServiceManager/CS5ServiceManager.app/Contents/MacOS/CS5ServiceManager
    UID:             726863409
    Process:         cvmsServ [75]
    Path:            /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/cvmsServ
    UID:             0
      Thread 936e3d4    DispatchQueue 1
      User stack:
        13 ??? (in cvmsServ + 4100) [0x100001004]
          13 ??? (in cvmsServ + 23081) [0x100005a29]
            13 mach_msg_server + 539 (in libSystem.B.dylib) [0x7fff804cbbfe]
              13 mach_msg_overwrite_trap + 10 (in libSystem.B.dylib) [0x7fff8044f306]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 [0x210c2f]
      Binary Images:
             0x100000000 -        0x100008fff  cvmsServ ??? (???) <9CF80EF0-5735-4774-ED76-77309056C1DD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/cvmsServ
          0x7fff8044e000 -     0x7fff8060efef  libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
    Process:         Default Folder X Helper [175]
    Path:            /Users/chris.paveglio/Library/PreferencePanes/Default Folder X.prefPane/Contents/Resources/Default Folder X Helper.app/Contents/MacOS/Default Folder X Helper
    UID:             726863409
    Process:         DirectoryService [11]
    Path:            /usr/sbin/DirectoryService
    UID:             0
      Thread 7e46b7c    DispatchQueue 1
      User stack:
        13 start + 52 (in DirectoryService) [0x10000d6f0]
          13 main + 3086 (in DirectoryService) [0x10000e306]
            13 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff81d985d6]
              13 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff81d9884f]
                13 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff81d993c2]
                  13 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8044f2fa]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 [0x210c2f]
      Thread 85e1000    DispatchQueue 2
      User stack:
        13 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          13 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff80469088]
            13 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8046975e]
              13 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff80469c34]
                13 kevent + 10 (in libSystem.B.dylib) [0x7fff8046808a]
      Kernel stack:
        13 kevent + 97 [0x4701de]
      Thread 85e13d4    DispatchQueue 6
      User stack:
        13 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          13 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff80469088]
            13 _dispatch_worker_thread2 + 239 (in libSystem.B.dylib) [0x7fff80469751]
              13 _dispatch_call_block_and_release + 15 (in libSystem.B.dylib) [0x7fff8048b1b0]
                13 syscall + 10 (in libSystem.B.dylib) [0x7fff8048b7ae]
      Kernel stack:
        13 sleep + 52 [0x486bac]
      Thread 85e17a8  
      User stack:
        13 thread_start + 13 (in libSystem.B.dylib) [0x7fff80488309]
          13 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff80488456]
            13 DSLThread::_RunWrapper(void*) + 67 (in DirectoryServiceCore) [0x10017834b]
              13 DSCThread::Run() + 36 (in DirectoryServiceCore) [0x1001780ac]
                13 CPluginRunLoopThread::ThreadMain() + 150 (in DirectoryService) [0x10001cea0]
                  13 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff81d985d6]
                    13 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff81d9884f]
                      13 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff81d993c2]
                        13 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8044f2fa]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 [0x210c2f]
      Thread 912bb7c  
      User stack:
        13 thread_start + 13 (in libSystem.B.dylib) [0x7fff80488309]
          13 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff80488456]
            13 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x7fff80492dce]
      Kernel stack:
        13 sleep + 52 [0x486bac]
      Thread 9636000  
      User stack:
        13 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          13 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x7fff80468eaa]
      Kernel stack:
        13 bsdthread_create + 1313 [0x4c9daa]
      Thread 9d707a8  
      User stack:
        13 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          13 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x7fff80468eaa]
      Kernel stack:
        13 bsdthread_create + 1313 [0x4c9daa]
      Binary Images:
             0x100000000 -        0x100120fef  DirectoryService ??? (???) <A800DF24-EC31-C580-A744-0E36C9CC0928> /usr/sbin/DirectoryService
             0x100170000 -        0x100181fff  com.apple.DirectoryServiceCore.Framework 3.6 (621.3) <A4F83099-A653-C631-48C9-9FED4E5D7806> /System/Library/PrivateFrameworks/DirectoryServiceCore.framework/Versions/A/DirectoryServ iceCore
          0x7fff8044e000 -     0x7fff8060efef  libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
          0x7fff81d4d000 -     0x7fff81ec2ff7  com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         diskarbitrationd [13]
    Path:            /usr/sbin/diskarbitrationd
    UID:             0
      Thread 7f093d4  
      User stack:
        13 ??? (in diskarbitrationd + 4064) [0x100000fe0]
          13 ??? (in diskarbitrationd + 32876) [0x10000806c]
            13 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff81d985d6]
              13 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff81d9884f]
                13 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff81d993c2]
                  13 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8044f2fa]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 [0x210c2f]
      Thread 7e573d4    DispatchQueue 2
      User stack:
        13 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          13 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff80469088]
            13 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8046975e]
              13 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff80469c34]
                13 kevent + 10 (in libSystem.B.dylib) [0x7fff8046808a]
      Kernel stack:
        13 kevent + 97 [0x4701de]
      Binary Images:
             0x100000000 -        0x10001bfef  diskarbitrationd ??? (???) <E59D4CB3-3CC5-03AD-DE45-91F98CC6B2F2> /usr/sbin/diskarbitrationd
          0x7fff8044e000 -     0x7fff8060efef  libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
          0x7fff81d4d000 -     0x7fff81ec2ff7  com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         distnoted [16]
    Path:            /usr/sbin/distnoted
    UID:             1
      Thread 84f4000  
      User stack:
        13 ??? (in distnoted + 3620) [0x100000e24]
          13 ??? (in distnoted + 3717) [0x100000e85]
            13 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff81d985d6]
              13 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff81d9884f]
                13 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff81d993c2]
                  13 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8044f2fa]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 [0x210c2f]
      Thread 850fb7c    DispatchQueue 6906216
      User stack:
        13 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          13 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff80469088]
            13 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8046975e]
              13 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff80469c34]
                13 kevent + 10 (in libSystem.B.dylib) [0x7fff8046808a]
      Kernel stack:
        13 kevent + 97 [0x4701de]
      Thread 95837a8  
      User stack:
        13 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          13 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x7fff80468eaa]
      Kernel stack:
        13 bsdthread_create + 1313 [0x4c9daa]
      Binary Images:
             0x100000000 -        0x100000fff  distnoted ??? (???) <ED7D08C2-A54F-AF74-1E30-42E549DDBE70> /usr/sbin/distnoted
          0x7fff8044e000 -     0x7fff8060efef  libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
          0x7fff81d4d000 -     0x7fff81ec2ff7  com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         Dock [132]
    Path:            /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
    UID:             726863409
      Thread 85e8b7c  
      User stack:
        13 ??? (in Dock + 20476) [0x100004ffc]
          13 ??? (in Dock + 21572) [0x100005444]
            13 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff81d9884f]
              13 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff81d993c2]
                13 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8044f2fa]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 [0x210c2f]
      Thread 90ecb7c    DispatchQueue 2
      User stack:
        13 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          13 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff80469088]
            13 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8046975e]
              13 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff80469c34]
                13 kevent + 10 (in libSystem.B.dylib) [0x7fff8046808a]
      Kernel stack:
        13 kevent + 97 [0x4701de]
      Thread 9e4c000  
      User stack:
        13 thread_start + 13 (in libSystem.B.dylib) [0x7fff80488309]
          13 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff80488456]
            13 ??? (in Dock + 90843) [0x1000162db]
              13 __semwait_signal + 10 (in libSystem.B.dylib) [0x7fff80489eb6]
      Kernel stack:
        13 semaphore_wait_continue + 0 [0x22a270]
      Binary Images:
             0x100000000 -        0x100172fff  com.apple.dock 1.7 (769) <9AE0ECFC-1D9B-17AE-06E3-1FA9E27E88E4> /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
          0x7fff8044e000 -     0x7fff8060efef  libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
          0x7fff81d4d000 -     0x7fff81ec2ff7  com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         dynamic_pager [43]
    Path:            /sbin/dynamic_pager
    UID:             0
      Thread 8ab1b7c    DispatchQueue 1
      User stack:
        13 ??? [0x1000013ec]
          13 ??? [0x1000023eb]
            13 ??? [0x100001cae]
              13 ??? [0x100001a30]
                13 ??? [0x10000198f]
                  13 ??? [0x7fff8044f2fa]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 [0x210c2f]
    Process:         Find Things [350]
    Path:            /Applications/Clipper Apps/Find Things.app/Contents/MacOS/Find Things
    UID:             726863409
    Process:         Finder [134]
    Path:            /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    UID:             726863409
      Thread 85e23d4    DispatchQueue -1995382591
      User stack:
        13 ??? (in Finder + 23680) [0x100005c80]
          13 ??? (in Finder + 23741) [0x100005cbd]
            13 NSApplicationMain + 364 (in AppKit) [0x7fff8202d5f8]
              13 -[NSApplication run] + 395 (in AppKit) [0x7fff820348d3]
                13 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155 (in AppKit) [0x7fff8206ebed]
                  13 _DPSNextEvent + 708 (in AppKit) [0x7fff8206f29e]
                    13 BlockUntilNextEventMatchingListInMode + 59 (in HIToolbox) [0x7fff8198a5d8]
                      13 ReceiveNextEventCommon + 310 (in HIToolbox) [0x7fff8198a71f]
                        13 RunCurrentEventLoopInMode + 333 (in HIToolbox) [0x7fff8198a91a]
                          13 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff81d9884f]
                            13 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff81d993c2]
                              13 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8044f2fa]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 [0x210c2f]
      Thread 9583000    DispatchQueue -100012023
      User stack:
        13 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          13 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x7fff80469088]
            13 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x7fff8046975e]
              13 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x7fff80469c34]
                13 kevent + 10 (in libSystem.B.dylib) [0x7fff8046808a]
      Kernel stack:
        13 kevent + 97 [0x4701de]
      Thread 85ed7a8  
      User stack:
        13 thread_start + 13 (in libSystem.B.dylib) [0x7fff80488309]
          13 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff80488456]
            13 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x7fff80492dce]
      Kernel stack:
        13 sleep + 52 [0x486bac]
      Thread 8ab7000  
      User stack:
        13 thread_start + 13 (in libSystem.B.dylib) [0x7fff80488309]
          13 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff80488456]
            13 PrivateMPEntryPoint + 63 (in CarbonCore) [0x7fff85555ea1]
              13 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 514 (in DesktopServicesPriv) [0x7fff8317b636]
                13 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff81d985d6]
                  13 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff81d9884f]
                    13 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff81d993c2]
                      13 mach_msg_trap + 10 (in libSystem.B.dylib) [0x7fff8044f2fa]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 [0x210c2f]
      Thread 96767a8  
      User stack:
        13 thread_start + 13 (in libSystem.B.dylib) [0x7fff80488309]
          13 _pthread_start + 331 (in libSystem.B.dylib) [0x7fff80488456]
            13 ??? (in Finder + 26637) [0x10000680d]
              13 ??? (in Finder + 26843) [0x1000068db]
                13 ??? (in Finder + 176658) [0x10002b212]
                  13 ??? (in Finder + 176752) [0x10002b270]
                    13 semaphore_timedwait_signal_trap + 10 (in libSystem.B.dylib) [0x7fff8044f35a]
      Kernel stack:
        13 semaphore_wait_continue + 0 [0x22a270]
      Thread b2d33d4  
      User stack:
        13 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff80468f25]
          13 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x7fff80468eaa]
      Kernel stack:
        13

  • Bridgetalk InDesign CS3 to Illustrator CS5?

    Is it possible to have these two programs communicate? Or will I have to use strictly the CS3 programs or CS5 programs? I simply want to click on a link in InDesign and have it open in Illustrator so I can edit it. Everything I've read hasn't really touched on interoperabilty of Bridgetalk between CS versions. Thanks.
    Nate

    Nate, Im at home now where my little mac has CS2 & CS5… This opened a selected PDF in AI CS5 from ID CS2 ( if it was already running )… If AI CS5 was not running bridgetalk did NOT launch it like I would normally expect… The message just queues until I launch it… Strange? I tested with both versions of AI running too and it was OK. I had the PDF selected with the direct selection tool…
    #target indesign
    indesignMain();
    function indesignMain() {
              if ( app.documents.length == 0 ) { return; }
              var doc, pdfPath, sel, script;
              doc = app.activeDocument, sel = doc.selection;
              if ( sel.length == 1 ) {
                        pdfPath = decodeURI( sel[0].itemLink.filePath );
                        script = illustratorEditPDF;
                        script += '\rillustratorEditPDF("' + pdfPath + '");';
                        btMessaging( 'illustrator-15.0', script );
              }else{
                        alert( 'Have 1 item selected?' );
    function btMessaging( targetApp, script ) {
              var bt = new BridgeTalk();
              bt.target = targetApp;
              bt.body = script;
              //bt.onResult = function( inBT ) {};
              //bt.onError = function( inBT ) {};
              bt.send( 5 );
    function illustratorEditPDF( pdf ) {
              var doc, uIL;
              uIL = app.userInteractionLevel;
              app.userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS;
              app.preferences.PDFFileOptions.pDFCropToBox = PDFBoxType.PDFMEDIABOX;
              app.preferences.PDFFileOptions.pageToOpen = 1;
              doc = app.open( File( pdf ), DocumentColorSpace.CMYK );
              app.userInteractionLevel = uIL;

  • File size comparisons, InDesign CS3, CS4 and CS5?

    Hi, all.
    It seems there was a trend for several major releases where each time Adobe released a new version of InDesign and InCopy, average file sizes grew by 20% or so from the old release to the new release, at least back in the older CS days. Has this trend continued, such that file sizes in CS4 are substantially larger than file sizes from CS3, and CS5 files are substantially larger than those from CS4?
    Adobe, of course, wants to keep writing functionality that will keep the user community coming back to buy in to upgrades. The added functionality sometimes comes at a cost beyond the price tag. If file sizes are larger in a newer version, then page saves over a network or to a database are likely to be slower, and user productivity takes a hit while users are waiting for files to be saved.
    Has anyone done any testing to build the "same" page in multiple versions of InDesign to understand what the effect is on the file sizes? I'm specifically interested in the file sizes between InDesign CS3, CS4 and CS5. To be meaningful, the test page would have to be at least moderately complex, with a couple of photos, multiple text elements and so forth. By "same," the page wouldn't take advantage of new functionality in newer versions but would be saved as a native page of the current version, though the file sizes may be bloated by the new functionality like it or not.
    If you've done any testing along these lines, I'd like to hear more about it.
    Thanks.
       Mark

    The overall structure of ID's files have been exactly the same for -- as far as I can see back -- CS. No change at all, in there.
    There have been significant additions to the 'global' spaces; stuff like InCopy user data, table styles, object styles, and cross references. Each of these add a major chunk of data to each file, whether you use it or not, plus a few bytes per object (again, whether you use them or not -- ID also needs to know where you did not use them, that's why). I think these might be the main source of 'global' file size increase (a single object style in one of my files, for example, eats up a healthy chunk of 11,482 bytes).
    For the rest, all new stuff like 'span columns' is a handful of bytes per paragraph style. Tracking changes may very well double the size of text runs -- but 1 character takes up 1 byte of storage (plus perhaps some overhead of indicating its 'tracking' status). Any single measurement unit always uses 8 bytes at least (for example, the left inset for a column span -- even if it's not used, or set to 0pt).
    I think we're talking about a couple of K's here (oh -- perhaps a max of a hundred or so), in a file format that has been designed around the concept of "disk pages", each 4K big, meaning that sometimes adding one single character to a text box increases the file size by 4 K.
    Your idea of comparing the size of a file created in CS3 against the same saved as CS4 and as CS5 is certainly feasible -- I might try it some time, just to confirm it's purely the extra 'new objects' data that accounts for the size increase and to confirm my guesstimates of the number of Ks involved.

  • Installing older software,Illustrator CS3 and Indesign CS5, on new laptop

    I've had to abandon my desktop as it was beyond repair and have tried to install Illustrator CS3 and Indesign CS5 (cds) on my laptop. I get a message saying that there was a problem with licensing. I own the software and can't find anyone to speak to at Adobe. What is the next step?

    Hi Aryson,
    Welcome to Adobe Forums.
    Please provide the exact error message.
    You can refer to the below articles however for licensing issues.
    For Windows: http://helpx.adobe.com/creative-suite/kb/error-licensing-stopped-windows.html
    For Mac: http://helpx.adobe.com/x-productkb/global/error-licensing-stopped-mac-os.html
    Thanks

  • Running InDesign CS3 Script like a service

    Hi,
    Do anybody know if is there any option to run an InDesign CS3 Script as a service or daemon? I would like to execute some actions depending on some others and I need to have an script running all the time and checking for certain states.
    Thanks
    Aleix

    Hi,
    Can you give me information for both cases? The truth is that I need to monitor something related with an InDesign plug-in and maybe one or both methods could help me.
    Thanks
    Aleix

  • Uninstalling CS3 and Installing CS5.5 (Master Collection)

    I purchased CS 5.5 master collection so that I could use the current CS3 master collection on another older machine.  My question is this: What is the best way to uninstall the CS3 master collection on my current machine (Windows 7 - 64bit) so I can then install the new full version CS5.5 master collection? Also, is there anything that I need to be aware of as far as backing up on the old software settings?  Just trying to avoid headaches.

    The only thing you would need to worry about is any "presets" that you created yourself. So actions, swatches, brushes, etc. need to be backed up. Its best to uninstall cs3 before installing cs5 and not after as this can cause issues with file associations.
    If the second computer that your were planning on putting cs3 on is your only other computer, you should be able to put cs5 on it instead, as the license is suppose to be for 2 systems, but only one can run at a time. To my knowledge this license doesn't take into consideration the version number of the software. So if cs5 if on your new system and a laptop for example, you can not put cs3 onto a third computer since the license is for what I assume to be an upgrade.
    If you paid full price then the last paragraph is a moot point.

  • Converting CS3 files to CS5

    Hi, Just a quick question. We have been using DW CS3 for quite some time and have a fairly basic website using it. We are thinking about going to CS5. Is the converting of the files in the  website project folder (which is offline) going to be a problem? We would like to upgrad to make use of some of the new features and so we can be compatable with outside devlopers we want to have work on the site. Thanks!

    Yes. I posted something on another thread that seems related so I 
    will try to elaborate. I have files that were created in Dreamweaver 
    CS3 and recently upgraded to CS5. I have both programs still on my 
    system, which is Mac OS 10.6.8. When I try to open the CS3 files in 
    CS5 I cannot do so because the site and html files is not there 
    visually. This is why I asked about the need to convert. I did find a 
    way to do something which is hinky but, I will share it since it is 
    so simple and seems to solve the other problem as well.
    I opened the site file in CS3. opened the site management and 
    exported the site to a new folder. Now the site is visible and I can 
    open all the files inside CS5. It does create an extra site file, so 
    I just deleted that one and am left with a usable site in CS5.
    I plan to copy off the sites to a new folder and then proceed rather 
    than overwriting the old ones, just in case.
    I hope this helps someone else.
    Mari

  • How to make an AIDrawArtAGMPort on Windows with CS3, CS4 and CS5

    Hi
    I want to use the function DrawArt of AIDrawArtSuite.
    To use this function, I must have an AIDrawArtGWorld or an AIDrawArtAGMPort or an AIDrawArtAGMPoirtV6 object.
    With CS6 SDK, this suite provides a mean to instantiate an AIAGMPort.
    With CS3, CS4 and CS5 this function doesn't exist.
    On MacOS X, I can build AIDrawArtGWorld.
    On Windows, I don't know how to do it.
    On Windows how can I make an AIDrawArtAGMPort  object ?

    Hi,
    It is not recommended way to install SAP System without following Standard Installation Method. Please read concerned Official SAP Installation Guide and follow the standard procedure without inviting more complexities and headache.
    Regards,
    Bhavik G. Shroff

  • Upgrade from Indesign CS3 to Indesign CS5 server

    Hi,
    I have been looking on adobe site to check if I can have an upgrade from Indesign CS3 to Indesign CS5 server. I have Indesign CS3 license but need to migrate to Indesign CS5 server. Does anybody know whether it is possible to buy upgrade from Indesign CS3 to Indesign CS5 server. Or will I have to buy new license for Indesign CS5 server. Any help on this is appriciated. Thanks.

    Hi,
    Thanks for your reply.
    I have been using Indesign CS3 for generating automated reports. These reports are large in numbers. Limitation with Indesign CS3 is it only allows single instance of the application. And hence I am forced to generate these reports in sequence using multiple servers. Indesign CS5 server on the other hand seems to allow multiple instances running at the same time. This would mean I can generate multiple reports at the same time. This will reduce time to generate these reports and also limit the number of servers. This is the reason I want to migrate from Indesign CS3 to Indesign CS5 server. However, I am not sure if I can get direct upgrade from Indesign CS3 to Indesign CS5 server or I have to buy new license for Indesign CS5 server. Do you have any idea on this, please suggest. Thanks in advance for your response.
    Regards,
    Chaitan.

  • Upgrade from CS3 Win to CS5 Mac is possible?

    Quite a simple question:
    Is it possible to make upgrade from CS3 Win to CS5 Mac?
    If "yes", which are the steps I'll have to follow?
    I would like to mention that I'll buy the upgrade software
    in Romania, so I'll have to deal with a Romanian Adobe
    software distributor.
    Thank you!

    All right. Thank you!
    Which of the following numbers should I call?
    Software activation
    866-772-3623
    Available 24/7
    Licensing, registration, web subscription services
    800-833-6687
    7 days a week, 5am–7pm PST

  • Cs3 doc to cs5 doc

    Hi FellowScripters
    Is there any property/method/function to save an InDesign cs3 document to cs5 version.
    I have lot of cs3 files and I need to upgrade those files (as books) to cs5, opening with cs5 version. I tried with normal save function but error occurs.
    TIA
    J

    try below code
    var myFolder=File("D:/New_Folder/")
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.neverInteract;
    var myFile=(myFolder).getFiles("*.indd");
    for(var count=0; count<myFile.length; count++)
                    var myDoc=app.open(File(myFile[count]), true);
                    var store=myFile[count];
                    var temp1=String(store).lastIndexOf("/");
                    var temp2=String(store).substring(temp1+1);
                    var temp3 =temp2.split(".indd")[0];
                    var temp4=temp3+".indd";
                    myDoc.save(File("d:/New_Folder/New Folder"+"/"+temp4));
                    myDoc.close();
    MI_D

  • CS3 actions to CS5

    I have a problem, I have just upgraded to CS5 photoshop from CS3.
    I want to use the custom actions I created in CS3 in CS5 photoshop but I'm unable to import them.
    I am no longer able to access or open my old version of CS3 and I have searched my hard drive extensively to find the original custom CS3 actions but no joy, Can anybody save me from this hell as I desperately need to use these asap!!!
    Regards
    Steve

    Aug 4, 2010
    Re: CS3 actions to CS5
    Then I was probably wrong in assuming one could use that File that easily.
    Actually this was a good call to use Actions Palette.psp. Renaming it to .atn is where you went astray..
    One more possibility would be to (after making a copy of it for safety) replace the CS5 Actions Palette.psp with the one from CS3 – no 
    guarantees here either, though.
    According to Adobe's Chris Cox, who occasionally comments in this form, the method you suggested will in fact work.
    ~DannyR~

Maybe you are looking for

  • How can I move an e mail account from one family pack to another

    I have an e mail address (not main family pack e mail address) and I would like to move it to another family pack. Is this possible and if so how? Thanks

  • BO XI 3.1 OpenDocument direct SSO with secWinAD in web.config

    Hi, fellows, The need has emerged to provide users with direct links to InfoView documents using the OpenDocument URL syntax and perform primary authentication of request automatically without showing the InfoView welcome screen. We have BO XI 3.1 AS

  • Charging indicator on Macbook air 11'

    Good day! I bought a MacBook Air 2010 11'. Turn off a fully charged (charging indicator: 100%), immediately after turning on the next day, the charge indicator is 98%. On the other notebooks I had ever seen! Is this normal?

  • Image Preview showing the same preview

    Have a project that shows photos while playing music. The photos in the time line all show the same preview picture. When the movie is played the actual photo is displayed? Any help would be appreciated.

  • Print ESS Working Time Timesheet in WebDynpro

    We are currently upgrading from the ITS Working Time service (CATW) to the new WebDynpro 7.0 Working Time Business Package. In CATW ITS, there was a print button that used a report specified in the CATS Profile. We are not able to locate this kind of