Applescript & Core Animation

Hey All
I am working on a script that in part of its function resizes a browser window in safari. Initially I used a repeat loop to animated the window resize but this is not fluid. Is there a way to execute core animation scripts to resize the browser window?
Can you execute core animation from applescript at all. My general inclination is that this is possible but via the use of AppleScript Studio.
Any help or advice is very welcome.
Thanks
D

Note: for this forum, format your code like this:
// code here
You don't have to deal with layers and CA objects directly to animate views. This is an easy way to do it:
// use class methods of UIView to setup an animation
[UIView beginAnimations:nil context:NULL];
// set duration in seconds
[UIView setAnimationDuration:0.5];
// assuming the view is currently taking up the whole screen,
// this will slide it off-screen to the left
viewToBeAnimated.frame = CGRectMake(-320.0, 0.0, 320.0, 480.0);
// start the animation (executed asynchronously)
[UIView commitAnimations];
Just use this code in the function that gets called when the button is pressed.

Similar Messages

  • AppleScript Studio and Core Animation?

    Is it possible to invoke basic Core Animation events with AppleScript in AppleScript Studio? I'm assuming that Core Animation requires Objective C, but I hope I'm wrong.

    Sample code.
    Note:
    Four (4) menu items were added to the projects' 'File' menu, and titled 'External Script "Eins"' (Command 1), 'External Script "Zwei"' (Command 2), 'External Script "Drei"' (Command 3), and 'External Script "Vier"' (Command 4).
    Four (4) script files were created ('Eins.scpt', 'Zwei.scpt', 'Drei.scpt', and 'Vier.scpt') and saved to the 'Desktop'. The 'Drei.scpt' and 'Vier.scpt' files were dragged to the projects 'Groups & Files' list into 'Resources'.
    -- Code starts here --
    on choose menu item theObject
    -- Example of calling scripts - external to the AppleScript Studio application.
    if ((name of theObject) is "externalScript01") then run script (((path to desktop from user domain) as string) & "Eins.scpt") as alias
    if ((name of theObject) is "externalScript02") then run script (((path to desktop from user domain) as string) & "Zwei.scpt") as alias
    -- Example of calling scripts - internal to the AppleScript Studio application.
    if ((name of theObject) is "externalScript03") then run script (((path to me) as string) & "Contents:Resources:Scripts:Drei.scpt") as alias
    if ((name of theObject) is "externalScript04") then run script (((path to me) as string) & "Contents:Resources:Scripts:Vier.scpt") as alias
    end choose menu item
    -- Code ends here --

  • Core animation with flash player 10.1

    First of all I take it it's alright to start developing for 10.1 - is it out of beta?
    So, core animation used bt iphone/ipad with it's underlying c language etc...
    How can we use this for AIR android development - any tutorials/blogs - googled it and nothing comes up even on the adobe site.
    This is supposed to be a revolution so where's the info hiding???

    I'm using tweenlite but will look at tweennano.
    I supect the problem lies in my optimization of vectors etc...
    I'll start converting or caching.
    Cheers - You are helping BIGTIME - everytime I post.
    The community seems to be doing all it can to get this side of things going.
    I've just seen the flashplayer 10 forum - a little scary thou as there seems to be a lot of problems - I'll be an avid reader over the next few days.

  • Non Core Animations

    Hi I am just wrapping up my learning of the basics of iPhone App programming. What I want to get into is video games, specifically animation as I do not now how to at all. The books I have are really about core animations and some, but very little Quartz and Open stuff. So what I am wondering, is what books, would any of you recommend to learn how to animate?
    I have one major concern, that is that there are quite a few books out there it seems but many if not most / all relate to 3D programming and animations, how to create rich luxurious 3D worlds with Open GL. I simply want 2D worlds (games like Rolando, Flight Control, Shift are good examples). So Forgive if I am a bit lost, but I can imagine how it would work in programming, where button a triggers ObjectX to move across X plane at Y distance per time unit, inside I may have a function which will not only trigger the movement, but a self contained animation inside the object.
    This I get, but I am wondering if animation is so much easier done with one of the programs, but even when I open that up it is a whole can of worms. Please give me some direction, PLEASE!

    Hi All,
    Flash Pro CC 2014 (v 14.0.0.110) is now available for download via the Creative Cloud App.
    We have included an all new Motion Editor along with several other new features with this release of Flash Pro. The new Motion Editor is completely redesigned, intuitive and easy to use while preserving the core functionalities and backward compatibility with Flash CS6
    To Invoke the Motion Editor, simply Double-Click on your Motion Tween span on Timeline (or Right-Click and select 'Refine Motion') and the Motion Editor opens up in-context in the Timeline itself. Double-Click again to collapse once you have made your adjustments.
    Complete list of New features in Flash Pro CC 2014 is available at these links:
    Overview:         https://www.adobe.com/in/products/flash.html
    Whats new:      https://helpx.adobe.com/flash/using/whats-new.html
    Release Notes: https://helpx.adobe.com/flash/release-note/flash-professional-cc-2014.html
    Videos:           https://helpx.adobe.com/in/flash.html
    Thanks,
    Nipun

  • Creating reflection for core animation layers?

    Is there any example in the wild for creating reflections on core animation layers, like Coverflow's for example?
    I have a bunch of layers I need to display at different distances from the "surface" and without reflection they just seem skewed instead of floating in 3D..

    The buttons are still there, but they don't do what they were made to do. (show layer / hide layer)
    What I'm doing is a map, with icons for the hydrants. When you click on the icon of the hydrant, a photo of the hydrant and it's pipes show up on the top right of the map. This is the layer that turns on and off when clicked on the button.
    Is there something I can do to keep the layers working?
    Thank you for the quick respons. I appreciate it!

  • Core Animation Software Examples?

    Hi,
    I'm just wondering, where's all the software that uses Leopard's Core Animation? I haven't seen any examples. I know that Delicious Library 2 will use it, but that keeps getting delayed, again and again.

    Ok, Time Machine, yes. Good example. And I presume Leopard's Finder also uses Core Animation for Cover Flow and Quick Look.
    But, outside of Apple's own software, what other software makes use of Core Animation?

  • Core animation examples

    Hello there !
    I just bought Leopard and I have to make an application for my university project.
    I will use Core Animation.
    THE THING IS that I tried to compile the core animation examples given with xcode but they have compile errors ! 14 for Covertflow and 113 for Recipes...
    That seems weird to me taht apple developpers released bugged examples... There errors are often "error : Cocoa/Cocoa.h: No such file or directory", or sometimes with AppKit.h, and others too...
    And this problem is always with Quartz examples, the others work.
    Does anyone have an idea ?
    Thank

    Dear NeoFlo,
    I can't tell you why you are getting the errors, but the examples are not "bugged" because they run fine for me on a new installation of Leopard. There must be something missing or wrong in your installation. Why don't you try to reinstall the developer tools and see if that fixes it.
    Hope this helps.

  • Core Animation?

    I installed leopard. I want to use Core Animation but it is not there and i even searched spot light and it does not come up where is Core Animation?

    Core animation is kind of like OpenGL, where it's a common library of animation functions that programmers can use to quickly make applications that look very visually appealing with little code. Instead of creating the code that will manipulate images, for instance, they just call the functions that apple provides, and the images get manipulated. You would interact with core image using a programming environment like Xcode. It is not a standalone application.

  • Core Animation (mac platform)

    I understand Core Animation is Objective-C specific, and I am NOT familiar with developing AIR applications, but I was wondering if there was some how a way to trigger Core Animation through developing an AIR application? Don't AIR apps become native to the platform they're developed on?
    I just want to find a way to improve video playback through flash apps.
    Any insight into this or even suggestions would be great.

    I am not a mac user/not familiar with Core Animation, although I gather from your question that its a mac specific api or some such thing.
    The basic principles behind AIR is that it is a) for developing applications, so yes it has more access to the system than flash player alone and b) is for cross-platform deployment so does not do anything in terms of platform specific features (otherwise the same AIR app might not run cross platform which it should....). That second aspect is probably a limiting factor for what I assume it is that you want to do.... but as I said I am not a mac user and don't know what Core Animation is, so perhaps others who do can comment more...

  • IPhoto keeps crashing: Core Animation failure

    I have a retina MBP, fully specced out.  When editing photos, changing colours and stuff..  iPhoto crashes almost immediately!
    Is this a hardware problem?  It says the VM regions near the crashed threads are Core Animation.  This sounds bad.
    Please help...  Anyone else with this problem?
    Process:         iPhoto [720]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         9.4 (9.4)
    Build Info:      iPhotoProject-701064000000000~2
    App Item ID:     408981381
    App External ID: 10581307
    Code Type:       X86 (Native)
    Parent Process:  launchd [313]
    User ID:         501
    Date/Time:       2012-09-30 15:06:37.818 +0800
    OS Version:      Mac OS X 10.8.2 (12C54)
    Report Version:  10
    Interval Since Last Report:          1767 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  387 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      A2684618-0E52-CAC7-EAF8-39172330DE74
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000002161c184
    VM Regions Near 0x2161c184:
        CoreAnimation          00000000215c7000-000000002161c000 [  340K] rw-/rwx SM=PRV 
    -->
        CoreAnimation          0000000021648000-0000000021689000 [  260K] rw-/rwx SM=PRV 
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreGraphics                  0x973b3421 CGSBlendRGBA8888toRGBA8888 + 1331
    1   com.apple.CoreGraphics                  0x973aff95 argb32_image + 892
    2   libRIP.A.dylib                          0x9665a312 ripl_Mark + 38
    3   libRIP.A.dylib                          0x96655ba3 ripl_BltImage + 1585
    4   libRIP.A.dylib                          0x9665530f ripc_RenderImage + 259
    5   libRIP.A.dylib                          0x96658a9c ripc_DrawShading + 8276
    6   com.apple.CoreGraphics                  0x973c0708 CGContextDrawShading + 96
    7   com.apple.CoreImage                     0x99944845 -[CICGContextImpl render:] + 811
    8   com.apple.CoreImage                     0x99949b29 -[CIContext drawImage:inRect:fromRect:] + 1427
    9   com.apple.iPhoto                        0x001c6754 0xb5000 + 1120084
    10  com.apple.AppKit                        0x97bfec20 -[NSView(NSInternal) _recursive:displayRectIgnoringOpacity:inContext:topView:] + 1496
    11  com.apple.AppKit                        0x97bfe63a __46-[NSView(NSLayerKitGlue) drawLayer:inContext:]_block_invoke_0 + 100
    12  com.apple.AppKit                        0x97bfe1f7 -[NSView(NSLayerKitGlue) _drawViewBackingLayer:inContext:drawingHandler:] + 2455
    13  com.apple.AppKit                        0x97bfd775 -[NSView(NSLayerKitGlue) drawLayer:inContext:] + 110
    14  com.apple.QuartzCore                    0x997a1b6a -[CALayer drawInContext:] + 136
    15  com.apple.QuartzCore                    0x9989fb5f backing_callback(CGContext*, void*) + 88
    16  com.apple.QuartzCore                    0x997a0bbd CABackingStoreUpdate_ + 3241
    17  com.apple.QuartzCore                    0x9979f943 CA::Layer::display_() + 1369
    18  com.apple.QuartzCore                    0x9979f3e4 -[CALayer _display] + 20
    19  com.apple.QuartzCore                    0x9979f3c5 CA::Layer::display() + 221
    20  com.apple.QuartzCore                    0x9979f2e3 -[CALayer display] + 20
    21  com.apple.QuartzCore                    0x9979f20b CA::Layer::display_if_needed(CA::Transaction*) + 673
    22  com.apple.QuartzCore                    0x9979ea84 CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 38
    23  com.apple.QuartzCore                    0x99793cfa CA::Context::commit_transaction(CA::Transaction*) + 338
    24  com.apple.QuartzCore                    0x99793a70 CA::Transaction::commit() + 362
    25  com.apple.QuartzCore                    0x9979387d CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) + 67
    26  com.apple.CoreFoundation                0x91b4adfe __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
    27  com.apple.CoreFoundation                0x91b4ad3d __CFRunLoopDoObservers + 381
    28  com.apple.CoreFoundation                0x91b24655 CFRunLoopRunSpecific + 405
    29  com.apple.CoreFoundation                0x91b244ab CFRunLoopRunInMode + 123
    30  com.apple.HIToolbox                     0x94fbd15a RunCurrentEventLoopInMode + 242
    31  com.apple.HIToolbox                     0x94fbcdf5 ReceiveNextEventCommon + 162
    32  com.apple.HIToolbox                     0x94fbcd44 BlockUntilNextEventMatchingListInMode + 88
    33  com.apple.AppKit                        0x97a6ba3a _DPSNextEvent + 724
    34  com.apple.AppKit                        0x97a6b26c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    35  com.apple.AppKit                        0x97a616cc -[NSApplication run] + 855
    36  com.apple.AppKit                        0x97a046f6 NSApplicationMain + 1053
    37  com.apple.iPhoto                        0x000c48b9 0xb5000 + 63673
    38  com.apple.iPhoto                        0x000c3f05 0xb5000 + 61189
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x96e80c02 __select_nocancel + 10
    1   libdispatch.dylib                       0x9240da08 _dispatch_mgr_invoke + 376
    2   libdispatch.dylib                       0x9240d7a9 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x96e808e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98592289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x98592512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x96ab23c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x96ab21ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x96ab7740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0205ce12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0205befa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x96a841d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x96a8415b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x9858d557 _pthread_start + 344
    11  libsystem_c.dylib                       0x98577cee thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib                  0x96e808e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98592289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x98592512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x96ab23c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x96ab21ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x96ab7740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0205ce12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0205befa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x96a841d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x96a8415b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x9858d557 _pthread_start + 344
    11  libsystem_c.dylib                       0x98577cee thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x96e808e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98592289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x98592512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x96ab23c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x96ab21ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x96ab7740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0205ce12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0205befa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x96a841d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x96a8415b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x9858d557 _pthread_start + 344
    11  libsystem_c.dylib                       0x98577cee thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x96e808e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98592289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x98592512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x96ab23c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x96ab21ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x96ab7740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0205ce12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0205befa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x96a841d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x96a8415b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x9858d557 _pthread_start + 344
    11  libsystem_c.dylib                       0x98577cee thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x96e808e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98592289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x98592512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x96ab23c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x96ab21ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x96ab7740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0205ce12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0205befa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x96a841d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x96a8415b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x9858d557 _pthread_start + 344
    11  libsystem_c.dylib                       0x98577cee thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x96e808e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98592289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x98592512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x96ab23c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x96ab21ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x96ab7740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0205ce12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0205befa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x96a841d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x96a8415b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x9858d557 _pthread_start + 344
    11  libsystem_c.dylib                       0x98577cee thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x96e808e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98592289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x98592512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x96ab23c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x96ab21ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x96ab7740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x0205ce12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x0205befa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x96a841d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x96a8415b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x9858d557 _pthread_start + 344
    11  libsystem_c.dylib                       0x98577cee thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x96e808e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98592289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x98592512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x96ab23c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x96ab21ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x96ab7740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.RedRock                       0x026af1ef -[RKAsyncImageRenderer _backgroundRenderThread:] + 173
    7   libobjc.A.dylib                         0x9a575586 -[NSObject performSelector:] + 62
    8   com.apple.proxtcore                     0x02065df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    9   libobjc.A.dylib                         0x9a5755d3 -[NSObject performSelector:withObject:] + 70
    10  com.apple.proxtcore                     0x0205e22c -[XTSubscription postMessage:] + 191
    11  com.apple.proxtcore                     0x0205daef -[XTDistributor distributeMessage:] + 681
    12  com.apple.proxtcore                     0x0205d313 -[XTThread handleMessage:] + 515
    13  com.apple.proxtcore                     0x0205bf10 -[XTThread run:] + 434
    14  com.apple.Foundation                    0x96a841d8 -[NSThread main] + 45
    15  com.apple.Foundation                    0x96a8415b __NSThread__main__ + 1396
    16  libsystem_c.dylib                       0x9858d557 _pthread_start + 344
    17  libsystem_c.dylib                       0x98577cee thread_start + 34
    Thread 10:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x96e7e7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x96e7dcb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x91b1f599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x91b24f7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x91b2463a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x91b244ab CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x96a2013a +[NSURLConnection(Loader) _resourceLoadLoop:] + 395
    7   com.apple.Foundation                    0x96a841d8 -[NSThread main] + 45
    8   com.apple.Foundation                    0x96a8415b __NSThread__main__ + 1396
    9   libsystem_c.dylib                       0x9858d557 _pthread_start + 344
    10  libsystem_c.dylib                       0x98577cee thread_start + 34
    Thread 11:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x96e80be6 __select + 10
    1   com.apple.CoreFoundation                0x91b68c00 __CFSocketManager + 1632
    2   libsystem_c.dylib                       0x9858d557 _pthread_start + 344
    3   libsystem_c.dylib                       0x98577cee thread_start + 34
    Thread 12:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x96e808e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98592220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x986180a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreVideo                     0x953a016d CVDisplayLink::runIOThread() + 903
    4   com.apple.CoreVideo                     0x9539fdce startIOThread(void*) + 160
    5   libsystem_c.dylib                       0x9858d557 _pthread_start + 344
    6   libsystem_c.dylib                       0x98577cee thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x96e808e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98592220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x986180a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.Foundation                    0x96a82734 -[NSCondition wait] + 274
    4   com.apple.iPhoto                        0x00106414 0xb5000 + 332820
    5   com.apple.iPhoto                        0x00106022 0xb5000 + 331810
    6   com.apple.CoreFoundation                0x91b7ad6d __invoking___ + 29
    7   com.apple.CoreFoundation                0x91b7aca7 -[NSInvocation invoke] + 279
    8   com.apple.RedRock                       0x026cb8cb -[RKInvoker _invokeTarget:] + 33
    9   com.apple.RedRock                       0x026dc684 -[RKInvoker _invokeTargetWithPool:] + 68
    10  libobjc.A.dylib                         0x9a5755d3 -[NSObject performSelector:withObject:] + 70
    11  com.apple.proxtcore                     0x02065df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    12  libobjc.A.dylib                         0x9a5755d3 -[NSObject performSelector:withObject:] + 70
    13  com.apple.proxtcore                     0x0205e22c -[XTSubscription postMessage:] + 191
    14  com.apple.proxtcore                     0x0205daef -[XTDistributor distributeMessage:] + 681
    15  com.apple.proxtcore                     0x0205d313 -[XTThread handleMessage:] + 515
    16  com.apple.proxtcore                     0x0205bf10 -[XTThread run:] + 434
    17  com.apple.Foundation                    0x96a841d8 -[NSThread main] + 45
    18  com.apple.Foundation                    0x96a8415b __NSThread__main__ + 1396
    19  libsystem_c.dylib                       0x9858d557 _pthread_start + 344
    20  libsystem_c.dylib                       0x98577cee thread_start + 34
    Thread 14:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x96e808e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98592220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x986180ec pthread_cond_timedwait$UNIX2003 + 70
    3   com.apple.JavaScriptCore                0x9919f3d8 ***::ThreadCondition::timedWait(***::Mutex&, double) + 120
    4   com.apple.JavaScriptCore                0x993b5f43 JSC::BlockAllocator::blockFreeingThreadMain() + 115
    5   com.apple.JavaScriptCore                0x9919d35c ***::threadEntryPoint(void*) + 76
    6   com.apple.JavaScriptCore                0x993cb880 ***::wtfThreadEntryPoint(void*) + 16
    7   libsystem_c.dylib                       0x9858d557 _pthread_start + 344
    8   libsystem_c.dylib                       0x98577cee thread_start + 34
    Thread 15:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x96e808e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98592220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x986180a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.JavaScriptCore                0x993206f6 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 198
    4   com.apple.JavaScriptCore                0x993205ee JSC::MarkStackThreadSharedData::markingThreadMain() + 238
    5   com.apple.JavaScriptCore                0x9919d35c ***::threadEntryPoint(void*) + 76
    6   com.apple.JavaScriptCore                0x993cb880 ***::wtfThreadEntryPoint(void*) + 16
    7   libsystem_c.dylib                       0x9858d557 _pthread_start + 344
    8   libsystem_c.dylib                       0x98577cee thread_start + 34
    Thread 16:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x96e808e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98592220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x986180a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.JavaScriptCore                0x993206f6 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 198
    4   com.apple.JavaScriptCore                0x993205ee JSC::MarkStackThreadSharedData::markingThreadMain() + 238
    5   com.apple.JavaScriptCore                0x9919d35c ***::threadEntryPoint(void*) + 76
    6   com.apple.JavaScriptCore                0x993cb880 ***::wtfThreadEntryPoint(void*) + 16
    7   libsystem_c.dylib                       0x9858d557 _pthread_start + 344
    8   libsystem_c.dylib                       0x98577cee thread_start + 34
    Thread 17:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x96e808e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98592220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x986180a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.JavaScriptCore                0x993206f6 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 198
    4   com.apple.JavaScriptCore                0x993205ee JSC::MarkStackThreadSharedData::markingThreadMain() + 238
    5   com.apple.JavaScriptCore                0x9919d35c ***::threadEntryPoint(void*) + 76
    6   com.apple.JavaScriptCore                0x993cb880 ***::wtfThreadEntryPoint(void*) + 16
    7   libsystem_c.dylib                       0x9858d557 _pthread_start + 344
    8   libsystem_c.dylib                       0x98577cee thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib                  0x96e808e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98592289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x98592512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x949f66ad TSWaitOnConditionTimedRelative + 177
    4   com.apple.CoreServices.CarbonCore          0x949f6184 TSWaitOnSemaphoreCommon + 272
    5   com.apple.CoreServices.CarbonCore          0x949f640d TSWaitOnSemaphoreRelative + 24
    6   com.apple.QuickTimeComponents.component          0x935845ac 0x92f8e000 + 6251948
    7   libsystem_c.dylib                       0x9858d557 _pthread_start + 344
    8   libsystem_c.dylib                       0x98577cee thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib                  0x96e808e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98592220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x986180a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto                        0x00672036 0xb5000 + 6017078
    4   com.apple.CoreFoundation                0x91b7ad6d __invoking___ + 29
    5   com.apple.CoreFoundation                0x91b7aca7 -[NSInvocation invoke] + 279
    6   com.apple.RedRock                       0x026cb8cb -[RKInvoker _invokeTarget:] + 33
    7   com.apple.RedRock                       0x026dc684 -[RKInvoker _invokeTargetWithPool:] + 68
    8   libobjc.A.dylib                         0x9a5755d3 -[NSObject performSelector:withObject:] + 70
    9   com.apple.proxtcore                     0x02065df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    10  libobjc.A.dylib                         0x9a5755d3 -[NSObject performSelector:withObject:] + 70
    11  com.apple.proxtcore                     0x0205e22c -[XTSubscription postMessage:] + 191
    12  com.apple.proxtcore                     0x0205daef -[XTDistributor distributeMessage:] + 681
    13  com.apple.proxtcore                     0x0205d313 -[XTThread handleMessage:] + 515
    14  com.apple.proxtcore                     0x0205bf10 -[XTThread run:] + 434
    15  com.apple.Foundation                    0x96a841d8 -[NSThread main] + 45
    16  com.apple.Foundation                    0x96a8415b __NSThread__main__ + 1396
    17  libsystem_c.dylib                       0x9858d557 _pthread_start + 344
    18  libsystem_c.dylib                       0x98577cee thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib                  0x96e810ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9859004c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9858fe19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x98577cca start_wqthread + 30
    Thread 21:
    0   libsystem_kernel.dylib                  0x96e808e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98592289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x98592512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x949f66ad TSWaitOnConditionTimedRelative + 177
    4   com.apple.CoreServices.CarbonCore          0x949f6184 TSWaitOnSemaphoreCommon + 272
    5   com.apple.CoreServices.CarbonCore          0x949f640d TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore          0x949977ea AIOFileThread(void*) + 892
    7   libsystem_c.dylib                       0x9858d557 _pthread_start + 344
    8   libsystem_c.dylib                       0x98577cee thread_start + 34
    Thread 22:
    0   libsystem_kernel.dylib                  0x96e810ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9859004c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9858fe19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x98577cca start_wqthread + 30
    Thread 23:
    0   libsystem_kernel.dylib                  0x96e808e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98592220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x986180a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto                        0x005b49eb 0xb5000 + 5241323
    4   libobjc.A.dylib                         0x9a5755d3 -[NSObject performSelector:withObject:] + 70
    5   com.apple.proxtcore                     0x02065df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    6   libobjc.A.dylib                         0x9a5755d3 -[NSObject performSelector:withObject:] + 70
    7   com.apple.proxtcore                     0x0205e22c -[XTSubscription postMessage:] + 191
    8   com.apple.proxtcore                     0x0205daef -[XTDistributor distributeMessage:] + 681
    9   com.apple.proxtcore                     0x0205d313 -[XTThread handleMessage:] + 515
    10  com.apple.proxtcore                     0x0205bf10 -[XTThread run:] + 434
    11  com.apple.Foundation                    0x96a841d8 -[NSThread main] + 45
    12  com.apple.Foundation                    0x96a8415b __NSThread__main__ + 1396
    13  libsystem_c.dylib                       0x9858d557 _pthread_start + 344
    14  libsystem_c.dylib                       0x98577cee thread_start + 34
    Thread 24:
    0   libsystem_kernel.dylib                  0x96e808e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98592220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x986180a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto                        0x0017e6e2 0xb5000 + 825058
    4   com.apple.CoreFoundation                0x91b7ad6d __invoking___ + 29
    5   com.apple.CoreFoundation                0x91b7aca7 -[NSInvocation invoke] + 279
    6   com.apple.RedRock                       0x026cb8cb -[RKInvoker _invokeTarget:] + 33
    7   com.apple.RedRock                       0x026dc684 -[RKInvoker _invokeTargetWithPool:] + 68
    8   libobjc.A.dylib                         0x9a5755d3 -[NSObject performSelector:withObject:] + 70
    9   com.apple.proxtcore                     0x02065df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    10  libobjc.A.dylib                         0x9a5755d3 -[NSObject performSelector:withObject:] + 70
    11  com.apple.proxtcore                     0x0205e22c -[XTSubscription postMessage:] + 191
    12  com.apple.proxtcore                     0x0205daef -[XTDistributor distributeMessage:] + 681
    13  com.apple.proxtcore                     0x0205d313 -[XTThread handleMessage:] + 515
    14  com.apple.proxtcore                     0x0205bf10 -[XTThread run:] + 434
    15  com.apple.Foundation                    0x96a841d8 -[NSThread main] + 45
    16  com.apple.Foundation                    0x96a8415b __NSThread__main__ + 1396
    17  libsystem_c.dylib                       0x9858d557 _pthread_start + 344
    18  libsystem_c.dylib                       0x98577cee thread_start + 34
    Thread 25:
    0   libsystem_kernel.dylib                  0x96e808e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x98592220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x986180a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto                        0x005b49eb 0xb5000 + 5241323
    4   libobjc.A.dylib                         0x9a5755d3 -[NSObject performSelector:withObject:] + 70
    5   com.apple.proxtcore                     0x02065df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    6   libobjc.A.dylib                         0x9a5755d3 -[NSObject performSelector:withObject:] + 70
    7   com.apple.proxtcore                     0x0205e22c -[XTSubscription postMessage:] + 191
    8   com.apple.proxtcore                     0x0205daef -[XTDistributor distributeMessage:] + 681
    9   com.apple.proxtcore                     0x0205d313 -[XTThread handleMessage:] + 515
    10  com.apple.proxtcore                     0x0205bf10 -[XTThread run:] + 434
    11  com.apple.Foundation                    0x96a841d8 -[NSThread main] + 45
    12  com.apple.Foundation                    0x96a8415b __NSThread__main__ + 1396
    13  libsystem_c.dylib                       0x9858d557 _pthread_start + 344
    14  libsystem_c.dylib                       0x98577cee thread_start + 34
    Thread 26:
    0   libsystem_kernel.dylib                  0x96e810ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9859004c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9858fe19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x98577cca start_wqthread + 30
    Thread 27:
    0   libsystem_kernel.dylib                  0x96e810ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9859004c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9858fe19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x98577cca start_wqthread + 30
    Thread 28:: Dispatch queue: com.apple.coreimage.FEVirtualMemoryCache
    0   libsystem_kernel.dylib                  0x96e80736 __munmap + 10
    1   com.apple.CoreImage                     0x99ac93e2 FEVirtualMemory::_free(void*) + 116
    2   com.apple.CoreImage                     0x99ac9ac7 __addPointer_block_invoke_0 + 102
    3   libdispatch.dylib                       0x9240ef8f _dispatch_call_block_and_release + 15
    4   libdispatch.dylib                       0x9240ac82 _dispatch_client_callout + 46
    5   libdispatch.dylib                       0x9240c160 _dispatch_queue_drain + 206
    6   libdispatch.dylib                       0x9240bffa _dispatch_queue_invoke + 50
    7   libdispatch.dylib                       0x9240becb _dispatch_worker_thread2 + 230
    8   libsystem_c.dylib                       0x9858fe12 _pthread_wqthread + 441
    9   libsystem_c.dylib                       0x98577cca start_wqthread + 30
    Thread 29:
    0   libsystem_kernel.dylib                  0x96e810ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9859004c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9858fe19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x98577cca start_wqthread + 30
    Thread 30:
    0   libsystem_kernel.dylib                  0x96e810ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9859004c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9858fe19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x98577cca start_wqthread + 30
    Thread 31:
    0   libsystem_kernel.dylib                  0x96e810ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9859004c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9858fe19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x98577cca start_wqthread + 30
    Thread 32:
    0   libsystem_kernel.dylib                  0x96e810ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9859004c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9858fe19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x98577cca start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x2161c184  ecx: 0x2161c184  edx: 0xff041013
      edi: 0x0000003a  esi: 0x0000003a  ebp: 0xbff482a8  esp: 0xbff48230
       ss: 0x00000023  efl: 0x00010282  eip: 0x973b3421   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x2161c184
    Logical CPU: 6
    Binary Images:
       0xb5000 -   0xd9bff3  com.apple.iPhoto (9.4 - 9.4) <F93E0BFD-084D-36FA-8F06-60F7045494D0> /Applications/iPhoto.app/Contents/MacOS/iPhoto
      0xf2d000 -  0x1007ffc  org.python.python (2.6.7 - 2.6.7) <AEF0F842-12A1-3139-9187-6B33EBE4100F> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
    0x1054000 -  0x105bff7  com.apple.PhotoFoundation (1.0 - 1.14) <8D414769-F436-3CB8-9DC1-71DE1B2133F0> /Applications/iPhoto.app/Contents/Frameworks/PhotoFoundation.framework/Versions /A/PhotoFoundation
    0x10cb000 -  0x12a7ffb  com.apple.geode (1.5.3 - 250.66) <1F56E567-3504-371E-A59B-4E74DB8BD3B4> /Applications/iPhoto.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
    0x1337000 -  0x133cff7  com.apple.iLifePhotoStreamConfiguration (3.4 - 2.5) <65A74F18-5020-31EC-B7E9-EBC14E2D9CA1> /Applications/iPhoto.app/Contents/Frameworks/iLifePhotoStreamConfiguration.fram ework/Versions/A/iLifePhotoStreamConfiguration
    0x1344000 -  0x1372ff3  com.apple.iLifeAssetManagement (2.7 - 31.34) <5F2388F6-502A-3809-BAB8-E6471ADEE65C> /Applications/iPhoto.app/Contents/Frameworks/iLifeAssetManagement.framework/Ver sions/A/iLifeAssetManagement
    0x1395000 -  0x13bcff3  com.apple.iPhoto.Tessera (1.1 - 70.18) <89B09619-007F-3059-8946-69EDCA99732F> /Applications/iPhoto.app/Contents/Frameworks/Tessera.framework/Versions/A/Tesse ra
    0x13ce000 -  0x13f2ffb  com.apple.iPhoto.Tellus (1.3 - 70.18) <43540903-6801-3ADF-A74D-8119A461E215> /Applications/iPhoto.app/Contents/Frameworks/Tellus.framework/Versions/A/Tellus
    0x140b000 -  0x1416fff  com.apple.iphoto.AccountConfigurationPlugin (1.2 - 1.2) <FC4BB41B-1F76-31AC-AD3D-6AECE1904548> /Applications/iPhoto.app/Contents/Frameworks/AccountConfigurationPlugin.framewo rk/Versions/A/AccountConfigurationPlugin
    0x1423000 -  0x1438ffb  com.apple.iLifeFaceRecognition (1.0 - 30.11) <4A781CBF-9764-3531-91E0-94C5B4DFCFDF> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/iLifeFaceRecognition
    0x1445000 -  0x146eff3  com.apple.DiscRecordingUI (7.0 - 7000.2.4) <F503C1F1-2E26-348A-86C1-B2E447112AC9> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x148a000 -  0x148cfff  com.apple.ExceptionHandling (1.5 - 10) <435C80BD-F463-360B-86CA-5E001CACD421> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x1495000 -  0x14a0ff7  com.apple.UpgradeChecker (9.2 - 9.2) <24816B0E-115A-36BC-8104-6E14ABD38C7C> /Applications/iPhoto.app/Contents/Frameworks/UpgradeChecker.framework/Versions/ A/UpgradeChecker
    0x14ab000 -  0x152aff7  com.apple.iLifeMediaBrowser (2.7.2 - 546) <824E7748-CA28-3105-B5C3-27E9D8C6D465> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x156f000 -  0x168dff3  com.apple.WebKit (8536 - 8536.26.14) <C98F734D-D579-3F89-9A58-9EE890B1748E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x1741000 -  0x1756ff7  com.apple.iChat.InstantMessage (7.0.1 - 3305) <2EB77610-6036-3CCD-9A93-51F7D6DE6EB2> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x1766000 -  0x1affff3  com.apple.iLifeSlideshow (3.1 - 1151.4) <B03978EF-A395-30D4-833B-7C474E1F5F12> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/iLifeSlideshow
    0x1bfc000 -  0x1e8bffb  com.apple.iLifePageLayout (1.3 - 176.10) <63535A72-4213-304E-922C-7CD7059DB44B> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/iLifePageLayout
    0x1f66000 -  0x1ffdff7  com.apple.MobileMe (13 - 1.0.4) <5E6C6DEC-1F48-358F-8117-40FAAEB8AFAD> /Applications/iPhoto.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobi leMe
    0x2058000 -  0x20c0ff3  com.apple.proxtcore (1.4.1 - 250.56) <2283EDE8-7F1A-3B89-B704-7B12848EC8F4> /Applications/iPhoto.app/Contents/Frameworks/ProXTCore.framework/Versions/A/Pro XTCore
    0x2104000 -  0x2202fff  com.apple.iLifeSQLAccess (1.7.1 - 50.76) <315ED751-64EA-3C9A-817B-55C02A1D0362> /Applications/iPhoto.app/Contents/Frameworks/iLifeSQLAccess.framework/Versions/ A/iLifeSQLAccess
    0x224c000 -  0x2277ffb  com.apple.ProUtils (1.1 - 200.36) <46C24C3A-E68F-34CF-8AEF-8A1A78DA63DF> /Applications/iPhoto.app/Contents/Frameworks/ProUtils.framework/Versions/A/ProU tils
    0x2291000 -  0x22fcfff  com.apple.iLifeKit (1.3.1 - 156.11) <AF939763-F773-3527-9225-FEF2D43C5DDB> /Applications/iPhoto.app/Contents/Frameworks/iLifeKit.framework/Versions/A/iLif eKit
    0x2341000 -  0x2572ff3  com.apple.prokit (7.3.1 - 1943) <4F8BB1EA-FA77-3B98-8889-8045F3F23A38> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x268c000 -  0x2bb4ff7  com.apple.RedRock (1.9.4 - 301.35) <F0369719-3387-3479-90DF-DE203074BA30> /Applications/iPhoto.app/Contents/Frameworks/RedRock.framework/Versions/A/RedRo ck
    0x2db1000 -  0x2dd4ffb  com.apple.AOSAccounts (1.1.2 - 1.1.94) <B0C709CB-DB8D-37D3-A58C-542703F4856B> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
    0x2dee000 -  0x2deefff  com.apple.SafariServices.framework (8536 - 8536.26.14) <91F2CB4C-47BD-3F55-B8C6-ABA300C511E5> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
    0x2df5000 -  0x2dfcff7  com.apple.AOSNotification (1.7.0 - 636.2) <F68F735D-0B5C-3F27-9E39-FB296CF82958> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x2e08000 -  0x2e08ffc  com.apple.SafariDAVNotifier (1.1.1 - 1) <4173B9EB-A1C5-31BD-955B-E9D3CAB862C4> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
    0x2e0f000 -  0x307efff  com.apple.CalendarStore (6.0 - 1245) <F1909196-2119-3516-952D-32E756BCC04D> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x3182000 -  0x31defff  com.apple.corelocation (1.0 - 1239.39) <8159C021-DE49-332F-859E-00D7544EB568> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x320c000 -  0x323eff3  com.apple.GeoServices (1.0 - 1) <2E4033FA-18BD-3E73-B00E-CBFEE0ACCB6A> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x3250000 -  0x3259fff  com.apple.ProtocolBuffer (2 - 104) <BFA598AA-2E77-3578-B079-2C89796811B3> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
    0x3261000 -  0x3269ff3  com.apple.AppSandbox (2.0 - 1) <5C586FB0-9EBB-3F14-A63F-497C7A034359> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x3271000 -  0x32b5ff3  com.apple.CalDAV (6.0 - 112.5) <DF589033-DBDE-3162-A17D-401B39897767> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
    0x32e5000 -  0x32eeff3  com.apple.CalendarAgentLink (1.0 - 37) <2D0AFE12-0235-3B60-B786-0EC07AC9F52C> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
    0x32fc000 -  0x330dfff  com.apple.CalendarFoundation (1.0 - 29) <D8714276-78B5-35A5-8C34-694E51AD9EB6> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
    0x331d000 -  0x337ffff  com.apple.coredav (1.0.1 - 179.6) <80D3EE71-AA9C-3954-B262-6BB8FCB293BC> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
    0x33bc000 -  0x3409ffb  com.apple.ExchangeWebServices (3.0 - 157) <29FBE8CC-2EC5-3209-B2CB-DD32E3E2ECC7> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x345f000 -  0x34adfff  com.apple.iCalendar (6.0 - 126.5) <C30CAF95-3D02-3E2E-8855-51DCDF8DB219> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x34da000 -  0x34e7ffb  com.apple.KerberosHelper (4.0 - 1.0) <6CB4B091-3415-301A-87B2-D9D374D0FC17> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x34f3000 -  0x363ffff  com.apple.syncservices (7.0 - 713) <442C8E15-8870-3D65-98EC-82C0E2580EC0> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x36bb000 -  0x3728ffb  com.apple.WhitePagesFramework (10.7.0 - 141.0) <6879CD26-8E35-315B-897C-D52B6EB741F6> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x3759000 -  0x3780ff3  libsandbox.1.dylib (220) <E0C000DD-DA39-3A7E-BDA9-4699D264729E> /usr/lib/libsandbox.1.dylib
    0x378a000 -  0x379dff3  com.apple.AppContainer (2.0 - 1) <799C8E8B-F983-3A3D-91CF-A2C9B5B7D007> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
    0x37af000 -  0x37b3fff  com.apple.SecCodeWrapper (2.0 - 1) <EBB54594-C7F3-37FA-9759-09BD098ED688> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
    0x37bd000 -  0x37c1ffe  libMatch.1.dylib (17) <29090908-32A9-3087-B197-00128F5954CD> /usr/lib/libMatch.1.dylib
    0x37c8000 -  0x37caffb  com.apple.LibraryRepair (1.0 - 1) <73246564-BF68-3833-B9A3-3CDA607BA706> /System/Library/PrivateFrameworks/LibraryRepair.framework/Versions/A/LibraryRep air
    0x37d4000 -  0x382efff  com.apple.proapps.MIO (1.0.6 - 512) <DFB10D40-23B3-3666-9F1F-161BE25AB59D> /Applications/iPhoto.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
    0x3847000 -  0x44d6ff3  com.apple.WebCore (8536 - 8536.26.14) <82E97E6B-3F31-39A7-B41F-CD308E6EF238> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x4c59000 -  0x4c5afff +eOkaoCom.dylib (1) <2DE16B47-23E7-73DB-1297-C928E40DFC31> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoCom.dylib
    0x4c60000 -  0x4c85ff2 +eOkaoPt.dylib (1) <831D49D0-43A0-21A0-2662-2207E3BE0FF6> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoPt.dylib
    0x4c8f000 -  0x4cc3fe7 +eOkaoDt.dylib (1) <5693A28E-8C94-0F5F-150E-3B17CF753F64> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoDt.dylib
    0x4ccc000 -  0x4e33fff +eOkaoFr.dylib (1) <E355FB47-C5EF-50CF-621A-9B17A50E2850> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoFr.dylib
    0x4e37000 -  0x4e93fff  com.apple.NyxAudioAnalysis (12.4 - 12.4) <DC8444CC-FAAB-3DCA-A644-8712001A5F2E> /Library/Frameworks/NyxAudioAnalysis.framework/Versions/A/NyxAudioAnalysis
    0x4eaa000 -  0x4fc4ff3  com.apple.avfoundation (2.0 - 361.25) <0CB46B4A-8330-3BD8-B081-71314C6687A5> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x5064000 -  0x509cff3  com.apple.CoreMediaIOServicesPrivate (52.0 - 3311.1) <1F651752-FD09-3CF5-BCCC-5C1366DDFACD> /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x50ba000 -  0x50e1ff7  com.apple.CoreMediaPrivate (20.0 - 20.0) <D963392A-4B4C-3B81-A873-E1C06C6829E6> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x50f7000 -  0x5128ff3  com.apple.FWAVCPrivate (52.47 - 47) <14C9A9D3-4065-3395-A8BC-C0535162017E> /System/Library/PrivateFrameworks/FWAVCPrivate.framework/Versions/A/FWAVCPrivat e
    0x5140000 -  0x5188ffb  com.apple.CoreMediaIOServices (171.0 - 3244) <9563BB38-F23A-3FC6-855D-05487E700465> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x51ac000 -  0x524bfff  com.apple.imcore (8.0 - 900) <2052F6C8-BDD3-339B-B0E2-6A3E282010A4> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
    0x5273000 -  0x52c7ff7  com.apple.imfoundation (8.0 - 900) <7A1506BB-DDAD-3DB7-8557-19AB1B519FB0> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
    0x52f4000 -  0x52fcff7  com.apple.marco (8.0 - 900) <C2AE3F46-EFC9-349E-8D24-DF686C9BE2E7> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x5305000 -  0x532cff7  com.apple.ExpressCheckout (1.0 - 1.0) <1F5D211F-AE55-30E8-A9A3-20B1597202AE> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/Frameworks/ExpressCheckout.framework/Versions/A/ExpressCheckout
    0x5348000 -  0x5376ffb  com.apple.iLifeImageAnalysis (3.0 - 3) <3F6CD02A-2D25-394E-8CAF-CD405BE30145> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/Frameworks/iLifeImageAnalysis.framework/Versions/A/iLifeImageAnalysis
    0xce07000 -  0xce14ff3  com.apple.Librarian (1.1 - 1) <88A55A5E-40FF-3234-8394-2317120B79AB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0xce22000 -  0xce23ffe  com.apple.AddressBook.LocalSourceBundle (2.1 - 1167) <341A7E90-613E-3306-919F-8F49EE350831> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    0x1274d000 - 0x12750ffe  com.apple.DirectoryServicesSource (2.1 - 1167) <2A3AD43B-950C-32AD-A578-3271EAD55E3E> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
    0x127d5000 - 0x127d6ffd  com.apple.textencoding.unicode (2.5 - 2.5) <4E2ABBEB-1F0D-3C06-BA0C-C3CEDDF17BD2> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x12813000 - 0x1299fff8  GLEngine (8.6.1) <2660B1D4-5783-3BED-8C05-F5A4C5A29715> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x129d6000 - 0x12b27ff7  libGLProgrammability.dylib (8.6.1) <E134D5DE-5A89-338A-A938-C7D80F272C9E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x12b55000 - 0x12b61ffb  libGPUSupport.dylib (8.6.1) <FB98F9CE-31D0-321C-90FE-87D30294921B> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0x12b68000 - 0x12fbdfff  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.0.61 - 8.0.0) <B4AA3A13-9470-34AF-AFF6-590C67FA0A6F> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsGLDriver
    0x13103000 - 0x1312fffa  GLRendererFloat (8.6.1) <D0348D87-ADBD-302B-95D0-FB3100C219BA> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x13138000 - 0x13140ffc  libcldcpuengine.dylib (2.1.19) <E5429AB3-FE28-3C0C-8942-686BB4191A9E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0x13147000 - 0x13149fff  libCoreFSCache.dylib (24.4) <A089ED2E-0156-3937-BE32-5BED76DF4066> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x13171000 - 0x13180ffd  com.apple.NSServerNotificationCenter (5.0 - 5.0) <F44F3EFC-380F-3CA2-A04E-E0306100570A> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x143e9000 - 0x1447bff7  unorm8_bgra.dylib (2.1.19) <A2C66114-F581-3D86-9BC9-9994156640AF> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x1448d000 - 0x144cffff  com.apple.facetimeservices (8.0 - 900) <CB59547A-C7DE-3F20-8A1F-724AF15F664E> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
    0x144e7000 - 0x14538ff7  com.apple.AddressBook.CardDAVPlugin (10.8 - 332) <DED18914-309A-31FF-A367-BB0D62384728> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
    0x16b2b000 - 0x16b32fff  com.apple.iPhoto.RSSPublisher (1.1 - 1.1) <93A886DC-6939-3830-A22D-45377C67FFBA> /Applications/iPhoto.app/Contents/PlugIns/RSSPublisher.publisher/Contents/MacOS /RSSPublisher
    0x16ba1000 - 0x16c5fff3  ColorSyncDeprecated.dylib (400) <35E3054C-5DF1-30D4-A368-C4FDB0992373> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x16db1000 - 0x16dd8ff7  com.apple.iPhoto.FacebookPublisher (1.2 - 1.2) <5E1994C7-D1E7-3DB9-A950-06DA9CCA66B0> /Applications/iPhoto.app/Contents/PlugIns/FacebookPublisher.publisher/Contents/ MacOS/FacebookPublisher
    0x16de4000 - 0x16e0

    I have already reinstalled the OS.  In fact, i have installed nothing else except iPhoto and imported my library.
    The error keeps happening even on a clean OSX install!  That's why i'm wondering if its a hardware problem..
    Thanks for your reply!

  • Jobs' core animation example on leopard?

    hey,
    on the wwdc 2007 jobs showed a "live" apple TV like way to search through files, he used as an example of the core animation...does anyone know is that was strictly for that, or if we can use it on 10.5? let me know! thanks!

    It was a demo only and is not part of Leopard.
    Ian

  • Core Animation help required

    I try to create a CALayer which grows like an iris, showing a sublayer.
    My problem is that the sublayer is moving while the iris is opening. I use a CAConstraint in
    order to try to center both midX and midY of the sublayer and the iris, but the constraint does
    not seems to work (or I do not understand something). Here is the code :
    - (void) awakeFromNib
    CALayer * bLayer ;
    CALayer * irisLayer ;
    CALayer * rootLayer ;
    NSRect viewFrame ;
    NSRect viewBounds ;
    CABasicAnimation * widthBoundsAnimation ;
    CABasicAnimation * heightBoundsAnimation ;
    viewFrame = [ self frame ] ;
    viewBounds = [ self bounds ] ;
    [ self setWantsLayer : YES ] ;
    rootLayer = [ self layer ] ;
    irisLayer = [ [ CALayer layer ] retain ] ;
    irisLayer.bounds = CGRectMake ( 0,0,10,10 ) ;
    irisLayer.frame = CGRectMake ( 100,100, 10,10 ) ;
    irisLayer.borderWidth = 1.0f ;
    irisLayer.name = @"iris" ;
    irisLayer.masksToBounds = YES ;
    irisLayer.layoutManager = [ CAConstraintLayoutManager layoutManager ] ;
    [ rootLayer addSublayer : irisLayer ] ;
    bLayer = [ [ CALayer layer ] retain ] ;
    bLayer.bounds = CGRectMake ( 0, 0, 40, 40 ) ;
    bLayer.frame = CGRectMake ( -15, -15, 40, 40 ) ;
    bLayer.borderWidth = 1.0f ;
    [ irisLayer addSublayer: bLayer ] ;
    [ bLayer addConstraint : [ CAConstraint constraintWithAttribute : kCAConstraintMidY
    relativeTo : @"superlayer"
    attribute : kCAConstraintMidY ] ] ;
    [ bLayer addConstraint : [ CAConstraint constraintWithAttribute : kCAConstraintMidX
    relativeTo : @"superlayer"
    attribute : kCAConstraintMidX ] ] ;
    widthBoundsAnimation = [ CABasicAnimation animation ] ;
    widthBoundsAnimation.keyPath = @"bounds.size.width" ;
    widthBoundsAnimation.duration = 3 ;
    widthBoundsAnimation.fromValue = [ NSNumber numberWithFloat : 10 ] ;
    widthBoundsAnimation.toValue = [ NSNumber numberWithFloat : 60 ] ;
    [ irisLayer addAnimation : widthBoundsAnimation forKey : @"widthBoundsAnimation" ] ;
    heightBoundsAnimation = [ CABasicAnimation animation ] ;
    heightBoundsAnimation.keyPath = @"bounds.size.height" ;
    heightBoundsAnimation.duration = 3 ;
    heightBoundsAnimation.fromValue = [ NSNumber numberWithFloat : 10 ] ;
    heightBoundsAnimation.toValue = [ NSNumber numberWithFloat : 60 ] ;
    [ irisLayer addAnimation : heightBoundsAnimation forKey : @"heightBoundsAnimation" ] ;
    many thanks

    I try to create a CALayer which grows like an iris, showing a sublayer.
    My problem is that the sublayer is moving while the iris is opening. I use a CAConstraint in
    order to try to center both midX and midY of the sublayer and the iris, but the constraint does
    not seems to work (or I do not understand something). Here is the code :
    - (void) awakeFromNib
    CALayer * bLayer ;
    CALayer * irisLayer ;
    CALayer * rootLayer ;
    NSRect viewFrame ;
    NSRect viewBounds ;
    CABasicAnimation * widthBoundsAnimation ;
    CABasicAnimation * heightBoundsAnimation ;
    viewFrame = [ self frame ] ;
    viewBounds = [ self bounds ] ;
    [ self setWantsLayer : YES ] ;
    rootLayer = [ self layer ] ;
    irisLayer = [ [ CALayer layer ] retain ] ;
    irisLayer.bounds = CGRectMake ( 0,0,10,10 ) ;
    irisLayer.frame = CGRectMake ( 100,100, 10,10 ) ;
    irisLayer.borderWidth = 1.0f ;
    irisLayer.name = @"iris" ;
    irisLayer.masksToBounds = YES ;
    irisLayer.layoutManager = [ CAConstraintLayoutManager layoutManager ] ;
    [ rootLayer addSublayer : irisLayer ] ;
    bLayer = [ [ CALayer layer ] retain ] ;
    bLayer.bounds = CGRectMake ( 0, 0, 40, 40 ) ;
    bLayer.frame = CGRectMake ( -15, -15, 40, 40 ) ;
    bLayer.borderWidth = 1.0f ;
    [ irisLayer addSublayer: bLayer ] ;
    [ bLayer addConstraint : [ CAConstraint constraintWithAttribute : kCAConstraintMidY
    relativeTo : @"superlayer"
    attribute : kCAConstraintMidY ] ] ;
    [ bLayer addConstraint : [ CAConstraint constraintWithAttribute : kCAConstraintMidX
    relativeTo : @"superlayer"
    attribute : kCAConstraintMidX ] ] ;
    widthBoundsAnimation = [ CABasicAnimation animation ] ;
    widthBoundsAnimation.keyPath = @"bounds.size.width" ;
    widthBoundsAnimation.duration = 3 ;
    widthBoundsAnimation.fromValue = [ NSNumber numberWithFloat : 10 ] ;
    widthBoundsAnimation.toValue = [ NSNumber numberWithFloat : 60 ] ;
    [ irisLayer addAnimation : widthBoundsAnimation forKey : @"widthBoundsAnimation" ] ;
    heightBoundsAnimation = [ CABasicAnimation animation ] ;
    heightBoundsAnimation.keyPath = @"bounds.size.height" ;
    heightBoundsAnimation.duration = 3 ;
    heightBoundsAnimation.fromValue = [ NSNumber numberWithFloat : 10 ] ;
    heightBoundsAnimation.toValue = [ NSNumber numberWithFloat : 60 ] ;
    [ irisLayer addAnimation : heightBoundsAnimation forKey : @"heightBoundsAnimation" ] ;

  • Choppy Core Animations

    Well yeah, it's a iMac 20" 2.4GHz with 4GB RAM and the legendary (lol) Radeon 2400 XT. Just getting choppy minimising on windows etc. I'm running leopard 10.5.6 with all updates downloaded and installed. It was running fine when on 10.5.5 but as soon as I upgraded to 10.5.6 choppy graphics.
    I had to do a complete re-install, re-format and everything that was fine but that was my problem, nothing to do with this; before the re-format 10.5.6 was running smoothly though. I'm maybe thinking it's just needing a few days to get used to it or something, build the cache up I don't know. Tell me your thoughts.

    This has become a common problem with 10.5.6
    Open up Terminal and type in killall Dock
    That fixes the problem usually for about a day for me.
    Hoping a fix comes out soon, or I'm just going to go back to 10.5.5

  • Books on Quartz/Core Animation?

    What are some good books that teach Quartz (and possibly CA) from the ground up? I generally try to avoid blogs, as they are better for reference and not as good for teaching.
    Thanks!

    What about something more iOS orientated?

  • Core Animation Quicktime Layer & iTunes Purchased content

    (I posted this in the developer beta forums too, but it didn't look like they were getting much use. Please direct me if there is a better place to be posting this.)
    I'm trying to use a QTMovieLayer, specifically with the CoreAnimationQuicktimeLayer demo, and I am unable to access iTunes protected files. Even the file dialog in the demo fails and crashes the demo program when I click on one - just clicking, not even selecting open or double clicking!
    Is it possible to view this content? I know I can load a protected file into Quicktime player with no trouble.
    Thanks.

    I suddenly find that we are in a similar situation. Were you able to resolve your problem such that your iPod will play the purchased music again? Please advise. Thanks!

Maybe you are looking for

  • Creation of custom security profile

    Hi, During creation of the security profile, there is field 'internal name' . What is the significance of this field and how the internal name should be maintained. As this field becomes display once the security profile is created. Pointers will be

  • Display Shopping cart of other Users in SRM 7.0

    Hi Experts, I saw that, we can only see ours Shopping Carts only and not other Users in SRM 7.0 in POWL. Can it possible to see others Shopping Cart ? If yes How ? and where is setting ? Thanks NAP

  • Hi guru's I am new to the xi,please  explain me documentation in xi part.

    1) I have done file to idoc scenario. in this what is the documentation part in xi .     where we have to wtite in xi.?

  • Order at header (not item) level

    The CO consultant has created orders (internal orders), but i see they can only be inserted in a sales order at item level. Problem is, in my situation, all items in a sales level will have the same internal order assigned. So what if there are let's

  • Executing 3 FM's in a sequence

    Hi all, I need to execute  3 FM's(eg create ,save and commit) in SE37.How do i do this?