Comic project part 2: IB Action? to increment/decrement displayed jpeg?

In part 2 of the neverending saga of one man attempting to create an iphone wrapper for his comic, I take the array constructed in part 1, and look for a method to hook forward and backward buttons to the procedure that will increment/decrement(i.e. step backward and forward between them)the number of the jpeg that is displayed. Anyone who feels like they know it all, please feel free! In part 3, stay tuned, as I beg for assistance in making the heretofore portrait application, autorotateable for those artists who simply Must have landscape images instead!

It is easy to do. In your controller keep a current page variable that tracks the image on display. The event handler needs only increment/decrement this variable and fetch the appropriate image from your array.

Similar Messages

  • Comic project part 1:Need to pop. an array with 100 images(001.jpg-100.jpg)

    Hi guys. I am trying to break down my project logically. In the first part, I need to populate an array with 100 images, named 001.jpg through 100.jpg. Any takers?

    Well, I dont think its quite as complicated as it might seem. I dont want to build a comic reader that lets you download new titles. I want to build a page flipper that lets me flip back and forth between 100 images. Back button, forward button, website button in middle on the bottom.
    My goal is to post the completed code online for artists to use. I will see my comic start to finish to make sure it works. Then I will do another and finish the documentation (which goes from signing up as a developer, signing up the itunes connect banking information, and finishes with submitting the app). I want to provide artists with an easily customizable framework upon they can drop their comic images appropriately named into the project folder, and compile.
    Its a glorified slideshow, only one that requires a button push to advance. This way artists can be artists, not programmers. I had swiping as the interface (I have a 90% functional app, but there are changes that need to be made. Not a lot, but enough that I have to keep asking questions) until I realized that the comic can be read one handed, so I am moving to buttons! Doh!
    There wont be any updating. Each issue is self contained.
    Another issue with my sample code: it is set up now where I can name the images "image001.jpg" "image002.jpg" etc. This is a little cumbersome. I am hoping the array method will allow for the code to pull the images, and no one will have to trouble shoot 100 image names to find problems. I hope I am not being unclear in my explanation. Thanks for your kind words. My app works as is. But artists will immediately see the shortcomings. If I can fix only one or 2 small issues, it will be good enough for thousands of artists to pick up and use to sell comics. I have the source code for anyone that wants to take a look.

  • How to add a new column (Project Number) in the action items table under NPD Module?

    There are two projects with same name and created by same person in NPD.
    So when it is displayed in "Action Items" table, It looks similar.
    To avoid this, I need one more column (Project Number) to be added in the "Action Items" table and " Strategic briefs and projects" table.
    So, How to add a new column (Project Number) in the "Action Items" table and " Strategic briefs and projects" table under NPD Module?
    Please do the needful.

    There is no out of the box configuration available to add columns to NPD action items.   As always we welcome enhancement requests. 
    Thanks
    Kelly

  • Projects are seen in workspace but not getting displayed

    I have some Web dynpro, JEEE, Dictonary DCs and projects in workspace, but it is not getting displayed when I open NWDS.
    I have given the correct workspace path but still the Project explorer is blank
    Please help.
    (P.S. NWDS was shut down improperly.)

    Closing this thread

  • Increment decrement visible property

    It would appear that (in LV 2012 SP1) the simple numeric control from the Classic palette shows following behaviour when accessing via VI Server:
    Class Name = "Digital"
    Increment / Decrement Visible = Error, property not found
    ?? What ??
    It appears that these controls, although being a member of the "Digital" VI Server class do not honour the interface of the class of controls it belongs to.  Is this by design or is it a bug?
    This caused me some headaches in the last 24 hours.  I was not aware that "Increment / Decrement Visible?" was one of those properties which may or may not be present (Like a valid "Caption" reference when a Caption is not visible.  At least here we have a check with "Has Caption?".
    Say hello to my little friend.
    RFC 2323 FHE-Compliant

    Error 5014? 4150? I'll get there eventually.
    So it's kind of expected then. Seems a bit weird that a plain "ByVal" property is sometimes not supported.  I knew that was the case with References (Text labels, Scales etc.) but not with these kinds of properties.
    I live and I learn (and get lots of error codes wrong).
    Say hello to my little friend.
    RFC 2323 FHE-Compliant

  • How to develop a solution for news web part to not cut off words when displayed on a page?

    Hello,
    I am not sure where to turn to, but I have a web part on a SharePoint 2013 page where it displays news and announcement items.  4 lines of text are displayed, but words are cut off.  For example:
    The day was grey and stormy in the middl...
    Read More
    Is there a way to not have SharePoint cut off words and display the whole word before it adds the ... and the end of text?
    Is there a third party web part that does a better job at displaying news?
    Thanks,
    Paul
    Paul

    i think your code is such way it hides remaining text anyways try these links as reference:
    http://veroniquepalmer.com/2011/04/23/announcements-gotchas-on-sharepoint-2010-site-pages/
    http://sharepoint.stackexchange.com/questions/20959/sharepoint-2010-set-character-limit-of-news-webpart-without-sp-designer
    http://sharepointsolutions.blogspot.in/2009/02/expanding-size-of-announcements-web.html
    http://www.edugeek.net/forums/virtual-learning-platforms/31539-customizing-announcements-summary-view-sharepoint.html
    Please mark as answer if you find it useful else vote for it if it is close to answer..happy sharepointing

  • Can I set the Increment/​Decrement to not visible by default?

    The Increment/Decrement attachment to ALL the Numeric controls is a nuisance.  Give me a palette that does not have the Increment/Decrement visible by default and my life will be MUCH better.  I would not mind clicking on a check box if it was needed. 
    How can I make it NOT visible by default?
    Solved!
    Go to Solution.

    Thanks,
    It took me a while but I got it done!  I use the Modern style so it is not that easy as it would be with Silver.  I just think Silver looks 'Bloated'.
    Now I don't have to turn off that check mark everytime i place a numeric control!  YEA

  • Slide plays OK on its own but fails in project using cpInfoCurrentFrame in actions.

    Hi,
    We are using the latest Captivate 8 with the latest patch...
    The project is set to 10 fps to do the calculation easily.
    So, I have a slide that is using the cpInfoCurrentFrame to set a variable (FirstFrameIn) to whatever the frame number is.
    I then have a group of advanced actions that use this variable to jump back and forth on the timeline. They do that by adding the number of frames their content is away from to the (FirstFrameIn) and then jump off to that frame.
    Layed out on the time line there is a submit for each block of content. The submit resets the value of the (FirstFrameIn) to a new block of content on the timeline and then jumps there to do the next block of user selections.
    This works much like individual slides on one slide.
    This example timeline explains the process.
    This all works fine if the slide is run on its own. But the moment I run it in a project or with any other slide. The action code breaks into an nonsensical mess where buttons do whatever they choose to do.
    Oh and another thing is my timeline vanishes from time to time.

    Thanks Lilybiri,
    I watch your example and read the article...Cheers. But my process is even simpler. I am using J'script to create an array that takes its text from a large text box that is not visible but has a particular name {TTbox_(put in what ever your slide number is to make it unique) } that is just touching the stage. The J'script references and separates the text based on an array position Newtext[num] - the num variable referenced in the array, increments based on the position of a pipe | in the initial text box it could even be a comma. I call and increment the array based on the new position in the timeline I then set the objects.text value in the J'script. Your example requires an Action script that has lots of ifs an else's. Mine only a num value based on the frame the timeline ends up on ( heaps simpler ). All I do is update the TTbox,The J'script can discern the difference between slides and objects. So, so long as you name the TTbox something like TTbox_3 the J'script figures the difference and discards the 3. It will reference new text for each new slide. Or you can just fill one slide with every bit of didactic needed.

  • Create Script to Append a Filename as Part of an Action

    I have an image, and I have a handy action that saves it, crops it, saves it again, crops it differently, and saves it one more time. Right now, I have two options for those saves--I can either save each crop in a separate folder and then batch rename, or I have the action pause as it saves so I can customize the filename. What I would like to do is create a script (or, if there's an easier way), to append that filename so it will all just save in the same folder without my having to do it manually.
    Essentially I start with the filename: "TEST"
    for the first part, it I save as "TEST"
    for the second save, I want it to save as "TEST_P1"
    for the third save, I want it to save as "TEST_P2"
    I'm brand new to scripting, and my programming background is with Java and way in my past, so it all feels a bit unfamiliar. If anyone could help me with this, I'd really appreciate it!

    An other option is to use the Image Processor Pro script. You would  create several actions to do the different crops you want make to the original size document not a crop of crop of a crop down to the final crop.  Have no saves at all in these actions. Then just use meny File>Automate>Image Processor Pro.  Set up its dialog to save the file names you want to where you want them saved create.  You could also record that into an action. The images processor pro script is a Photoshop Plug-in.  It will record the setting you used in its dialog into the action step.    You can also save the dialog setup for future use in the IPP dialog before you run the process you set up.
    You can save as many files as you need with IPP  and run your simple cropping actions for each crop size. IPP simply opens you file passes a copy to each of your actions and after the action runs save the  modified copy doctment with the file name you set up. You can set up as many tabs as you need you can even  have you crops re-sized  using IPP optional re-size.   Though the script is easy to use its 10K+ lines of Photoshop scripting....

  • How to override confirmation message as part of batch action?

    I have created an action in Illustrator CS5 that ungroups a radar graph and deletes the axis lines. And I would like to run this action on a batch of 100 files. The problem I am having is that when I run the action, I get the following pop-up message at the ungroup command:
    If I click OK, the action continues.  But, as part of a batch, it becomes a bit tedious to have to click "OK" 100 times, and it sort of defeats the purpose of running the action as a batch.
    I see options in the batch window to override action "Save As" and "Export" commands, but is there a way to have the batch override this confirmation message? I suspect there may be a way to do this with a script, but I am not proficient enough with scripting yet to take that route.
    Thanks for looking at my questions.
    NW

    One year of patience. That's commendable …
    Neil, I have not done what you did, but my suggestion would be to take the Flatten Transparency command instead of the Ungroup command in your action.
    You should get the same result – that is, ungrouped (expanded) graph objects – if you carefully set up the Flatten Transparency dialog.

  • Error running Layers to files as part of an action

    I have an action that takes a Pano and cuts it up into a bunch of layers and that all works great.  Then I call the Export Layers to Files script and it generates "ReferenceError: dlgMain is Undefined"  Can anyone shed some light on how to fix this.
    CS6, Win764

    Hi Greetson,
    Thank you in advance for your response. It is greatly appreciated.
    1) In a way yes. I am using the connection setting USE_SAPGUI = 1. This is suppose to start the GUI prior to starting the RFC's program run. If this is not correct please let me know.
    2) The code is part of the JCo and the RFC library from what I have read. If this is not correct please let me know.
    3) I am only testing from my PC at this moment. I have re-installed my SAP GUI and am now at patch level 13 on 7.10.
    4) The application passes in the connection information which includes username and password along with the parameters for the RFC call. I would like the SAP GUI to open without the user having to re-enter his/her username and password. I thought that once the RFC is called using the dialog users credentials that the GUI would then open using the connection. I have used the java pooled connection method and it still does not open the GUI.
    5) The purpose is to pass Equipment objects, Functional Location objects and Leak Id objects to an RFC to open a list screen from IW39, List Maintenance Order transaction, for display of each at one pass, as well as open Excel with data from classification for the Leak Id's.
    Hope this sheds some light on the problem I am having. Please let me know if more information is needed.
    Best regards,
    Mark

  • Fonts for Commercial Projects Part 99

    On these forums, whether it is Snow Leopard, Lion, Mountain Lion, ect the Apple EULA (for front usage) is pretty much the same. There are also tons of threads addressing this question.
    https://discussions.apple.com/message/16898528#16898528
    https://discussions.apple.com/message/19781608#19781608
    https://discussions.apple.com/message/20150843#20150843
    I just need clarification. I just switched to freelance design work and need to know how I can really use these fonts in any client work.
    From what I am understanding, Apple purchased fonts from some foundries. It purchased the rights to install these fonts on their operating system for customers to use them for personal use i.e., like a resume or powerpoint presentation.
    However, these fonts can not be used say for a logo, book, publication, web design or basically anything that would be outside the scope of what a designer would create for a client. UNLESS, I go through each and EVERY single font Apple provided with its software and read each and EVERY font EULA?
    Even if I read all of them, they are usually little to no help.  Zapfino, for example, the font info preview states nothing useful (included below.)
    So basically, I am forced to hide all fonts by apple so I know which ones I can use for logos, web design, ect? This seems ridiculous! When I purchase fonts from foundries, reading each EULA is one thing, but goodness for Apple? We don't have to for Adobe
    Sorry guys, most designers seem to think you can use anything installed for projects. I don't want to end up in trouble down the road and find this VERY frustrating. Apologies for the rant!
    Zapfino EULA from Fontbook preview:
    PostScript name
    Zapfino
    Full name
    Zapfino
    Family
    Zapfino
    Style
    Regular
    Kind
    TrueType
    Language
    Albanian, Basque, Catalan, Cornish, Croatian, Czech, Danish, Dutch, English, Esperanto, Estonian, Faroese, Finnish, French, Galician, German, Hawaiian, Hungarian, Icelandic, Indonesian, Irish, Italian, Latvian, Lithuanian, Malay, Maltese, Manx, Norwegian Bokmål, Norwegian Nynorsk, Oromo, Polish, Portuguese, Romanian, Slovak, Slovenian, Somali, Spanish, Swahili, Swedish, Turkish, Welsh
    Version
    6.0d2e1
    Location
    /Library/Fonts/Zapfino.dfont
    Unique name
    Zapfino; 6.0d2e1; 2006-07-19
    Designer
    Hermann Zapf
    Copyright
    Copyright (c) 1999-2002, Linotype Library GmbH & affiliates. All rights reserved.
    Trademark
    Linotype Zapfino is a Trademark of Heidelberger Druckmaschinen AG, which may be registered in certain jurisdictions, exclusively licensed through Linotype Library GmbH, a wholly owned subsidiary of Heidelberger Druckmaschinen AG.
    Description
    Today's digital font technology has allowed renowned type designer Hermann Zapf to realise a dream he first had more than fifty years ago: to create a fully calligraphic typeface.
    Enabled
    Yes
    Duplicate
    No
    Copy protected
    No
    Embeddable
    Yes

    Hi Kurt,
    I just looked at your other responses and am glad you are here The thread below states the moderaters were contacted and we are ok to use the fonts. I ended up submitting a question to the legal team at apple too. If I recieve a response I will show you.
    https://discussions.apple.com/thread/396465?start=0&tstart=0
    Just one more question though from your response:
    Kurt Lang wrote:
    From the Lion license agreement:
    F. Fonts. Subject to the terms and conditions of this License, you may use the fonts included with the
    Apple Software to display and print content while running the Apple Software; however, you may only
    embed fonts in content if that is permitted by the embedding restrictions accompanying the font in
    question. These embedding restrictions can be found in the Font Book/Preview/Show Font Info
    panel.
    It does read somewhat strange. The first part is easy. You can use the fonts however you want for your own use. Embedding is also clear. You need to check the restrictions as shown in Font Book's Info panel. What it doesn't cover is sending the fonts along with a project as is (not embedded). Is that okay? The license doesn't cover that scenario. I think you'd have to go by each font's individual license to be sure.
    The only thing Font Book preview provides regarding embedding (for Apple's fonts anyway) is:
    Enabled               Yes   
    Duplicate              No   
    Copy Protected     No  
    Embeddable          Yes
    It doesn't state anything else about embedding. Does embedding yes indicate it's ok OR does it mean the font file extension is embeddable? For instance, .dfont maybe is not embeddable (no idea if that is the case just an example.)
    Thanks so much!

  • Background saving does not work in background when it is part of an action

    I LOVE the new background saving function. I do agree with a nother post that it would be nice to have some kind of progress bar when in full screen mode though.
    The other thing I noticed is that if you make an action that has a "Save" command in it, it will NOT do that in the background but rather in the way of previous versions, with the progress bar window pop-up.

    Agree

  • Lost iMovie project part 2 - PLEASE HELP

    This is another post regarding iMovie 09. I just lost a project of my daughters that took a few hours to build. It would be nice to recover the project but it appears that something in the library didn't get updated:
    2/9/10 10:38:09 PM iMovie[8431] ILLogger ILMediaBrowserPathWatcher: ** Error in ILMediaBrowserPathWatcher startFSEventStream failed to start for paths: (
    "/Users/Michelle/Library/Preferences"
    and here is a copy of the crash file:
    Process: iMovie [518]
    Path: /Applications/iMovie.app/Contents/MacOS/iMovie
    Identifier: com.apple.iMovie8
    Version: 8.0.5 (820)
    Build Info: iMovieApp-8200000~6
    Code Type: X86 (Native)
    Parent Process: launchd [107]
    Date/Time: 2010-02-10 20:28:57.815 -0700
    OS Version: Mac OS X 10.6.2 (10C540)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000028
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    objc_msgSend() selector name: path
    validating stabilization w/delay
    validating stabilization w/delay
    validating stabilization w/delay
    validating stabilization w/delay
    validating stabilization w/delay
    validating stabilization w/delay
    validating stabilization w/delay
    validating stabilization w/delay
    validating stabilization w/delay
    validating stabilization w/delay
    validating stabilization w/delay
    validating stabilization w/delay
    validating stabilization w/delay
    validating stabilization w/delay
    validating stabilization w/delay
    validating stabilization w/delay
    validating stabilization w/delay
    validating stabilization w/delay
    validating stabilization w/delay
    validating stabilization w/delay
    validating stabilization w/delay
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libobjc.A.dylib 0x9809ced7 objc_msgSend + 23
    1 com.apple.iMovie8 0x000b26eb 0x1000 + 726763
    2 com.apple.iMovie8 0x000b8d88 0x1000 + 753032
    3 com.apple.iMovie8 0x000bbafe 0x1000 + 764670
    4 com.apple.Foundation 0x97accad9 __NSFireDelayedPerform + 537
    5 com.apple.CoreFoundation 0x95d32edb __CFRunLoopRun + 8059
    6 com.apple.CoreFoundation 0x95d30864 CFRunLoopRunSpecific + 452
    7 com.apple.CoreFoundation 0x95d30691 CFRunLoopRunInMode + 97
    8 com.apple.HIToolbox 0x93f69f0c RunCurrentEventLoopInMode + 392
    9 com.apple.HIToolbox 0x93f69bff ReceiveNextEventCommon + 158
    10 com.apple.HIToolbox 0x93f69b48 BlockUntilNextEventMatchingListInMode + 81
    11 com.apple.AppKit 0x9012aac5 _DPSNextEvent + 847
    12 com.apple.AppKit 0x9012a306 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    13 com.apple.iMovie8 0x0003ae4d 0x1000 + 237133
    14 com.apple.AppKit 0x900ec49f -[NSApplication run] + 821
    15 com.apple.AppKit 0x900e4535 NSApplicationMain + 574
    16 com.apple.iMovie8 0x00004376 0x1000 + 13174
    17 com.apple.iMovie8 0x0000384c 0x1000 + 10316
    18 com.apple.iMovie8 0x00003779 0x1000 + 10105
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x9223f0ea kevent + 10
    1 libSystem.B.dylib 0x9223f804 dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x9223ecc3 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x9223ea68 dispatch_workerthread2 + 234
    4 libSystem.B.dylib 0x9223e4f1 pthreadwqthread + 390
    5 libSystem.B.dylib 0x9223e336 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x922188da machmsgtrap + 10
    1 libSystem.B.dylib 0x92219047 mach_msg + 68
    2 com.apple.CoreFoundation 0x95d3177f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x95d30864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x95d367a4 CFRunLoopRun + 84
    5 com.apple.QTKit 0x91bd7cdd QTVisualContextImageProviderWorkLoop + 114
    6 libSystem.B.dylib 0x92245fbd pthreadstart + 345
    7 libSystem.B.dylib 0x92245e42 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x922188da machmsgtrap + 10
    1 libSystem.B.dylib 0x92219047 mach_msg + 68
    2 com.apple.CoreFoundation 0x95d3177f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x95d30864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x95d367a4 CFRunLoopRun + 84
    5 com.apple.FWAVCPrivate 0x008331b8 AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 135
    6 libSystem.B.dylib 0x92245fbd pthreadstart + 345
    7 libSystem.B.dylib 0x92245e42 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x9221893a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x92246445 pthread_condwait + 1066
    2 libSystem.B.dylib 0x92275028 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x936b5235 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x936b4f73 TSWaitOnSemaphoreCommon + 511
    5 ...ickTimeComponents.component 0x910b7035 ReadSchedulerThreadEntryPoint + 4698
    6 libSystem.B.dylib 0x92245fbd pthreadstart + 345
    7 libSystem.B.dylib 0x92245e42 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x92218922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9224645c pthread_condwait + 1089
    2 libSystem.B.dylib 0x9228f503 pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x91224443 jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x92245fbd pthreadstart + 345
    5 libSystem.B.dylib 0x92245e42 thread_start + 34
    Thread 6: JavaScriptCore: FastMalloc scavenger
    0 libSystem.B.dylib 0x92246806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x922464c2 pthread_condwait + 1191
    2 libSystem.B.dylib 0x92248158 pthreadcondwait$UNIX2003 + 73
    3 com.apple.JavaScriptCore 0x993bd276 ***::TCMalloc_PageHeap::scavengerThread() + 614
    4 libSystem.B.dylib 0x92245e42 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x92237856 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x95d70ddd __CFSocketManager + 1085
    2 libSystem.B.dylib 0x92245fbd pthreadstart + 345
    3 libSystem.B.dylib 0x92245e42 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x9221893a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x92246445 pthread_condwait + 1066
    2 libSystem.B.dylib 0x92275028 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x97af2a84 -[NSCondition waitUntilDate:] + 453
    4 com.apple.Foundation 0x97aab7f5 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5 com.apple.Foundation 0x97aab6d8 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proapps.MIO 0x363dc60b -[PluginLockPair scanPaths] + 729
    7 com.apple.Foundation 0x97ab68d8 -[NSThread main] + 45
    8 com.apple.Foundation 0x97ab6888 _NSThread__main_ + 1499
    9 libSystem.B.dylib 0x92245fbd pthreadstart + 345
    10 libSystem.B.dylib 0x92245e42 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x9221893a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x92246445 pthread_condwait + 1066
    2 libSystem.B.dylib 0x92275028 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x97af2a84 -[NSCondition waitUntilDate:] + 453
    4 com.apple.Foundation 0x97aab7f5 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5 com.apple.Foundation 0x97aab6d8 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proapps.MIO 0x363dc60b -[PluginLockPair scanPaths] + 729
    7 com.apple.Foundation 0x97ab68d8 -[NSThread main] + 45
    8 com.apple.Foundation 0x97ab6888 _NSThread__main_ + 1499
    9 libSystem.B.dylib 0x92245fbd pthreadstart + 345
    10 libSystem.B.dylib 0x92245e42 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x9221893a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x92246445 pthread_condwait + 1066
    2 libSystem.B.dylib 0x92275028 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x97af2a84 -[NSCondition waitUntilDate:] + 453
    4 com.apple.Foundation 0x97aab7f5 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5 com.apple.Foundation 0x97aab6d8 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proapps.MIO 0x363dc60b -[PluginLockPair scanPaths] + 729
    7 com.apple.Foundation 0x97ab68d8 -[NSThread main] + 45
    8 com.apple.Foundation 0x97ab6888 _NSThread__main_ + 1499
    9 libSystem.B.dylib 0x92245fbd pthreadstart + 345
    10 libSystem.B.dylib 0x92245e42 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x92218916 semaphorewaittrap + 10
    1 com.apple.AVCHDPlugin 0x62e15488 0x62900000 + 5330056
    2 com.apple.AVCHDPlugin 0x62e92e86 0x62900000 + 5844614
    3 com.apple.AVCHDPlugin 0x62e15911 0x62900000 + 5331217
    4 libSystem.B.dylib 0x9230ee52 pthreadbody + 27
    Thread 12:
    0 libSystem.B.dylib 0x92218922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9224645c pthread_condwait + 1089
    2 libSystem.B.dylib 0x9228f503 pthreadcondwait + 48
    3 com.apple.AVCHDPlugin 0x62ce363f 0x62900000 + 4077119
    4 com.apple.AVCHDPlugin 0x62d10c00 0x62900000 + 4262912
    5 com.apple.AVCHDPlugin 0x62ce32de 0x62900000 + 4076254
    6 com.apple.AVCHDPlugin 0x62e15911 0x62900000 + 5331217
    7 libSystem.B.dylib 0x9230ee52 pthreadbody + 27
    Thread 13:
    0 libSystem.B.dylib 0x92218916 semaphorewaittrap + 10
    1 com.apple.AVCHDPlugin 0x62e15488 0x62900000 + 5330056
    2 com.apple.AVCHDPlugin 0x62e92e86 0x62900000 + 5844614
    3 com.apple.AVCHDPlugin 0x62e17f38 0x62900000 + 5340984
    4 com.apple.AVCHDPlugin 0x62e15911 0x62900000 + 5331217
    5 libSystem.B.dylib 0x9230ee52 pthreadbody + 27
    Thread 14:
    0 libSystem.B.dylib 0x922188da machmsgtrap + 10
    1 libSystem.B.dylib 0x92219047 mach_msg + 68
    2 com.apple.CoreFoundation 0x95d3177f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x95d30864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x95d367a4 CFRunLoopRun + 84
    5 com.apple.DiscRecording 0x948a71d7 DRWorkLoop::WorkLoop() + 271
    6 com.apple.DiscRecording 0x948a70b5 DRWorkLoop::WorkLoopEntry(DRWorkLoop*) + 17
    7 com.apple.DiscRecording 0x948a6e21 DRThreadObject::StartRoutine(DRThreadObject*) + 151
    8 libSystem.B.dylib 0x92245fbd pthreadstart + 345
    9 libSystem.B.dylib 0x92245e42 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x922188da machmsgtrap + 10
    1 libSystem.B.dylib 0x92219047 mach_msg + 68
    2 com.apple.CoreFoundation 0x95d3177f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x95d30864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x95d30691 CFRunLoopRunInMode + 97
    5 com.apple.CoreMediaIOServices 0x943474a7 MIO::DAL::RunLoop::OwnThread(void*) + 157
    6 com.apple.CoreMediaIOServices 0x9434936c CAPThread::Entry(CAPThread*) + 180
    7 libSystem.B.dylib 0x92245fbd pthreadstart + 345
    8 libSystem.B.dylib 0x92245e42 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x92246806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x922464c2 pthread_condwait + 1191
    2 libSystem.B.dylib 0x92248158 pthreadcondwait$UNIX2003 + 73
    3 com.apple.vImage 0x929d550c vImageQueue_DequeueJob + 44
    4 com.apple.vImage 0x929d560c vImageWorkerThreadFunc + 124
    5 libSystem.B.dylib 0x92245fbd pthreadstart + 345
    6 libSystem.B.dylib 0x92245e42 thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x92218922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9224645c pthread_condwait + 1089
    2 libSystem.B.dylib 0x9228f503 pthreadcondwait + 48
    3 ...pple.AppleIntermediateCodec 0x187068f8 iCodecDecompressorComponentDispatch + 4014
    4 libSystem.B.dylib 0x92245fbd pthreadstart + 345
    5 libSystem.B.dylib 0x92245e42 thread_start + 34
    Thread 18:
    0 libSystem.B.dylib 0x92218922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9224645c pthread_condwait + 1089
    2 libSystem.B.dylib 0x9228f503 pthreadcondwait + 48
    3 ...pple.AppleIntermediateCodec 0x18706a96 iCodecDecompressorComponentDispatch + 4428
    4 libSystem.B.dylib 0x92245fbd pthreadstart + 345
    5 libSystem.B.dylib 0x92245e42 thread_start + 34
    Thread 19:
    0 libSystem.B.dylib 0x92218916 semaphorewaittrap + 10
    1 ...ickTimeComponents.component 0x917769f6 QTThreadWaitSignal + 107
    2 ...ickTimeComponents.component 0x91140243 audioprepThreadEntry + 68
    3 ...ickTimeComponents.component 0x91776970 start_thread + 54
    4 libSystem.B.dylib 0x92245fbd pthreadstart + 345
    5 libSystem.B.dylib 0x92245e42 thread_start + 34
    Thread 20:
    0 libSystem.B.dylib 0x9221893a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x92246445 pthread_condwait + 1066
    2 libSystem.B.dylib 0x92275028 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x936b5235 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x936b4f73 TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x9370f508 AIOFileThread(void*) + 1127
    6 libSystem.B.dylib 0x92245fbd pthreadstart + 345
    7 libSystem.B.dylib 0x92245e42 thread_start + 34
    Thread 21:
    0 libSystem.B.dylib 0x9223e182 _workqkernreturn + 10
    1 libSystem.B.dylib 0x9223e718 pthreadwqthread + 941
    2 libSystem.B.dylib 0x9223e336 start_wqthread + 30
    Thread 22:
    0 libSystem.B.dylib 0x9223e182 _workqkernreturn + 10
    1 libSystem.B.dylib 0x9223e718 pthreadwqthread + 941
    2 libSystem.B.dylib 0x9223e336 start_wqthread + 30
    Thread 23:
    0 libSystem.B.dylib 0x92246806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x92272441 nanosleep$UNIX2003 + 188
    2 com.apple.Foundation 0x97b40be8 +[NSThread sleepForTimeInterval:] + 123
    3 com.apple.iLMBiMoviePlugin 0x162188ae 0x16212000 + 26798
    4 com.apple.iLifeMediaBrowser 0x94ba49e1 -[ILMediaBrowserPathWatcher notifyObserverThreaded:] + 455
    5 com.apple.Foundation 0x97ab68d8 -[NSThread main] + 45
    6 com.apple.Foundation 0x97ab6888 _NSThread__main_ + 1499
    7 libSystem.B.dylib 0x92245fbd pthreadstart + 345
    8 libSystem.B.dylib 0x92245e42 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x624fa8c0 ebx: 0x00000003 ecx: 0x908b8ea0 edx: 0x00000008
    edi: 0x2fad2110 esi: 0x45ad5d40 ebp: 0xbfffe638 esp: 0xbfffe608
    ss: 0x0000001f efl: 0x00010206 eip: 0x9809ced7 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00000028
    Binary Images:
    0x1000 - 0x334ffc com.apple.iMovie8 8.0.5 (820) <7137E8C5-EE25-9272-3494-B97197DE3AC0> /Applications/iMovie.app/Contents/MacOS/iMovie
    0x3d2000 - 0x40bfe3 com.apple.MPEG2TSDecoder 1.0 (84) <75EC884A-7300-87B1-7E3A-A2B156BD4D79> /Applications/iMovie.app/Contents/Frameworks/Mpeg2TsDecoder.framework/Versions/ A/Mpeg2TsDecoder
    0x443000 - 0x464fff com.apple.iWidgets 1.0.0 (24) /Applications/iMovie.app/Contents/Frameworks/iWidgets.framework/Versions/A/iWid gets
    0x477000 - 0x51aff4 com.apple.DotMacKit 47 (3.0.2L) <5C3FF2BA-7124-3DF9-B197-19DD4D543798> /Applications/iMovie.app/Contents/Frameworks/DotMacKit.framework/Versions/A/Dot MacKit
    0x580000 - 0x581ff7 com.apple.Helium 3.0.0 (157) <22FD7CB4-024E-3065-EB67-262ABF99636E> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Helium
    0x587000 - 0x588fff +com.bensyverson.dvmatte.autopicker 1.0 (1.0) <5FB2D0C9-D6D7-036E-F739-DA7CE5BAD36E> /Applications/iMovie.app/Contents/Frameworks/DVMAutopick.framework/Versions/A/D VMAutopick
    0x58e000 - 0x643fe7 libcrypto.0.9.7.dylib ??? (???) <39CDB041-9DF5-01B1-4B33-03EC4CCA40B3> /usr/lib/libcrypto.0.9.7.dylib
    0x689000 - 0x7bbfe4 com.apple.Helium.HeliumRender 2.0.0 (157) <DEA355F6-22DC-68D4-EA7A-EE06C0D7F150> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumRender.framework/Versions/A/HeliumRender
    0x814000 - 0x814ff7 libmx.A.dylib ??? (???) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0x82e000 - 0x861ff3 com.apple.FWAVCPrivate 1.46 (46) <72972BDD-1837-6CFB-2FDD-555456B6E5CE> /System/Library/PrivateFrameworks/FWAVCPrivate.framework/FWAVCPrivate
    0x898000 - 0x89aff7 com.apple.PDFImporter 2.1 (???) <C78368B0-3712-067C-9467-55932890C979> /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0xc00000 - 0xd71ff7 GLEngine ??? (???) <D336658A-F6DB-6D61-9CA6-04299E7D5420> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0xdc8000 - 0xde4ff7 GLRendererFloat ??? (???) <8FF7B576-512C-C2F8-4C0C-967FB3D9EEA2> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0xfc2000 - 0xfc5fff com.apple.LiveType.component 2.1.2 (2.1.2) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x12d59000 - 0x1315ffef libclh.dylib ??? (???) <3ACD0D90-B1E9-59DA-729E-7E97092F9A24> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/libclh.dyl ib
    0x13183000 - 0x131e8ffe com.apple.LiveType.framework 2.1.2 (2.1.2) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x13208000 - 0x133fffee +com.elgato.mpegsupport EyeTV MPEG Support 1.0.9 (build 46) (1.0.9) /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    0x15bd7000 - 0x15bd8fff +com.vmware.FusionVMDKPlugIn ??? (0.0.1d2) /Library/Contextual Menu Items/FusionVMDKPlugIn.plugin/Contents/MacOS/FusionVMDKPlugIn
    0x161ee000 - 0x161f5ff7 com.apple.iLMBAperturePlugin 2.1.3 (110.0.3) <CC5BD6F4-E4B3-FA73-15FF-C4943DA587A6> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAperturePlugin.ilmbplugin/Contents/MacOS /iLMBAperturePlugin
    0x161fc000 - 0x161fdff7 com.apple.iLMBAppDefPlugin 2.1.3 (110.0.3) <1AB6E764-5484-676C-3FC5-E53783C50170> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAppDefPlugin.ilmbplugin/Contents/MacOS/i LMBAppDefPlugin
    0x16202000 - 0x16203ff7 com.apple.iLMBFolderPlugin 2.1.3 (110.0.3) <A7B27EE5-BC0F-0E44-404C-125BD2695489> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBFolderPlugin.ilmbplugin/Contents/MacOS/i LMBFolderPlugin
    0x16208000 - 0x1620cff7 com.apple.iLMBGarageBandPlugin 2.1.3 (110.0.3) <15887956-ED89-D9F8-9F8D-E9181F52CB13> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBGarageBandPlugin.ilmbplugin/Contents/Mac OS/iLMBGarageBandPlugin
    0x16212000 - 0x1621eff7 com.apple.iLMBiMoviePlugin 2.1.3 (110.0.3) <52F28367-C3FE-3634-8FFE-C982307AAE1B> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiMoviePlugin.ilmbplugin/Contents/MacOS/i LMBiMoviePlugin
    0x16225000 - 0x16236ffb com.apple.iLMBiPhoto8Plugin 2.1.3 (110.0.3) <E38BD03F-207A-2B60-46F9-EBB56357DD09> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhoto8Plugin.ilmbplugin/Contents/MacOS/ iLMBiPhoto8Plugin
    0x1623e000 - 0x16247ff7 com.apple.iLMBiPhotoPlugin 2.1.3 (110.0.3) <5288A476-63F2-0F4C-EEE4-B0E2326047A6> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhotoPlugin.ilmbplugin/Contents/MacOS/i LMBiPhotoPlugin
    0x1624e000 - 0x16256ff7 com.apple.iLMBiTunesPlugin 2.1.3 (110.0.3) <067E1370-7995-4EFF-E710-C2F9EDB44848> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiTunesPlugin.ilmbplugin/Contents/MacOS/i LMBiTunesPlugin
    0x1625d000 - 0x16325fe3 com.apple.iTunesAccess 9.0.3 (9.0.3) <9D269742-FCA0-9CB1-057D-006805EA706B> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
    0x16346000 - 0x16348ff7 com.apple.iLMBMoviesFolderPlugin 2.1.3 (110.0.3) <9876D044-6851-5103-4282-EF72255F73EA> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBMoviesFolderPlugin.ilmbplugin/Contents/M acOS/iLMBMoviesFolderPlugin
    0x1634d000 - 0x1634fff7 com.apple.iLMBPhotoBoothPlugin 2.1.3 (110.0.3) <3342BF75-0C3C-32B2-B365-2F511F3B0164> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBPhotoBoothPlugin.ilmbplugin/Contents/Mac OS/iLMBPhotoBoothPlugin
    0x17567000 - 0x1758bff7 com.apple.QuartzComposer.ExtraPatches 3.1 (156.10) <576E7E39-E4AF-218F-01EC-57F707E0696C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/Resources/ExtraPatches.plugin/Contents/MacOS/ExtraPatches
    0x1759b000 - 0x1759dff7 com.apple.podcastproducer.ImageDiffer 1.2 (162) <F51F4142-05CB-F1B1-B926-258607E7BA02> /System/Library/Graphics/Quartz Composer Patches/ImageDifferPatch.plugin/Contents/MacOS/ImageDifferPatch
    0x177a0000 - 0x177a5ff7 com.apple.AppleMPEG2Codec 1.0.1 (220) <6FDFF3C8-7ECE-CB74-1374-9C0230C54F78> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x177f4000 - 0x177f8ff3 com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <C36F9194-6DB6-0AA8-4839-71191EEBAC65> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x18013000 - 0x18014ff7 com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x182f1000 - 0x182f7ffb com.apple.audio.AppleHDAHALPlugIn 1.7.9 (1.7.9a4) <A686EC36-C3D5-131F-46D2-F174F5477C77> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x184a4000 - 0x184a6ff7 libclparser.dylib ??? (???) <7C6DF757-0B19-F3C3-DF2B-3596443EB208> /System/Library/Frameworks/OpenCL.framework/Libraries/libclparser.dylib
    0x185e0000 - 0x185e4ff7 libcldcpuengine.dylib ??? (???) <F8DE0663-A59F-8553-92F6-A67A79C6CE8B> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0x18700000 - 0x1871afc3 com.apple.AppleIntermediateCodec 1.2 (145) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x18742000 - 0x1875bfe7 com.apple.applepixletvideo 1.2.19 (1.2d19) <4A68731C-8071-6CF5-012C-40F00CD1333A> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x196c1000 - 0x196c6ff7 libgermantok.dylib ??? (???) <01D7A60F-ABD5-D6CE-6757-7BCF9EBF736B> /usr/lib/libgermantok.dylib
    0x1c19b000 - 0x1c1bafe7 com.apple.IMXCodec 1.2 (140) /Library/QuickTime/IMXCodec.component/Contents/MacOS/IMXCodec
    0x1c600000 - 0x1c655fef com.apple.AppleProResDecoder 2.0 (223) <793BA98A-2E7D-1C39-998D-805B60034DF4> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x1c68d000 - 0x1c6c9fe3 com.apple.QuickTimeFireWireDV.component 7.6.3 (1591.3) <55A49215-3C98-20A3-02EC-FDBAD3D1A69B> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x1c900000 - 0x1c944fdf com.apple.DVCPROHDCodec 1.3 (228) /Library/QuickTime/DVCPROHDCodec.component/Contents/MacOS/DVCPROHDCodec
    0x1c959000 - 0x1c9adff6 com.apple.AppleHDVCodec 1.2 (206) /Library/QuickTime/AppleHDVCodec.component/Contents/MacOS/AppleHDVCodec
    0x1fb7f000 - 0x1fbf8fef com.apple.AppleVAH264HW.component 2.0 (1.0) <377823AD-6C3A-F949-2F12-74B05AE475B1> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x1fd02000 - 0x1fd08ff7 com.apple.MP4RADPlugin 1.0 (411) <ECAC8657-404E-D9E3-222A-EAA8910D8303> /Applications/iMovie.app/Contents/RADPlugins/MP4.RADPlug/Contents/MacOS/MP4
    0x20800000 - 0x20a23fe7 com.apple.audio.codecs.Components 2.0 (2.0) <064E9181-38CC-C2D3-070D-4D162D2903E8> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x20bf2000 - 0x20bf7fe7 com.apple.DesktopVideoOut 1.2.4 (1.2.4) /Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopVideoOut
    0x212be000 - 0x212d0fd9 com.apple.FCP Uncompressed 422.component 1.4 (1.4) /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0x218f0000 - 0x2193cfff com.apple.audio.midi.CoreMIDI 1.7 (42) <670CB7F9-AA00-86F3-6623-E1335F7AEA83> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x21961000 - 0x21989feb com.apple.audio.OpenAL 1.3 (1.3) <17F53393-0AA6-5FC6-6544-7EFAFB7F13AD> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    0x22210000 - 0x22216ff7 com.apple.qldisplay.Movie 2.1 (327.3) <2BCD44AB-82A2-E373-71D5-C5752CDC6B07> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/Resources/DisplayBundles/Movie.qldisplay/Contents/MacOS/Movi e
    0x2231f000 - 0x22324ff7 com.apple.iokit.SCSITaskLib 2.6.0 (2.6.0) <2C1678A0-A9D1-0053-2A59-F20B59F1E1BA> /System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/ SCSITaskUserClient.kext/Contents/PlugIns/SCSITaskLib.plugin/Contents/MacOS/SCSIT askLib
    0x24d24000 - 0x24d2eff7 com.apple.IOFWDVComponents 1.9.9 (1.9.9) <5B4E7BD7-EF5A-2F5C-DF8E-3D4A7B59F779> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x277b0000 - 0x277eafff com.apple.CoreMediaIOServicesPrivate 23.0 (951) <FA5EB5E4-52BF-86B3-20B0-79704183E3D3> /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x2793a000 - 0x27963ff7 com.apple.CoreMediaPrivate 20.0 (20.0) <29A9848F-2C1C-BDE4-EADC-2A3C71C1DBC4> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x2867d000 - 0x2868dff7 com.apple.DVCPROHDVideoDigitizer 1.2 (1.2) /Library/QuickTime/DVCPROHDVideoDigitizer.component/Contents/MacOS/DVCPROHDVide oDigitizer
    0x2a973000 - 0x2a99dfff com.apple.mio.DAL.VDC_4 124.0 (850) <F950FEAB-1E02-D6EC-8D1D-25D66DA9CC03> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/VDC.p lugin/Contents/MacOS/VDC
    0x2c34c000 - 0x2c388ff7 com.apple.DP.ScreenInputDevice 7.0 (7.0) <EEB9C00A-4B5E-3B2D-22D7-852541DD4785> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/Apple ScreenInputDevice.plugin/Contents/MacOS/AppleScreenInputDevice
    0x2d4ef000 - 0x2d522ff3 com.apple.FWAVC 124.46 (46) <EB9CDF88-64A2-3F0D-42BE-8160ED8AF838> /System/Library/PrivateFrameworks/FWAVC.framework/Versions/A/FWAVC
    0x2d6bc000 - 0x2d6e6ffb com.apple.QuickTimeIIDCDigitizer 7.6.3 (1591.3) <C1A8D6B1-DBD5-253E-F339-06F6743BA2AF> /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0x2f1dc000 - 0x2f259fe7 com.apple.AppleVADriver 4.7.5 (4.7.5) <3123093D-E8BD-6805-1094-43C8806BD9A8> /System/Library/Extensions/AppleVADriver.bundle/Contents/MacOS/AppleVADriver
    0x2ffb4000 - 0x30390fe3 QuickTimeH264.scalar ??? (???) <F73B0D67-886B-0A10-D0DB-9395AD09D9D3> /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.scalar
    0x32185000 - 0x321ccfef com.apple.DVCPROHDMuxer 1.2 (1.2) /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0x363bc000 - 0x36417ff3 com.apple.proapps.MIO 1.0.4 (502) <68ADDE21-F0A1-06BF-B3CD-FCBC398FF64C> /Applications/iMovie.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
    0x37eaf000 - 0x37eb3ff7 +com.bensyverson.quartzcomposer.dvmatte 1.0 (1.0) <DC961ABE-200A-E9E3-5CD2-7B98F129D0BF> /Applications/iMovie.app/Contents/Resources/Plugins/dvmatte.plugin/Contents/Mac OS/dvmatte
    0x3e748000 - 0x3e7deff3 com.apple.GeForceVADriver 1.6.6 (6.0.6) <1CA173D6-85E2-5C67-3FB1-3829D9ED44EE> /System/Library/Extensions/GeForceVADriver.bundle/Contents/MacOS/GeForceVADrive r
    0x50400000 - 0x505bfff8 com.apple.MPEG2PSRADPlugin 1.2 (407) <AA6C400A-122B-4FD1-2DCA-4766B4FE5D4E> /Applications/iMovie.app/Contents/RADPlugins/MPEG2PS.RADPlug/Contents/MacOS/MPE G2PS
    0x53900000 - 0x5392cfff com.apple.oxygene.layers.iDVDQCPatches 1.0.0 (602.0.2) <2F6AD71A-EDFB-66DF-ACBD-46617FDB7C0E> /Applications/iMovie.app/Contents/Resources/iDVDQCPatches.plugin/Contents/MacOS /iDVDQCPatches
    0x5420a000 - 0x543a5fff com.apple.TundraUnits 124.0 (850) <896B6A1A-A056-A03B-5C6A-D58737E9F8F6> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/Tundr aUnits.bundle/Contents/MacOS/TundraUnits
    0x600ea000 - 0x602e0ff3 +net.telestream.wmv.import 2.1.3.10 (2.1.3.10) /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x62900000 - 0x62fc6feb com.apple.AVCHDPlugin 1.0.2 (1.02) <E138231D-A66A-2F55-CAB4-F01E032DD0B4> /Applications/iMovie.app/Contents/RADPlugins/AVCHD.RADPlug/Contents/MacOS/AVCHD
    0x70000000 - 0x700cbffb com.apple.audio.units.Components 1.6.1 (1.6.1) <4E1101F3-E8EF-4925-75FE-373BD7BC3BAB> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8f611000 - 0x8fa52fe7 com.apple.GeForce8xxxGLDriver 1.6.6 (6.0.6) <205911D0-3CE3-D53C-289B-319A4E4BA153> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x90003000 - 0x900e1fff com.apple.QuickTimeMPEG4.component 7.6.3 (1591.3) <92D35422-4D67-4B29-B803-50BACDBA47D8> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x900e2000 - 0x909c0ff7 com.apple.AppKit 6.6.3 (1038.25) <72A9AA47-8DCB-DB07-64F5-F837E98C62D8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x909c1000 - 0x90a12ff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90a13000 - 0x90a3aff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x90a3b000 - 0x90a8bfe7 libGLU.dylib ??? (???) <659ADCA2-10EC-59BD-1B0A-4928A965F1D1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90a8c000 - 0x90a96ff7 libGL.dylib ??? (???) <76A207FE-889A-CF1B-AF9A-795EEE5A463E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90a97000 - 0x90a9aff7 libCGXType.A.dylib ??? (???) <483FCF1C-066B-D210-7355-ABC48CA9DB2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x90a9b000 - 0x90ab3ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x90ab4000 - 0x91a42ff7 com.apple.QuickTimeComponents.component 7.6.3 (1591.3) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x91a43000 - 0x91aeafe7 com.apple.CFNetwork 454.5 (454.5) <A7E78E62-0C59-CE57-73D2-C4E60527781C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91aeb000 - 0x91af7ff7 libkxld.dylib ??? (???) <3D2C5BA3-6A8D-C861-B346-0E19942D9AF1> /usr/lib/system/libkxld.dylib
    0x91af8000 - 0x91b05ff7 com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x91b06000 - 0x91b06ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91b07000 - 0x91c46fe3 com.apple.QTKit 7.6.3 (1591.3) <18F25C19-F0B8-5907-D6D6-65EC53DF0D3B> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x91c47000 - 0x91c4affb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x91c4b000 - 0x91c6bfe7 com.apple.opencl 12 (12) <2DB56F60-577B-6724-5708-7B082F62CC0F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x91c6c000 - 0x91c87ff7 libPng.dylib ??? (???) <3F8682CD-C05B-607D-96E7-767646C77DB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91c88000 - 0x91cd1fe7 libTIFF.dylib ??? (???) <5864AE5B-EAEB-F8B6-18FB-3D27B7895A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91cd2000 - 0x91d52feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x91d53000 - 0x91f0ffef com.apple.ImageIO.framework 3.0.1 (3.0.1) <598CF4F9-7542-E1A7-26D2-584933497A2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91f10000 - 0x91f10ff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x91f11000 - 0x91f21ff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x92184000 - 0x921c4ff3 com.apple.securityinterface 4.0.1 (37214) <BBC88C96-8827-91DC-0CF6-7CB639183395> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x921c5000 - 0x921c9ff7 IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x921ca000 - 0x9220bff7 libRIP.A.dylib ??? (???) <9F0ECE75-1F03-60E4-E29C-136A27C13F2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9220c000 - 0x9220cff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9220d000 - 0x92217ff7 com.apple.HelpData 2.0.4 (34) <9128FFEB-0F6C-B273-FCF4-D87A20227345> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x92218000 - 0x923bcfeb libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
    0x923f1000 - 0x9240dfe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92427000 - 0x92534ff7 com.apple.MediaToolbox 0.420.18 (420.18) <31935D52-1F8D-4AB2-CCA5-4CF615CBCE24> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x92535000 - 0x92735feb com.apple.AddressBook.framework 5.0.1 (864) <878FE5D9-6C49-000F-D5D1-DF8054BFC0F0> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x92754000 - 0x927f0fe7 com.apple.ApplicationServices.ATS 4.1 (???) <EA26375D-8276-9671-645D-D28CAEC95292> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x927f1000 - 0x927f7fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92843000 - 0x92878ff7 libGLImage.dylib ??? (???) <A6007BF7-BF3C-96DC-C435-849C6B88C58A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x92879000 - 0x928b8ff7 com.apple.ImageCaptureCore 1.0 (1.0) <D8767350-A10D-B6B5-3A8D-05888A7758ED> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x928b9000 - 0x928ffff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x9290b000 - 0x9290dff7 libRadiance.dylib ??? (???) <462903E2-2E77-FAE5-4ED6-829AAB1980A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9290e000 - 0x929ebff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x92a13000 - 0x92aabfe7 edu.mit.Kerberos 6.5.9 (6.5.9) <73EC847F-FF44-D542-2AD5-97F6C8D48F0B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x92aac000 - 0x932d6fe7 com.apple.WebCore 6531.21 (6531.21.8) <60DEC7F3-954D-F4C4-360A-13575EDCC40A> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9366e000 - 0x9398dfe7 com.apple.CoreServices.CarbonCore 861.2 (861.2) <A9077470-3786-09F2-E0C7-F082B7F97838> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9398e000 - 0x93998fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93a48000 - 0x93a58ff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x93a59000 - 0x93a5cfe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x93a5d000 - 0x93c3ffff com.apple.imageKit 2.0.1 (1.0) <3CD99122-4DC8-00CE-4BD7-E3E1E1C71C30> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x93c59000 - 0x93d5bfef com.apple.MeshKitIO 1.0 (49.0) <E4436373-BF5D-9644-F8B7-B72762BEC08B> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x93d67000 - 0x93d9aff7 com.apple.AE 496.1 (496.1) <1AC75AE2-AF94-2458-0B94-C3BB0115BA4B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x93d9b000 - 0x93e9ffe7 libcrypto.0.9.8.dylib ??? (???) <2E58547A-91CC-4C1A-9FCC-DA7515FDB68A> /usr/lib/libcrypto.0.9.8.dylib
    0x93ea8000 - 0x93ed8ff7 com.apple.MeshKit 1.0 (49.0) <435718C1-ED40-6BCC-F0D8-67FA05CFFF1E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x93ed9000 - 0x93ee3ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93ee4000 - 0x93f34ff7 com.apple.framework.familycontrols 2.0 (2.0) <E6CAB425-3E40-65A3-0C23-150C26E9CBBF> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x93f35000 - 0x94258fef com.apple.HIToolbox 1.6.2 (???) <E02640B9-7BC3-A4B4-6202-9E4127DDFDD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x94259000 - 0x942c9ff3 com.apple.AppleVAFramework 4.7.5 (4.7.5) <464A915D-E670-FA22-7799-454259D42B82> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x94339000 - 0x94375fff com.apple.CoreMediaIOServices 124.0 (850) <5F9B1AA3-8BB3-4E8C-2A31-F8FD5EC3F28A> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x943a7000 - 0x943aaff7 libCoreVMClient.dylib ??? (???) <A89D7A78-8FB0-2BDF-30DB-A35E04A6186B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x943ab000 - 0x943d5ff7 com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x943d6000 - 0x943d7ff7 com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x943d8000 - 0x94415ff7 com.apple.SystemConfiguration 1.10.1 (1.10.1) <BA676C76-6AAD-F630-626D-B9248535294D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x94416000 - 0x944c4ff3 com.apple.ink.framework 1.3.1 (105) <CA3FBDC3-4BBA-7BD9-0777-A7B0751292CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x944c5000 - 0x944d2ff7 com.apple.opengl 1.6.5 (1.6.5) <0AE8B897-8A80-2C14-D6FC-DC21AC423234> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x944d3000 - 0x945f7ff7 com.apple.CoreAUC 5.03.2 (5.03.2) <38C77DF1-6F98-4ABF-BE8F-ADA70E9C622D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x945f8000 - 0x945fffff com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x94600000 - 0x946e4ff7 com.apple.WebKit 6531.21 (6531.21.8) <0C45DB5C-D81F-BFFE-232D-7E6F647E597F> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x946e5000 - 0x9471fffb libFontRegistry.dylib ??? (???) <72342297-E8D6-B071-A752-014134129282> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x94720000 - 0x94735fff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x94736000 - 0x9475cfff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9475d000 - 0x94792ff7 libcups.2.dylib ??? (???) <AFDC4D3C-0FF4-D459-B26C-4BA1093F9142> /usr/lib/libcups.2.dylib
    0x94793000 - 0x947e0feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x947e1000 - 0x9485aff7 com.apple.PDFKit 2.5 (2.5) <58603BDB-337F-FBE3-EB11-7C31CF261995> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x948a4000 - 0x9497fff7 com.apple.DiscRecording 5.0.3 (5030.4.2) <CC86EBA6-5E48-32C0-77AE-81479DFF6D4A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x94980000 - 0x94991ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x949c5000 - 0x94a62fe3 com.apple.LaunchServices 362 (362) <8BE1C1A1-BF71-CE07-F3FB-6057D47AF461> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x94a63000 - 0x94a63ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x94abf000 - 0x94ac3ff7 libGFXShared.dylib ??? (???) <79F4F60E-0A6D-CE9C-282E-FA85825449E3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x94b6d000 - 0x94bdeff7 com.apple.iLifeMediaBrowser 2.1.3 (346.0.3) <C862CAE1-1906-CD45-7D66-F8798483BAA5> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x94bdf000 - 0x94bf1ff7 com.apple.MultitouchSupport.framework 204.9 (204.9) <B639F02B-33CC-150C-AE8C-1007EA7648F9> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x94bf7000 - 0x94c57fe7 com.apple.CoreText 3.1.0 (???) <79FD1B5C-2F93-4C5D-B07B-4DD9088E67DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x94c58000 - 0x94d22fef com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x94d23000 - 0x94dfdff3 com.apple.DesktopServices 1.5.3 (1.5.3) <DA02AC94-7B0C-BD75-2305-C46A307A5FB0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x94dfe000 - 0x94e40fe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x94e41000 - 0x94f6dfeb com.apple.audio.toolbox.AudioToolbox 1.6.2 (1.6.2) <9AAFDCBE-C68C-3BB3-8089-83CD2C0B4ED7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94f6e000 - 0x94fddff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x94fde000 - 0x94fdeff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x94fdf000 - 0x95059fef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <1F97B48A-327B-89CC-7C01-3865179716E0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x95085000 - 0x958684b7 com.apple.CoreGraphics 1.536.12 (???) <263EB5FC-DEAD-7C5B-C486-EC86C173F952> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x958ba000 - 0x95912fe7 com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x95913000 - 0x95981ff7 com.apple.ISSupport 1.9.2 (50) <A9BDA884-D0AF-9F39-0840-8B7F5E8E2031> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x95ac4000 - 0x95acfff7 libCSync.A.dylib ??? (???) <9292E6E3-70C1-1DD7-4213-1044F0FA8381> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x95ad0000 - 0x95ad5ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x95c98000 - 0x95cb7fe3 libexpat.1.dylib ??? (???) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
    0x95cb8000 - 0x95cb8ff7 com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x95cb9000 - 0x95cdbfef com.apple.DirectoryService.Framework 3.6 (621.1) <3ED4949F-9604-C109-6586-5CE5F421182B> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x95cf2000 - 0x95cf4ff7 com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x95cf5000 - 0x95e6cfef com.apple.CoreFoundation 6.6.1 (550.13) <AE9FC6F7-F0B2-DE58-759E-7DB89C021A46> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x95e6d000 - 0x962a2ff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x962a3000 - 0x962d9fff libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
    0x962da000 - 0x96382ffb com.apple.QD 3.33 (???) <196CDBA6-5B87-2767-DD57-082D71B0A5C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x96383000 - 0x963c7ff3 com.apple.coreui 2 (113) <D0FA9B36-3708-D5BF-0CC3-6CC1909BC8E6> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x963c8000 - 0x963ceff7 libCGXCoreImage.A.dylib ??? (???) <5233872A-EAC6-1D42-3959-6CE6C5DEB931> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x963fd000 - 0x963ffff7 com.apple.QuickTimeH264.component 7.6.3 (1591.3) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x96400000 - 0x96437fe7 libssl.0.9.8.dylib ??? (???) <95FE66AC-C850-4AB4-DD3F-7F198A5E1EAC> /usr/lib/libssl.0.9.8.dylib
    0x96438000 - 0x964a6ff7 com.apple.QuickLookUIFramework 2.1 (327.3) <2F51D9CB-F827-E0AF-F201-5F4244C0D02A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x964a7000 - 0x96556ff3 com.apple.ColorSync 4.6.2 (4.6.2) <F3F097AC-FDB7-3357-C64F-E28BECF4C15F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9655a000 - 0x9660dfff libFontParser.dylib ??? (???) <FAD5E96D-CF93-CC86-6B30-A6594B930772> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x9660e000 - 0x966c7fe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x966c8000 - 0x966f9ff3 libTrueTypeScaler.dylib ??? (???) <6C8916A2-8F85-98E0-AAD5-0020C39C0FC9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x966fa000 - 0x966fbff7 com.apple.audio.units.AudioUnit 1.6.2 (1.6.2) <845D5E0D-870D-B7E8-AAC5-8364AC341AA1> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x966fc000 - 0x96baafe7 com.apple.VideoToolbox 0.420.18 (420.18) <CB16BB7D-FBE2-A2AD-490A-18479A8321BA> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x96bab000 - 0x96c01ff7 com.apple.MeshKitRuntime 1.0 (49.0) <BCB920E3-C567-3F37-D404-F518A256859E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x96c43000 - 0x96c61ff7 com.apple.CoreVideo 1.6.0 (43.1) <1FB01BE0-B013-AE86-A063-481BB547D2F5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x96cde000 - 0x96d21ff7 com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x96d22000 - 0x9701bfef com.apple.QuickTime 7.6.3 (1591.3) <803CC5FD-2369-83B5-795D-A8963620EFAC> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9701c000 - 0x9727efe7 com.apple.security 6.1.1 (37594) <9AA7D9BF-852F-111F-68AD-65DD760D4DF3> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9727f000 - 0x972bdff7 com.apple.QuickLookFramework 2.1 (327.3) <BAF90576-16DF-13E6-9756-31537076E843> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x97307000 - 0x97600ff3 com.apple.RawCamera.bundle 2.3.0 (505) <1C7CEA30-FFE2-B4DE-98CE-D6518DF1E54B> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x97601000 - 0x97608ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6BF89127-C18C-27A9-F94A-981836A822FE> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x97616000 - 0x9770cff7 libGLProgrammability.dylib ??? (???) <82D03736-D30C-C013-BBB1-20ED9687D47F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x9770d000 - 0x9780efe7 libxml2.2.dylib ??? (???) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x9780f000 - 0x9782ffe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
    0x97830000 - 0x97a0bff3 libType1Scaler.dylib ??? (???) <F9FEA41E-F079-87B8-04A9-7FF3B2931B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x97a0c000 - 0x97a12ff7 com.apple.DisplayServicesFW 2.2 (2.2) <72C790A9-F4D2-DA92-015B-4CAF478FC0C2> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x97a13000 - 0x97a95ffb SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x97a96000 - 0x97a9fff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x97aa0000 - 0x97d10ffb com.apple.Foundation 6.6.1 (751.14) <CD815A50-BB33-5AA1-DD73-A5B07D394DDA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x97d52000 - 0x97d89ff7 com.apple.CoreMedia 0.420.18 (420.18) <43747711-B334-B0C7-4971-15FA586DAFBF> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x97d8a000 - 0x97ea0fe3 com.apple.PubSub 1.0.4 (65.11) <7F349A71-C4E6-E645-B28D-03A7DD120AA6> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x97f02000 - 0x97fd3fe3 ColorSyncDeprecated.dylib ??? (???) <1CEB1F35-EF10-A63D-AD9E-D7BD391D4719> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x97fd4000 - 0x98038ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x98052000 - 0x98096fe7 com.apple.Metadata 10.6.2 (507.4) <DBCBAE7D-7B34-7806-C0B9-1E6E6D45562F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x98097000 - 0x98144fe7 libobjc.A.dylib ??? (???) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x9814a000 - 0x9815effb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x98165000 - 0x981bffe7 com.apple.CorePDF 1.1 (1.1) <8ED0FB5F-D498-D012-DF09-DE5378D40D52> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x981c8000 - 0x981c8ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x981c9000 - 0x981ddfe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x9822c000 - 0x9822cff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9822d000 - 0x982befe7 com.apple.print.framework.PrintCore 6.1 (312.3) <6D4322AF-703C-CC19-77B4-53E6D3BB18D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x982bf000 - 0x984eaff3 com.apple.QuartzComposer 4.1 (156.10) <24293329-50D7-D12F-51B3-57976A4E52B1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x984eb000 - 0x984ecff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x984ed000 - 0x9859cfe3 com.apple.QuickTimeImporters.component 7.6.3 (1591.3) <2E2381EB-5E5E-B714-C65D-FCE349E77094> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x9859d000 - 0x985c5ff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x985f2000 - 0x98604ff7 com.apple.CoreMediaAuthoring 0.677 (677) <197EAB61-ACCE-E5AC-08FA-2A2D4E122E86> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x98605000 - 0x9865fff7 com.apple.framework.IOKit 2.0 (???) <1BE07087-27D5-0E62-F06B-007C2BED4073> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x98673000 - 0x989daff7 com.apple.QuartzCore 1.6.1 (227.8) <8B90AB08-46A4-1C5C-4E71-C6AB652477B9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x989db000 - 0x98acffe7 libiconv.2.dylib ??? (???) <0C578460-3929-29DD-585A-DB1E0C977425> /usr/lib/libiconv.2.dylib
    0x98b7f000 - 0x98d01fe7 libicucore.A.dylib ??? (???) <2B0182F3-F459-B452-CC34-46FE73ADE348> /usr/lib/libicucore.A.dylib
    0x98d02000 - 0x98d06ff7 libGIF.dylib ??? (???) <83FB0DCC-355F-A930-E570-0BD95086CC59> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x98d15000 - 0x98d23fe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
    0x98d24000 - 0x98d9bfe3 com.apple.backup.framework 1.2 (1.2) <411D14B1-0E2D-25FF-F329-CE92C70DDEC3> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x98d9c000 - 0x98dd4ff7 com.apple.LDAPFramework 2.0 (120.1) <681A0B2E-BCB2-D2BA-3D02-A4989E9C7686> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x98ddd000 - 0x991f3ff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x991f4000 - 0x9925efe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x9929b000 - 0x99438fef com.apple.JavaScriptCore 6531.21 (6531.21.9) <C3642BB4-3D06-B371-B4CD-0DF5DA646673> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x99444000 - 0x99572fe7 com.apple.CoreData 102.1 (250) <F33FF4A1-D7F9-4F6D-3153-E5F2588479EB> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x99573000 - 0x99573ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x99574000 - 0x99598ff7 libJPEG.dylib ??? (???) <649E1974-A527-AC0B-B3F4-B4DC30484070> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0xbb100000 - 0xbb103fe7 libLatinSuppConverter.dylib ??? (???) <59D12876-5E0C-803C-EC99-832012CF3416> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib

    When your projects are on your start-up drive they MUST be in the Movies/iMovie Projects folder for iMovie to see them.
    However, when you move them to an external drive, the MUST be in the iMovie Projects folder at the top level of the external drive for iMovie to see them.
    So I would recommend that you move your iMovie Projects folder to the top level of your external drive. Then restart iMovie.
    For best results, you should move iMovie projects and events from within iMovie. You might get away with moving projects in the Finder, but moving Events in the Finder can cause your projects to lose the connection with the event clips.
    For more on moving, see this tip. https://discussions.apple.com/docs/DOC-4141

  • Searching for some small projects part time, via internet

    Hello!
    I have some experience working with LabVIEW ( 2 years), especially in control the instruments and automated tests using some instruments (e.g.-power supply, generators, switch devices) and i search for some little projects to develop in my free time.
    I am able to control any kind of job which request logical skills and not very advanced knoledges in Labview.
    If someone is interested plese e-mail at [email protected]
    Thank you!

    Hello
    I would like to know if you can help me to repair a program that was designed in Labview Veer 3.1.1. It is a simple program and we used for the last 12 years. Recently the computer hard disks fail and the backup copy that we had contains an error or is missing a module. The module is a conversion from Centigrade to Fahrenheit.
    This will be a one time only and if fits on your agenda please let me know. You could email directly to me at [email protected]
    Best Regards
    Jaime Guaman
    Manufacturing Supervisor
    3M Electronic Solutions Division
    8357 Canoga Ave
     Canoga Park, CA91304
    Phone 818 734 4940

Maybe you are looking for

  • FINDER & PREVIEW issue

    Yesterday I scanned in heaps of photos and using preview made a new folder and saved pictures there. Today I go to Finder to look for folder, nothing, nadda. I use finder and search yesterday...weird hardly anything listed. I go back to preview and s

  • How to do html report

    <p>Dear All,</p><p>I need help to remove the paper boundaries in crystal report.</p><p>My boss does not  want to go to the next page to see the next record - he just wants to see the old style html methods - scroll down and you can see all in one pag

  • Calling a ESS WDJ COmponent with different Client no

    Hi, my task is to make ESS available on a different Client (100) instead of 001. i was reading about the "Mapping Logical Systems" using the parameter sap-wd-arfc-useSys : http://help.sap.com/saphelp_nw70/helpdata/en/af/84a34098022a54e10000000a1550b0

  • BADI or Userexit for MIGO while cancelling Goods Receipt?

    Hi all, Is there any BADI or User-Exit which triggers if The Goods receipt is canceled from MIGO ? Thanks, Aravind.

  • Older versions of FCP (HD 4.5) compatible with the new 5.1 ?-- HELP

    Hello, I am a beginning video production student just starting out with FCP. I have been editing a commercial on my schools 5.1 version, but have FCP HD 4.5 on my PowerBook G4. I need to know how to handle working with the two versions so that they c