CP6 HTML5 output file, show/hide don't work

Hi all,
I've create a menu screen where I have grouped some graphics to a button and disabled 'visible in output'. I then created a conditional script to show or hide the group depending on interaction, assigning the script to the slide on enter.
However, publishing it in html, the show/hide groups simply does not appear, but it's working perfectly fine in SWF.
Please help!
Cheers

I didn't understand '...have grouped some graphics to a button....'? Do you?

Similar Messages

  • In trace file and output file showing bind variable instead of value

    Hi,
    database 9i
    optimizer = choose(for cost based)
    In my trace file and output file showing bind variable instead of value.
    in my trace file 20 queries.
    I alse set this parameter in session level.
    alter session set events '10046 trace name context forever, level 4';
    but still showing traceoutput file bind variable.
    Pls help its very urgent

    Can you post the query for which the bind variable values are not being shown and the trace output for the same?
    Probably it is listed down somewhere when you actually executed the query among the others. Try completely analyzing your trace file..

  • CP6 HTML5 output not completely displaying on Ipad

    I just attempted my first CP6 HTML5 project.
    Worked great in Chrome browser.
    Worked not so great on Ipad. About 40 pixels of right side of slide cut off and about 30 pixels of bottom cut off (viewing in landscape).
    Verified size while viewing in Chrome and is exactly 1024 wide.
    CP6 project setup: Selected "Ipad 1024x672".
    Published to HTML5 and Zip file (running on LMS)
    Any ideas why 1024 won't show up completely on Ipad?
    Thanks,
    Dave

    Got it working. Needed to select the check box labeled "Scalable HTML Content" in the Advanced Options area of the Publish window.
    Dave

  • Can't get show/hide subform to work.

    Although I've done my best to show/hide a subform through a radio-button in Livecycle, I can't get it to work.
    Any help will be greatly appreciated.
    Please see:
    https://dl.dropboxusercontent.com/u/92058288/problem.jpg
    https://dl.dropboxusercontent.com/u/92058288/hide%20or%20show%20subform.pdf

    You have created the object on Master page that causing the issue also missed the 'presence' after object name. I redesign the form but not on master Page and apply the below script and its working
    Click event of 'Nee' radio button
    if(this.rawValue == 1)
    xfa.form.form1.subform1.sub1.presence="hidden";
    Click event of 'Ja' radio button
    if(this.rawValue == 1)
      xfa.form.form1.subform1.sub1.presence="visible";
    For more info refer the below screenshot.

  • Show/Hide behaviour not working in Safari

    Generic show/hide layer behaviour to show large images on
    mouseover of
    thumbs... it doesn't work in Safari I'm told - only page
    that's live
    http://www.dreamweaverresources.com/studio1/places.html
    any ideas as to why this wouldn't work in that browser only?
    Nadia

    visibility:none is bad syntax, anyhow. Thanks for finding
    this - I looked
    and didn't see it....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Osgood" <[email protected]> wrote in
    message
    news:epsdu8$kp9$[email protected]..
    >: Nadia : ** ACE - Adobe Community Expert ** wrote:
    >> Generic show/hide layer behaviour to show large
    images on mouseover of
    >> thumbs... it doesn't work in Safari I'm told - only
    page that's live
    >>
    http://www.dreamweaverresources.com/studio1/places.html
    >>
    >> any ideas as to why this wouldn't work in that
    browser only?
    >>
    >
    > Safari doesn't seem to like visibility: none on the
    #picturelayer
    >
    > Taking it off produces the same results as having it
    there?
    >
    > However taking it off results in a border being applied
    to the shim.gif so
    > add style="border: none;" to the img tag. The border
    still seems to show
    > in DW but not when run via a browser.
    >
    >
    > #picturelayer {position:relative; width:500px;margin:
    auto; z-index:1;}
    >
    > <img src="places_files/shim.gif" style="border:
    none;" alt="" width="450"
    > height="420" border="0">
    >

  • Interactive PDF show/hide button not working properly

    I could use some help. I'm creating an interactive pdf using show hide buttons. A button is set to hidden and a second button controls it's visible on mouse enter and mouse exit. Sometimes these buttons which are set to visible turn to invisible in the general/form field propery window and stop working. I've tried replacing the buttons with new ones, but this hasn't helped. Is this a bug or do you think the document is corrupt. This is a large prototype file which has to be shown to a client and rebuilding it is not a welcome thought.
    Is there a way to program this using java to create this function? (I'm a Java novice.)
    Thanks

    HI PAUL, WE HAVE HAD THE SAME PROBLEM. SO, IF YOUR USING INDESIGN CS2 OR 3 WE HAVE FOUND THAT BY MAKING A NEW BUTTON WITH ALL THE ACTIONS YOU WANT IN A NEW DOCUMENT ON THE MASTER PAGE AND THEN COPYING AND PASTING THE NEW BUTTON INTO YOUR ORIGINAL FILE ONTO THE PAGE MASTER THIS USUALLY SOLVES THE PROBLEM.

  • Show/hide bahavior not working in firefox or safari

    Here is my problem. The show hide behavior incorporated in DW
    CS3 is working fine in IE6 and 7 but not working at all in firefox
    and safari (both latest version). I have tried it on different
    event but nothing.
    My web site is configured that if someone click on details, a
    layer will become visible and the details will be showed. I know
    there is a work around and the simplest would be to have a new
    window open but this is not the style I want.
    Any help would be much appreciated.
    Thanks
    ASP

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    #apDiv1 {
    position:absolute;
    visibility:hidden;
    left:16px;
    top:14px;
    width:512px;
    height:394px;
    z-index:1;
    background-color: #FFFF00;
    #apDiv2 {
    position:absolute;
    left:14px;
    top:431px;
    width:513px;
    height:88px;
    z-index:2;
    -->
    </style>
    <script type="text/javascript">
    <!--
    function MM_reloadPage(init) { //reloads the window if Nav4
    resized
    if (init==true) with (navigator) {if
    ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
    onresize=MM_reloadPage; }}
    else if (innerWidth!=document.MM_pgW ||
    innerHeight!=document.MM_pgH) location.reload();
    MM_reloadPage(true);
    function MM_showHideLayers() { //v9.0
    var i,p,v,obj,args=MM_showHideLayers.arguments;
    for (i=0; i<(args.length-2); i+=3)
    with (document) if (getElementById &&
    ((obj=getElementById(args
    ))!=null)) { v=args[i+2];
    if (obj.style) { obj=obj.style;
    v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
    //-->
    </script>
    <script src="../Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    </head>
    <body>
    <div id="apDiv1"></div>
    <div id="apDiv2">
    <p>
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','130','height','20','title','test','onfocus','MM_showHideLayers(\'apDiv1\',\'\',\'show \')','src','../Flash/liendurabilte','quality','high','pluginspage','http://www.adobe.com/s hockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','../Flash/liendurab ilte'
    ); //end AC code
    </script>
    <noscript>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    width="130" height="20" title="test"
    onfocus="MM_showHideLayers('apDiv1','','show')">
    <param name="movie" value="../Flash/liendurabilte.swf"
    />
    <param name="quality" value="high" />
    <embed src="../Flash/liendurabilte.swf" quality="high"
    pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="130"
    height="20"></embed>
    </object>
    </noscript>
    Click here to show layer</p>
    <p>
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','130','height','20','onfocus','MM_showHideLayers(\'apDiv1\',\'\',\'hide\')','src','../ Flash/lienGarantie','quality','high','pluginspage','http://www.adobe.com/shockwave/downloa d/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','../Flash/lienGarantie'
    ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    width="130" height="20"
    onfocus="MM_showHideLayers('apDiv1','','hide')">
    <param name="movie" value="../Flash/lienGarantie.swf"
    />
    <param name="quality" value="high" />
    <embed src="../Flash/lienGarantie.swf" quality="high"
    pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="130"
    height="20"></embed>
    </object></noscript>
    Click here to hide layer
    </p>
    </div>
    </body>
    </html>

  • Show/hide item not working

    Hi,
    I've designed a relatively detailed survey with multiple show/hide items, and all of a sudden they're not working despite all of the show/hide criteria being correct. Items are being shown for no reason.
    Can someone help me?
    Thanks.

    After looking at the form I have concluded that the show/hide logic is inverted.  You have fields set to be hidden if the answer to a drop down is  not 0%. The problem is that the default value of the field is null, not 0%.  The condition is met, so the fields are displayed.  The fix is to switch the show/hide logic to Show is the answer is 5%, 10%, 15% etc.
    Jeff Canepa
    Software Quality Engineer
    Adobe Systems, Inc.
    [email protected]

  • Raw files that suddenly don't work after importing

    All of a sudden This happens: when I import  my Raw files from my OM-D EM-5 to Aperture 3.5.1 I get the error message "Unsupported image format"! I have not changed anything and this makes my use of Aperture very diffecult! I have to first import the raw files into IPhoto - this works ok and then import the jpeg's into Aperture - I have reinstalled Aperture and this still happens - so now Aperture is allmost useless to me. Please help I work with loads of pics daily and will have to swich to another program if this is the end of Aperture - I have also installed Mavericks and my guess is that the problem lies there :-(
    I don't know if there is a connection between this and Color Efx Pro that I also use
    My setup is:
    Modelnavn:
    Mac mini
      Model-id:
    Macmini6,2
      Processornavn:
    Intel Core i7
      Processorhastighed:
    2,3 GHz
      Antal processorer:
    1
      Antal kerner i alt:
    4
      L2-buffer (pr. Core):
    256 KB
      L3-buffer:
    6 MB
      Hukommelse:
    16 GB
      Boot ROM-version:
    MM61.0106.B03
      SMC-version (system):
    2.8f0
      Serienummer (system):
    C07JM12UDWYM
      Hardware-uuid:
    BE2DFD20-39E0-5FC7-AC73-98BE6A118500

    I think things started to go wierd after the update! I changed the library - made a new one and the problem still exists! Now Aperture also crashes when uploading to FB ..strange. I get this Crashreport:
    Process:    
    Aperture [998]
    Path:       
    /Applications/Aperture.app/Contents/MacOS/Aperture
    Identifier: 
    com.apple.Aperture
    Version:    
    3.5.1 (3.5.1)
    Build Info: 
    Aperture-451099000000000~1
    App Item ID:
    408981426
    App External ID: 107312636
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [174]
    Responsible:
    Aperture [998]
    User ID:    
    502
    Date/Time:  
    2013-11-21 15:02:51.473 +0100
    OS Version: 
    Mac OS X 10.9 (13A603)
    Report Version:  11
    Anonymous UUID:  A3708C0E-0D19-47A8-3F71-1E2E726258DE
    Crashed Thread:  0  Dispatch queue: ILPhotoAlbum persistence dictionary queue
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Application Specific Information:
    objc_msgSend() selector name: isEqual:
    Thread 0 Crashed:: Dispatch queue: ILPhotoAlbum persistence dictionary queue
    0   libobjc.A.dylib          
    0x00007fff8a045097 objc_msgSend + 23
    1   com.apple.CoreFoundation 
    0x00007fff866f58a5 -[__NSDictionaryM objectForKey:] + 149
    2   com.apple.RedRock        
    0x000000010b336b26 convertToHgCollection + 544
    3   com.apple.RedRock        
    0x000000010b336b31 convertToHgCollection + 555
    4   com.apple.RedRock        
    0x000000010b336b31 convertToHgCollection + 555
    5   com.apple.RedRock        
    0x000000010b34902e -[RKAlbum setValue:forKey:forIdentifier:] + 60
    6   com.apple.Aperture       
    0x000000010adcb91e 0x10a933000 + 4819230
    7   libdispatch.dylib        
    0x00007fff8bc682ad _dispatch_client_callout + 8
    8   libdispatch.dylib        
    0x00007fff8bc6a8a1 _dispatch_source_invoke + 413
    9   libdispatch.dylib        
    0x00007fff8bc6a633 _dispatch_queue_drain + 359
    10  libdispatch.dylib        
    0x00007fff8bc6b9dd _dispatch_queue_invoke + 110
    11  libdispatch.dylib        
    0x00007fff8bc6feaa _dispatch_main_queue_callback_4CF + 244
    12  com.apple.CoreFoundation 
    0x00007fff86761839 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    13  com.apple.CoreFoundation 
    0x00007fff8671cb14 __CFRunLoopRun + 1636
    14  com.apple.CoreFoundation 
    0x00007fff8671c275 CFRunLoopRunSpecific + 309
    15  com.apple.HIToolbox      
    0x00007fff87f02f0d RunCurrentEventLoopInMode + 226
    16  com.apple.HIToolbox      
    0x00007fff87f02cb7 ReceiveNextEventCommon + 479
    17  com.apple.HIToolbox      
    0x00007fff87f02abc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    18  com.apple.AppKit         
    0x00007fff8a21728e _DPSNextEvent + 1434
    19  com.apple.AppKit         
    0x00007fff8a2168db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    20  com.apple.Aperture       
    0x000000010ad9ee61 0x10a933000 + 4636257
    21  com.apple.AppKit         
    0x00007fff8a20a9cc -[NSApplication run] + 553
    22  com.apple.prokit         
    0x000000010c18cdca NSProApplicationMain + 333
    23  com.apple.Aperture       
    0x000000010a942cc0 0x10a933000 + 64704
    24  com.apple.Aperture       
    0x000000010a942664 0x10a933000 + 63076
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libdispatch.dylib        
    0x00007fff8bc6d103 _dispatch_kevent_unregister + 36
    1   libdispatch.dylib        
    0x00007fff8bc6e590 _dispatch_source_kevent_unregister + 139
    2   libdispatch.dylib        
    0x00007fff8bc6a80f _dispatch_source_invoke + 267
    3   libdispatch.dylib        
    0x00007fff8bc6a633 _dispatch_queue_drain + 359
    4   libdispatch.dylib        
    0x00007fff8bc6a4b1 _dispatch_mgr_queue_drain + 26
    5   libdispatch.dylib        
    0x00007fff8bc6a384 _dispatch_mgr_invoke + 54
    6   libdispatch.dylib        
    0x00007fff8bc6a152 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib   
    0x00007fff82b17e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cd2bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8cd2efb9 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib   
    0x00007fff82b17716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cd2cc77 _pthread_cond_wait + 787
    2   com.apple.Foundation     
    0x00007fff85d8f8d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation     
    0x00007fff85d86778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proxtcore      
    0x000000010ce60d17 -[XTMsgQueue waitForMessage] + 46
    5   com.apple.proxtcore      
    0x000000010ce6086c -[XTThread run:] + 322
    6   com.apple.Foundation     
    0x00007fff85dbe70b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib  
    0x00007fff8cd2a899 _pthread_body + 138
    8   libsystem_pthread.dylib  
    0x00007fff8cd2a72a _pthread_start + 137
    9   libsystem_pthread.dylib  
    0x00007fff8cd2efc9 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib   
    0x00007fff82b17716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cd2cc77 _pthread_cond_wait + 787
    2   com.apple.Foundation     
    0x00007fff85d8f8d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation     
    0x00007fff85d86778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proxtcore      
    0x000000010ce60d17 -[XTMsgQueue waitForMessage] + 46
    5   com.apple.proxtcore      
    0x000000010ce6086c -[XTThread run:] + 322
    6   com.apple.Foundation     
    0x00007fff85dbe70b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib  
    0x00007fff8cd2a899 _pthread_body + 138
    8   libsystem_pthread.dylib  
    0x00007fff8cd2a72a _pthread_start + 137
    9   libsystem_pthread.dylib  
    0x00007fff8cd2efc9 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib   
    0x00007fff82b17716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cd2cc77 _pthread_cond_wait + 787
    2   com.apple.Foundation     
    0x00007fff85d8f8d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation     
    0x00007fff85d86778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proxtcore      
    0x000000010ce60d17 -[XTMsgQueue waitForMessage] + 46
    5   com.apple.proxtcore      
    0x000000010ce6086c -[XTThread run:] + 322
    6   com.apple.Foundation     
    0x00007fff85dbe70b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib  
    0x00007fff8cd2a899 _pthread_body + 138
    8   libsystem_pthread.dylib  
    0x00007fff8cd2a72a _pthread_start + 137
    9   libsystem_pthread.dylib  
    0x00007fff8cd2efc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib   
    0x00007fff82b17716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cd2cc77 _pthread_cond_wait + 787
    2   com.apple.Foundation     
    0x00007fff85d8f8d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation     
    0x00007fff85d86778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proxtcore      
    0x000000010ce60d17 -[XTMsgQueue waitForMessage] + 46
    5   com.apple.proxtcore      
    0x000000010ce6086c -[XTThread run:] + 322
    6   com.apple.Foundation     
    0x00007fff85dbe70b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib  
    0x00007fff8cd2a899 _pthread_body + 138
    8   libsystem_pthread.dylib  
    0x00007fff8cd2a72a _pthread_start + 137
    9   libsystem_pthread.dylib  
    0x00007fff8cd2efc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib   
    0x00007fff82b17716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cd2cc77 _pthread_cond_wait + 787
    2   com.apple.Foundation     
    0x00007fff85d8f8d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation     
    0x00007fff85d86778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proxtcore      
    0x000000010ce60d17 -[XTMsgQueue waitForMessage] + 46
    5   com.apple.proxtcore      
    0x000000010ce6086c -[XTThread run:] + 322
    6   com.apple.Foundation     
    0x00007fff85dbe70b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib  
    0x00007fff8cd2a899 _pthread_body + 138
    8   libsystem_pthread.dylib  
    0x00007fff8cd2a72a _pthread_start + 137
    9   libsystem_pthread.dylib  
    0x00007fff8cd2efc9 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib   
    0x00007fff82b17716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cd2cc77 _pthread_cond_wait + 787
    2   com.apple.Foundation     
    0x00007fff85d8f8d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation     
    0x00007fff85d86778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proxtcore      
    0x000000010ce60d17 -[XTMsgQueue waitForMessage] + 46
    5   com.apple.proxtcore      
    0x000000010ce6086c -[XTThread run:] + 322
    6   com.apple.Foundation     
    0x00007fff85dbe70b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib  
    0x00007fff8cd2a899 _pthread_body + 138
    8   libsystem_pthread.dylib  
    0x00007fff8cd2a72a _pthread_start + 137
    9   libsystem_pthread.dylib  
    0x00007fff8cd2efc9 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib   
    0x00007fff82b17716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cd2cc77 _pthread_cond_wait + 787
    2   com.apple.Foundation     
    0x00007fff85d8f8d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation     
    0x00007fff85d86778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proxtcore      
    0x000000010ce60d17 -[XTMsgQueue waitForMessage] + 46
    5   com.apple.proxtcore      
    0x000000010ce6086c -[XTThread run:] + 322
    6   com.apple.Foundation     
    0x00007fff85dbe70b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib  
    0x00007fff8cd2a899 _pthread_body + 138
    8   libsystem_pthread.dylib  
    0x00007fff8cd2a72a _pthread_start + 137
    9   libsystem_pthread.dylib  
    0x00007fff8cd2efc9 thread_start + 13
    Thread 10:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib   
    0x00007fff82b13a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff82b12d18 mach_msg + 64
    2   com.apple.CoreFoundation 
    0x00007fff8671d315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation 
    0x00007fff8671c939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation 
    0x00007fff8671c275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation     
    0x00007fff85dbe907 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation     
    0x00007fff85dbe70b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib  
    0x00007fff8cd2a899 _pthread_body + 138
    8   libsystem_pthread.dylib  
    0x00007fff8cd2a72a _pthread_start + 137
    9   libsystem_pthread.dylib  
    0x00007fff8cd2efc9 thread_start + 13
    Thread 11:: Dispatch queue: com.apple.RedRock.RKInfoDictionaryMgr
    0   libobjc.A.dylib          
    0x00007fff8a04509b objc_msgSend + 27
    1   com.apple.CoreFoundation 
    0x00007fff866f585d -[__NSDictionaryM objectForKey:] + 77
    2   com.apple.CoreFoundation 
    0x00007fff866fa2dc -[NSDictionary __apply:context:] + 204
    3   com.apple.CoreFoundation 
    0x00007fff866eec65 CFDictionaryApplyFunction + 197
    4   com.apple.CoreFoundation 
    0x00007fff866f6003 __CFPropertyListIsValidAux + 323
    5   com.apple.CoreFoundation 
    0x00007fff866fa6e6 __CFPropertyListIsDictPlistAux + 246
    6   com.apple.CoreFoundation 
    0x00007fff866fa2ef -[NSDictionary __apply:context:] + 223
    7   com.apple.CoreFoundation 
    0x00007fff866eec65 CFDictionaryApplyFunction + 197
    8   com.apple.CoreFoundation 
    0x00007fff866f6003 __CFPropertyListIsValidAux + 323
    9   com.apple.CoreFoundation 
    0x00007fff867047bd CFPropertyListWrite + 125
    10  com.apple.CoreFoundation 
    0x00007fff86704632 CFPropertyListWriteToStream + 194
    11  com.apple.Foundation     
    0x00007fff85dd5f44 +[NSPropertyListSerialization dataFromPropertyList:format:errorDescription:] + 66
    12  com.apple.RedRock        
    0x000000010b3c39ae +[RKInfoDictionaryWriteOperation dataForInfoDictionary:] + 48
    13  com.apple.RedRock        
    0x000000010b3c390c +[RKDatabaseComponent writeInfoFileAtPath:withInfo:] + 53
    14  com.apple.RedRock        
    0x000000010b3c2d46 -[RKInfoDictionaryMgr writeModelForModelId:ofClass:usingContext:] + 492
    15  com.apple.RedRock        
    0x000000010b370ac6 -[RKInfoDictionaryMgr writeInfoDictionaries:withFlush:] + 717
    16  com.apple.RedRock        
    0x000000010b370088 -[RKInfoDictionaryMgr writeSomeInfoDictionaries] + 757
    17  libdispatch.dylib        
    0x00007fff8bc6b1d7 _dispatch_call_block_and_release + 12
    18  libdispatch.dylib        
    0x00007fff8bc682ad _dispatch_client_callout + 8
    19  libdispatch.dylib        
    0x00007fff8bc6a68f _dispatch_queue_drain + 451
    20  libdispatch.dylib        
    0x00007fff8bc6b9dd _dispatch_queue_invoke + 110
    21  libdispatch.dylib        
    0x00007fff8bc69fa3 _dispatch_root_queue_drain + 75
    22  libdispatch.dylib        
    0x00007fff8bc6b193 _dispatch_worker_thread2 + 40
    23  libsystem_pthread.dylib  
    0x00007fff8cd2bef8 _pthread_wqthread + 314
    24  libsystem_pthread.dylib  
    0x00007fff8cd2efb9 start_wqthread + 13
    Thread 12:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib   
    0x00007fff82b179aa __select + 10
    1   com.apple.CoreFoundation 
    0x00007fff86768d43 __CFSocketManager + 867
    2   libsystem_pthread.dylib  
    0x00007fff8cd2a899 _pthread_body + 138
    3   libsystem_pthread.dylib  
    0x00007fff8cd2a72a _pthread_start + 137
    4   libsystem_pthread.dylib  
    0x00007fff8cd2efc9 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib   
    0x00007fff82b13a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff82b12d18 mach_msg + 64
    2   com.apple.CoreFoundation 
    0x00007fff8671d315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation 
    0x00007fff8671c939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation 
    0x00007fff8671c275 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit         
    0x00007fff8a3b71ce _NSEventThread + 144
    6   libsystem_pthread.dylib  
    0x00007fff8cd2a899 _pthread_body + 138
    7   libsystem_pthread.dylib  
    0x00007fff8cd2a72a _pthread_start + 137
    8   libsystem_pthread.dylib  
    0x00007fff8cd2efc9 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib   
    0x00007fff82b17716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cd2cc77 _pthread_cond_wait + 787
    2   com.apple.Foundation     
    0x00007fff85d8f8d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation     
    0x00007fff85d86778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proxtcore      
    0x000000010ce60d17 -[XTMsgQueue waitForMessage] + 46
    5   com.apple.proxtcore      
    0x000000010ce6086c -[XTThread run:] + 322
    6   com.apple.Foundation     
    0x00007fff85dbe70b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib  
    0x00007fff8cd2a899 _pthread_body + 138
    8   libsystem_pthread.dylib  
    0x00007fff8cd2a72a _pthread_start + 137
    9   libsystem_pthread.dylib  
    0x00007fff8cd2efc9 thread_start + 13
    Thread 15:: Dispatch queue: com.apple.photo.modelcache
    0   libsystem_kernel.dylib   
    0x00007fff82b13b16 syscall_thread_switch + 10
    1   libsystem_platform.dylib 
    0x00007fff83571f30 _os_lock_handoff_lock_slow + 79
    2   libobjc.A.dylib          
    0x00007fff8a04996e _objc_rootRetain_slow + 25
    3   libobjc.A.dylib          
    0x00007fff8a05d36e -[NSObject retain] + 126
    4   com.apple.iLifeSQLAccess 
    0x000000010d00ba94 __35-[HgEntity cachedModelForIdNumber:]_block_invoke + 57
    5   libdispatch.dylib        
    0x00007fff8bc682ad _dispatch_client_callout + 8
    6   libdispatch.dylib        
    0x00007fff8bc6f3cf _dispatch_sync_f_invoke + 39
    7   com.apple.iLifeSQLAccess 
    0x000000010cfd1345 -[HgEntity cachedModelForIdNumber:] + 174
    8   com.apple.iLifeSQLAccess 
    0x000000010cfe10c7 -[HgEntity cachedModelForId:] + 78
    9   com.apple.iLifeSQLAccess 
    0x000000010cfe4a1c -[HgEntity cachedModelsForIdList:notFound:] + 245
    10  com.apple.iLifeSQLAccess 
    0x000000010cfe5daf -[HgModelFilter idListForArgs:limitedToIds:] + 980
    11  com.apple.iLifeSQLAccess 
    0x000000010cfe598f -[HgModelFilter modelsForArgs:limitedToIds:] + 32
    12  com.apple.iLifeSQLAccess 
    0x000000010d0008fd -[HgEntity modelsFromQuery:] + 209
    13  com.apple.iLifeSQLAccess 
    0x000000010cfd57b0 +[HgModel modelsFromDatabase:where:] + 195
    14  com.apple.Aperture       
    0x000000010abbbe0d 0x10a933000 + 2657805
    15  com.apple.Foundation     
    0x00007fff85d86406 -[NSObject(NSKeyValueCoding) valueForKey:] + 381
    16  com.apple.Foundation     
    0x00007fff85d9e49f -[NSObject(NSKeyValueCoding) valueForKeyPath:] + 334
    17  com.apple.Aperture       
    0x000000010ad0c595 0x10a933000 + 4035989
    18  com.apple.Aperture       
    0x000000010ad0c5ca 0x10a933000 + 4036042
    19  com.apple.Aperture       
    0x000000010ad0c9af 0x10a933000 + 4037039
    20  com.apple.Aperture       
    0x000000010ad0c7ea 0x10a933000 + 4036586
    21  libdispatch.dylib        
    0x00007fff8bc6b1d7 _dispatch_call_block_and_release + 12
    22  libdispatch.dylib        
    0x00007fff8bc682ad _dispatch_client_callout + 8
    23  libdispatch.dylib        
    0x00007fff8bc6a09e _dispatch_root_queue_drain + 326
    24  libdispatch.dylib        
    0x00007fff8bc6b193 _dispatch_worker_thread2 + 40
    25  libsystem_pthread.dylib  
    0x00007fff8cd2bef8 _pthread_wqthread + 314
    26  libsystem_pthread.dylib  
    0x00007fff8cd2efb9 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib   
    0x00007fff82b17e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cd2bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8cd2efb9 start_wqthread + 13
    Thread 17:: Dispatch queue: com.apple.root.default-overcommit-priority
    0   libobjc.A.dylib          
    0x00007fff8a0480f2 objc_release + 34
    1   libobjc.A.dylib          
    0x00007fff8a04765a (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 502
    2   libdispatch.dylib        
    0x00007fff8bc6a0ea _dispatch_root_queue_drain + 402
    3   libdispatch.dylib        
    0x00007fff8bc6b193 _dispatch_worker_thread2 + 40
    4   libsystem_pthread.dylib  
    0x00007fff8cd2bef8 _pthread_wqthread + 314
    5   libsystem_pthread.dylib  
    0x00007fff8cd2efb9 start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib   
    0x00007fff82b17e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cd2bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8cd2efb9 start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib   
    0x00007fff82b17e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cd2bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8cd2efb9 start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib   
    0x00007fff82b17e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cd2bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8cd2efb9 start_wqthread + 13
    Thread 21:
    0   libsystem_kernel.dylib   
    0x00007fff82b13a56 semaphore_wait_trap + 10
    1   libdispatch.dylib        
    0x00007fff8bc6ca15 _dispatch_semaphore_wait_slow + 206
    2   com.apple.CFNetwork      
    0x00007fff81a9b4cb CFURLConnectionSendSynchronousRequest + 427
    3   com.apple.Foundation     
    0x00007fff85ef63c0 +[NSURLConnection sendSynchronousRequest:returningResponse:error:] + 154
    4   com.apple.iPhoto.FacebookPublisher
    0x000000011a3fcac4 0x11a3e8000 + 84676
    5   com.apple.iPhoto.FacebookPublisher
    0x000000011a3f051d 0x11a3e8000 + 34077
    6   com.apple.iPhoto.FacebookPublisher
    0x000000011a3f6864 0x11a3e8000 + 59492
    7   com.apple.proxtcore      
    0x000000010ce5e23c -[XTDistributor distributeMessage:] + 664
    8   com.apple.proxtcore      
    0x000000010ce5da2f -[XTThread handleMessage:] + 337
    9   com.apple.proxtcore      
    0x000000010ce6d7bf -[XTPortMsgQueue handleMachMessage:] + 165
    10  com.apple.Foundation     
    0x00007fff85dc1e35 __NSFireMachPort + 94
    11  com.apple.CoreFoundation 
    0x00007fff8672bd04 __CFMachPortPerform + 388
    12  com.apple.CoreFoundation 
    0x00007fff8672bb69 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
    13  com.apple.CoreFoundation 
    0x00007fff8672bade __CFRunLoopDoSource1 + 478
    14  com.apple.CoreFoundation 
    0x00007fff8671cbd6 __CFRunLoopRun + 1830
    15  com.apple.CoreFoundation 
    0x00007fff8671c275 CFRunLoopRunSpecific + 309
    16  com.apple.Foundation     
    0x00007fff85dc0a7c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    17  com.apple.proxtcore      
    0x000000010ce7dff5 -[XTRunLoopThread run:] + 343
    18  com.apple.Foundation     
    0x00007fff85dbe70b __NSThread__main__ + 1318
    19  libsystem_pthread.dylib  
    0x00007fff8cd2a899 _pthread_body + 138
    20  libsystem_pthread.dylib  
    0x00007fff8cd2a72a _pthread_start + 137
    21  libsystem_pthread.dylib  
    0x00007fff8cd2efc9 thread_start + 13
    Thread 22:
    0   libsystem_kernel.dylib   
    0x00007fff82b17716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cd2cc77 _pthread_cond_wait + 787
    2   com.apple.Foundation     
    0x00007fff85d8f8d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation     
    0x00007fff85d86778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.Aperture       
    0x000000010ae19e3e 0x10a933000 + 5140030
    5   com.apple.proxtcore      
    0x000000010ce5e5a7 -[XTList makeObjectsPerformSelector:withObject:] + 59
    6   com.apple.proxtcore      
    0x000000010ce5e25d -[XTDistributor distributeMessage:] + 697
    7   com.apple.proxtcore      
    0x000000010ce5da2f -[XTThread handleMessage:] + 337
    8   com.apple.proxtcore      
    0x000000010ce6087c -[XTThread run:] + 338
    9   com.apple.Foundation     
    0x00007fff85dbe70b __NSThread__main__ + 1318
    10  libsystem_pthread.dylib  
    0x00007fff8cd2a899 _pthread_body + 138
    11  libsystem_pthread.dylib  
    0x00007fff8cd2a72a _pthread_start + 137
    12  libsystem_pthread.dylib  
    0x00007fff8cd2efc9 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib   
    0x00007fff82b17716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cd2cc77 _pthread_cond_wait + 787
    2   com.apple.Foundation     
    0x00007fff85d8f8d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation     
    0x00007fff85d86778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proxtcore      
    0x000000010ce60d17 -[XTMsgQueue waitForMessage] + 46
    5   com.apple.proxtcore      
    0x000000010ce6086c -[XTThread run:] + 322
    6   com.apple.Foundation     
    0x00007fff85dbe70b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib  
    0x00007fff8cd2a899 _pthread_body + 138
    8   libsystem_pthread.dylib  
    0x00007fff8cd2a72a _pthread_start + 137
    9   libsystem_pthread.dylib  
    0x00007fff8cd2efc9 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib   
    0x00007fff82b13a56 semaphore_wait_trap + 10
    1   libdispatch.dylib        
    0x00007fff8bc6ca15 _dispatch_semaphore_wait_slow + 206
    2   com.apple.CFNetwork      
    0x00007fff81a9b4cb CFURLConnectionSendSynchronousRequest + 427
    3   com.apple.Foundation     
    0x00007fff85ef63c0 +[NSURLConnection sendSynchronousRequest:returningResponse:error:] + 154
    4   com.apple.iPhoto.FacebookPublisher
    0x000000011a3fcac4 0x11a3e8000 + 84676
    5   com.apple.iPhoto.FacebookPublisher
    0x000000011a3ed0e5 0x11a3e8000 + 20709
    6   com.apple.iPhoto.FacebookPublisher
    0x000000011a3f3bea 0x11a3e8000 + 48106
    7   com.apple.Aperture       
    0x000000010ae13d9e 0x10a933000 + 5115294
    8   com.apple.Aperture       
    0x000000010ae19469 0x10a933000 + 5137513
    9   com.apple.proxtcore      
    0x000000010ce5e23c -[XTDistributor distributeMessage:] + 664
    10  com.apple.proxtcore      
    0x000000010ce5da2f -[XTThread handleMessage:] + 337
    11  com.apple.proxtcore      
    0x000000010ce6087c -[XTThread run:] + 338
    12  com.apple.Foundation     
    0x00007fff85dbe70b __NSThread__main__ + 1318
    13  libsystem_pthread.dylib  
    0x00007fff8cd2a899 _pthread_body + 138
    14  libsystem_pthread.dylib  
    0x00007fff8cd2a72a _pthread_start + 137
    15  libsystem_pthread.dylib  
    0x00007fff8cd2efc9 thread_start + 13
    Thread 25:
    0   libsystem_kernel.dylib   
    0x00007fff82b17716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cd2cc77 _pthread_cond_wait + 787
    2   com.apple.Foundation     
    0x00007fff85d8f8d0 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation     
    0x00007fff85d86778 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proxtcore      
    0x000000010ce60d17 -[XTMsgQueue waitForMessage] + 46
    5   com.apple.proxtcore      
    0x000000010ce6086c -[XTThread run:] + 322
    6   com.apple.Foundation     
    0x00007fff85dbe70b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib  
    0x00007fff8cd2a899 _pthread_body + 138
    8   libsystem_pthread.dylib  
    0x00007fff8cd2a72a _pthread_start + 137
    9   libsystem_pthread.dylib  
    0x00007fff8cd2efc9 thread_start + 13
    Thread 26:
    0   libsystem_kernel.dylib   
    0x00007fff82b13a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff82b12d18 mach_msg + 64
    2   com.apple.CoreFoundation 
    0x00007fff8671d315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation 
    0x00007fff8671c939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation 
    0x00007fff8671c275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation     
    0x00007fff85dc0a7c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.apple.proxtcore      
    0x000000010ce7dff5 -[XTRunLoopThread run:] + 343
    7   com.apple.Foundation     
    0x00007fff85dbe70b __NSThread__main__ + 1318
    8   libsystem_pthread.dylib  
    0x00007fff8cd2a899 _pthread_body + 138
    9   libsystem_pthread.dylib  
    0x00007fff8cd2a72a _pthread_start + 137
    10  libsystem_pthread.dylib  
    0x00007fff8cd2efc9 thread_start + 13
    Thread 27:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib   
    0x00007fff82b17a3a __semwait_signal + 10
    1   libsystem_c.dylib        
    0x00007fff8c6bfe60 nanosleep + 200
    2   libsystem_c.dylib        
    0x00007fff8c6bfd52 usleep + 54
    3   com.apple.AppKit         
    0x00007fff8a47b2ad -[NSUIHeartBeat _heartBeatThread:] + 2132
    4   com.apple.Foundation     
    0x00007fff85dbe70b __NSThread__main__ + 1318
    5   libsystem_pthread.dylib  
    0x00007fff8cd2a899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x00007fff8cd2a72a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x00007fff8cd2efc9 thread_start + 13
    Thread 28:
    0   libsystem_kernel.dylib   
    0x00007fff82b17e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cd2bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8cd2efb9 start_wqthread + 13
    Thread 29:: Dispatch queue: RKPublishedServiceManager AlbumList
    0   com.apple.CoreFoundation 
    0x00007fff86702d1c __CFNumberGetValue + 1900
    1   com.apple.CoreFoundation 
    0x00007fff867024fa __CFNumberHash + 122
    2   com.apple.CoreFoundation 
    0x00007fff86719b90 -[__NSSetM addObject:] + 320
    3   com.apple.iLifeSQLAccess 
    0x000000010cfd17d1 -[HgLockedSet addObject:] + 87
    4   com.apple.RedRock        
    0x000000010b3e2965 -[RKAlbum _storageDictionaryDidChange] + 34
    5   com.apple.Aperture       
    0x000000010abedf82 0x10a933000 + 2862978
    6   com.apple.Aperture       
    0x000000010abee9c0 0x10a933000 + 2865600
    7   com.apple.Aperture       
    0x000000010abf56f8 0x10a933000 + 2893560
    8   com.apple.proxtcore      
    0x000000010ce5e5a7 -[XTList makeObjectsPerformSelector:withObject:] + 59
    9   com.apple.proxtcore      
    0x000000010ce5e25d -[XTDistributor distributeMessage:] + 697
    10  com.apple.proxtcore      
    0x000000010ce5da2f -[XTThread handleMessage:] + 337
    11  com.apple.proxtcore      
    0x000000010ce5d4b3 __42-[XTDispatchMsgQueue triggerDispatchQueue]_block_invoke + 157
    12  libdispatch.dylib        
    0x00007fff8bc6b1d7 _dispatch_call_block_and_release + 12
    13  libdispatch.dylib        
    0x00007fff8bc682ad _dispatch_client_callout + 8
    14  libdispatch.dylib        
    0x00007fff8bc6a68f _dispatch_queue_drain + 451
    15  libdispatch.dylib        
    0x00007fff8bc6b9dd _dispatch_queue_invoke + 110
    16  libdispatch.dylib        
    0x00007fff8bc69fa3 _dispatch_root_queue_drain + 75
    17  libdispatch.dylib        
    0x00007fff8bc6b193 _dispatch_worker_thread2 + 40
    18  libsystem_pthread.dylib  
    0x00007fff8cd2bef8 _pthread_wqthread + 314
    19  libsystem_pthread.dylib  
    0x00007fff8cd2efb9 start_wqthread + 13
    Thread 30:
    0   libsystem_kernel.dylib   
    0x00007fff82b17e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cd2bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8cd2efb9 start_wqthread + 13
    Thread 31:
    0   libsystem_kernel.dylib   
    0x00007fff82b17e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cd2bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8cd2efb9 start_wqthread + 13
    Thread 32:
    0   libsystem_kernel.dylib   
    0x00007fff82b17e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cd2bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8cd2efb9 start_wqthread + 13
    Thread 33:
    0   libsystem_kernel.dylib   
    0x00007fff82b17e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cd2bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8cd2efb9 start_wqthread + 13
    Thread 34:
    0   libsystem_kernel.dylib   
    0x00007fff82b17e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cd2bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8cd2efb9 start_wqthread + 13
    Thread 35:
    0   libsystem_kernel.dylib   
    0x00007fff82b17e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cd2bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8cd2efb9 start_wqthread + 13
    Thread 36:
    0   libsystem_kernel.dylib   
    0x00007fff82b17e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cd2bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8cd2efb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000600001270680  rbx: 0x0000000000000001  rcx: 0x0000000000000000  rdx: 0x000000011a41c010
      rdi: 0x000060000126ca40  rsi: 0x00007fff8ac4220c  rbp: 0x00007fff552cae10  rsp: 0x00007fff552cadc8
       r8: 0x000000011a407cd3   r9: 0x00007fff723a4232  r10: 0x00007fff8ac4220c  r11: 0xbadda769443ebead
      r12: 0x0000000000000001  r13: 0x0000000000000007  r14: 0x0000000000000007  r15: 0x000000011a41c010
      rip: 0x00007fff8a045097  rfl: 0x0000000000010246  cr2: 0xffffff8215d88004
    Logical CPU:
    4
    Error Code: 
    0x00000000
    Trap Number:
    13
    Binary Images:
    0x10a933000 -   
    0x10b06aff7  com.apple.Aperture (3.5.1 - 3.5.1) <50B75DAA-B018-3E70-A420-850D10B97864> /Applications/Aperture.app/Contents/MacOS/Aperture
    0x10b285000 -   
    0x10b291ff7  com.apple.PhotoFoundation (1.0 - 350.59) <06537576-1E09-3DD2-9941-976256BF3E9F> /Applications/Aperture.app/Contents/Frameworks/PhotoFoundation.framework/Versio ns/A/PhotoFoundation
    0x10b316000 -   
    0x10b896ff7  com.apple.RedRock (1.9.4 - 451.54) <BD0ADA68-5CAE-333D-9703-1047236E614C> /Applications/Aperture.app/Contents/Frameworks/RedRock.framework/Versions/A/Red Rock
    0x10be5a000 -   
    0x10bedeff7  com.apple.iLifePageLayoutCore (1.0 - 350.80) <99E6A976-9A93-3BE4-9EE3-FB5110E196CE> /Applications/Aperture.app/Contents/Frameworks/iLifePageLayoutCore.framework/Ve rsions/A/iLifePageLayoutCore
    0x10bf90000 -   
    0x10bf96fff  com.apple.iLifePhotoStreamConfiguration (3.4 - 2.5) <0746F490-6D75-3B03-882C-83CAC50F8E28> /Applications/Aperture.app/Contents/Frameworks/iLifePhotoStreamConfiguration.fr amework/Versions/A/iLifePhotoStreamConfiguration
    0x10bfa2000 -   
    0x10bfd7fff  com.apple.iLifeAssetManagement (2.7 - 351.33) <51A7DCD2-22A4-360C-B88B-019C534A8B16> /Applications/Aperture.app/Contents/Frameworks/iLifeAssetManagement.framework/V ersions/A/iLifeAssetManagement
    0x10c00f000 -   
    0x10c01dfff  com.apple.iphoto.AccountConfigurationPlugin (1.2 - 1.2) <194D9D00-0BEA-3449-A768-EFF940C894C1> /Applications/Aperture.app/Contents/Frameworks/AccountConfigurationPlugin.frame work/Versions/A/AccountConfigurationPlugin
    0x10c036000 -   
    0x10c0daff7  com.apple.MobileMe (13 - 1.0.4) <8DBF5D94-566D-3BFD-88B8-2A124F6443F9> /Applications/Aperture.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mo bileMe
    0x10c157000 -   
    0x10c162ff7  com.apple.PluginManager (1.7.6 - 55) <8D74F68E-E0A4-38A9-94EE-87AB0BDBD58F> /Library/Frameworks/PluginManager.framework/Versions/B/PluginManager
    0x10c171000 -   
    0x10c370ff7  com.apple.prokit (8.0 - 5015) <E80E117A-3411-3E5A-99D2-C308E99680EC> /Applications/Aperture.app/Contents/Frameworks/ProKit.framework/Versions/A/ProK it
    0x10c4f0000 -   
    0x10c831ff7  com.apple.iLifeSlideshow (3.1.2 - 1152.19) <6195B32E-8D46-35CB-B414-6BD23D5AACF2> /Applications/Aperture.app/Contents/Frameworks/iLifeSlideshow.framework/Version s/A/iLifeSlideshow
    0x10c9b7000 -   
    0x10c9cffff  com.apple.iLifeFaceRecognition (1.0 - 30.11) <92532466-DEE7-393E-8235-75DAE18518D4> /Applications/Aperture.app/Contents/Frameworks/iLifeFaceRecognition.framework/V ersions/A/iLifeFaceRecognition
    0x10c9e7000 -   
    0x10ca20fff  com.apple.fayray.PrintServices (920131014 - 11.10) <B09AE396-20BE-3720-934E-464AF6E78AA1> /Applications/Aperture.app/Contents/Frameworks/PrintServices.framework/Versions /A/PrintServices
    0x10ca84000 -   
    0x10cab8fff  com.apple.ProUtils (1.1 - 450.14) <CC1C90BD-D6F3-35B0-B6EB-AF8A27FF4395> /Applications/Aperture.app/Contents/Frameworks/ProUtils.framework/Versions/A/Pr oUtils
    0x10caf5000 -   
    0x10ccedff7  com.apple.geode (1.5.3 - 450.60) <26674230-C470-399B-8570-61A433E3D6B4> /Applications/Aperture.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
    0x10ce59000 -   
    0x10ced4fff  com.apple.proxtcore (1.4.1 - 450.46) <E356790A-74BD-3262-AF6C-5388EC429312> /Applications/Aperture.app/Contents/Frameworks/ProXTCore.framework/Versions/A/P roXTCore
    0x10cf8f000 -   
    0x10d0aafff  com.apple.iLifeSQLAccess (1.7.1 - 350.17) <279E076B-2590-3DD6-9A19-F9AEE87C97DF> /Applications/Aperture.app/Contents/Frameworks/iLifeSQLAccess.framework/Version s/A/iLifeSQLAccess
    0x10d17a000 -   

  • Show/Hide AP Element Works Once

    I have an element on a page that is hidden.  I use a picture thumbnail to reveal it the element when clicked.  In the element I have a detail photo and some text that hides the element.  Once I have revealed and then re-hidden the element, I can no longer reveal it again.  Any ideas why this is.  Please let me know if you need any further info to diagnose the problem.
    Thanks,
    Pharaoh

    Hi,
    look here this could be a(n other) solution for you:
    http://www.d.umn.edu/itss/support/Training/Online/DreamweaverIntro4/example2.htm
    Hans-G.

  • Specifying name of Automator output file?

    The Automator action "Combine PDF Pages" has an output of type "PDF Files". How do I tell it to save the file with a particular name in a particular place? I run the workflow and there's no error message, but I don't see a new file.

    P.S. Now I see that I can make the output file show up in a particular location by using a "Move Finder Items" action. But it shows up with a nonsense name. I would have thought that "Rename Finder Items" would be able to set the name, but I don't see how.

  • Chinese Characters in output file

    Hi All,
    We have recently made our SAP Unicode compliant. Now user started entering customer name in Chinese language. We have program to extract customer name.
    If I use following, then output file contains hash (#)
    OPEN DATASET file_name FOR OUTPUT IN TEXT MODE ENCODING NON-UNICODE  MESSAGE l_message IGNORING CONVERSION ERRORS.
    If I use following, then output file shows Chinese character but record alignment gets disturbed.
    OPEN DATASET file_name FOR OUTPUT IN TEXT MODE ENCODING DEFAULT
    MESSAGE l_message IGNORING CONVERSION ERRORS.
    Thanks
    We are flexible to open file in both mode

    Hi,
         Refer it may useful for you.
    https://forums.sdn.sap.com/click.jspa?searchID=4155531&messageID=2916685
    https://forums.sdn.sap.com/click.jspa?searchID=4155593&messageID=2530886
    Regards

  • How to programmatically disable prompts for output file names in Acrobat X

    My code to programmatically disable output file names (below) is not working on a Windows 7 64-bit machine using Acrobat Distiller X.  It works perfectly on a Windows XP machine with Acrobat Distiller 8.
    The latest API Reference I was able to find is dated June 2008.  My logic follows this convention.
    I have confirmed that the registry key is updated as specified below.  I have also confirmed that I am able to write to the directory indicated.
    Please provide any suggestions to resolve. 
    Thank You!
    ~Lori
    'Create the Registry Key where Acrobat looks for a file name
            CreateNewRegistryKey HKEY_CURRENT_USER, _
                         "Software\Adobe\Acrobat Distiller\PrinterJobControl"
    'Put the output filename (FilePath) where Acrobat could find it
            SetRegistryValue HKEY_CURRENT_USER, _
                     "Software\Adobe\Acrobat Distiller\PrinterJobControl", _
                     C:\Program Files (x86)\Microsoft Office\Office12\MSACCESS.EXE, _
                     T:\PDF Files\Current Week\NFS_Lori,Test.pdf

    I remember seeing that the problem is thunking. A little more specifically, because it's a 32-bit driver but a 64-bit executable, there's a 32-bit system spooler process which will always show up as the EXE name.

  • Joining AVCHD clips into a simple MPEG output file

    I'm using PE 10 and just tried joining AVCHD 5 clips using the Instant Movie sequence. I saved it as a file for use on a computer. It took nearly an hour to render the file and when it was done, I emded up with an F4V file which requires conversion to something else to view it  or to be able to email the file to others and have them view the movie.   Is there any way in PE to create a simple MPEG or AVI output file?
    I don't want to create fancy Projects, just want to be able to merge a sequence of files so anyone with a simple PC or Apple computer can watch the home videos.

    Thanks to you both for the hint on scrolling down the list, however, I think the only ones I'm interested in were already visible in the scroll box. Part of the problem is that I'm not sure what I want from a technical spec angle, all I want to do is take the MP4 original files from the camera and create A FILE that will run easily on most computers, whatever format that needs to be. (?)
    Anyway, I built another project (didn't do the Instant Movie this time) and output it as an MP4. (The input is from a Sony A55 SLT that they say is NTSC AVCHD and the files coming out have an MP4 extension).  The project MP4 wouldn't run as a video in Windows Media only as an audio source. ???  So I used a converter to change the file to an AVI becuase I've been able to run that type before. Not this time..  Nothing I have on my computer will run this file. So I got the latest version of Windows Media and now the original MP4 output does run, but with some problems. First, the tile page still says YOUR TITLE GOES HERE because I was never able to figure out how to edit the title banner. Then about 30 seconds into the video (approx. 4 minute video) it paused on it's own. When I click right next to the cursor, it starts up again and then in 20 or 30 seconds it goes into high speed until I again click on the timeline. It also replicated my last clip (7th) as the 3rd clip. Very confusing!
    I should also mention that I also saved another copy as an AVI file and that output wouldn't do anything.
    And even before all this happened, I was dismayed to see that even when I selected DO NOT RENDER before starting the SAVE, as soon as I clicked on SAVE, it started rendering and it took over 2 hours to render and save this 4 minute film.  Ridiculous !!! 
    A few years ago I used an app where I was able to merge files, add transitions individually, including my own title sheet, and then save it to the DVD format with far less complication than this. It might have been an app tailored toDVD output and therefore been simpler.
    Fred

  • Pages 5.0, hyperlinks, PDF file, links don't work

    I upgraded to pages 5.0. My documents have many hyperlinks. When I convert them to PDF files the hyperlinks don't work in the pdf files. In pages: file > export > pdf > best image quality then to desktop. The links work on page 1 of the pdf file but not on the remainder of the pages. With the previous version of pages all the hyperlinks worked in the pdf files I created. Something I need to be doing with the new pages 5.0? Help. The links are a key component of my documents.
    Thanks in advance.

    DreAllDay wrote:
    Found a fix!
    1. In the new version of Pages, export your document to a Word doc. Save.
    2. Right-click on that Word doc in the Finder, Choose Open With > Pages (4.1) [Or just open Pages 4.1 yourself, then use File > Open and choose that new Word doc]
    3. The old version of Pages opens your doc. Choose File > Export... Choose PDF. File will save where you choose, links active and working just like old times.
    This is my first discussions post and hope it's useful!
    Why would you want to export to Word .doc?
    Just use Pages '09 4.3 in the first place and avoid the problem.
    Peter

Maybe you are looking for

  • Copyright question for posting to the web

    hi all. i am wondering if someone wouldn't mind giving me a bit of expertise on a question i have. i have a set of images from various sources that are basically creative imagery. i have organized these and i would like to share them by posting them

  • Limit transaction types when creating follow-up transactions

    Hi! We are operating in CRM 5. We have a requirement to only display certain tasks when creating followup document from an existing activity. Now, I thought that the copy control configuration would do the trick but I still see a big list of tasks, a

  • Content URL for specifying new Portlet

    Hello,           For some reason I don't have access to personalization newsgroup from my           news server, so I post my question here, hoping somebody who uses Weblogic's           Portal will be able to answer.           I am trying to pass pa

  • Mapping an XML from an input element to Target

    Hi , I have an XML coming in source Element as below : <?xml version="1.0" encoding="UTF-8"?> <ResponsePayload>    <RespString><?xml version="1.0" encoding="UTF-8"?> <Devices>    <Device>1</Device>    <Name>1</Name> </Devices></RespString> </Response

  • Are FW blending modes preserved

    I have a colored gradient bitmap image in "heat" mode over a neutral black/gray image with white highlights, the latter of which I want to stand out. In FW it looks great... Can I export these to FL and expect the blending modes to remain intact?