Identifying selected tabs within tab control

I'm looking for a way to determine which tab is selected within the CVI tab control. The index is available, but the index isn't that helpful if the tabs aren't always in the same order. The Constant Name is used to identify controls on the tab page, but it doesn't look like there is a function to find the actual tab ID.
I was thinking that a work-around is to programmatically add the panels to the tab control and track the IDs against the index in a table.
The header file that is generated from the UIR only refers to the Constant Name as part of the #define associated with the controls.
Any ideas ?

It's true that you can use the label text and discover the active panel by means of a series of comparisons between strings, but it seems to me not the best way to go and surely not the fastest. The same consideration applies to ATTR_CONSTANT_NAME (the panel attributes which returns the text of the constant name, e.g. "MyPanel"). Moreover, this last solution leads to these additional critical points
1. If you load a panel more than once, this approach doesn't give you a unique solution
2. On the other side, supposing you can retrieve the value associated to the constant name, this value is unique only if all tab panel are defined in the same UIR file, otherwise their IDs could overlap
In my opinion your solution of programmatically load panels and save panel handles in a array is the only possible way to go, since only panel handles are unique throughout the whole application.
BTW, in the header file associated with the UIR panel constant names are listed too: in every group of #defines that refer to a panel and its controls, the very first is the panel constant name with its associated value (used in LoadPanel).
Message Edited by Roberto Bozzolo on 01-05-2007 12:15 AM
Proud to use LW/CVI from 3.1 on.
My contributions to the Developer Zone Community
If I have helped you, why not giving me a kudos?

Similar Messages

  • Tabs within Tabs

    I have a page that contains tabs. Some of the tabs contain more tabs. (So the tabs are sub-tabs I guess).
    When I select a 'top-level' tab that contains sub-tabs, then the contents of the initial sub-tab are not shown. If However I click onto a seperate sub-tab, and then back to the first sub-tab, the contents are shown.
    I am using Portal 3.0.7.6.2(?). This came with Oracle 9i app server 1.0.2.0.
    I am running on Windows NT (sp6)
    Has anyone experienced problems of this before, or does anyone have a solution/workaround?
    Thanks in advance
    Adrian

    Yes, and it's fixed in 1.0.2.1 portal 3.0.8

  • Spry Tabs; Tabs within tabs

    Hi,
    Not sure if i did this correctly, i have some tabs and
    inserted tabs inside the contents area of the spry tabs. Seems
    simple enough...but on preview it shows that inserted tabs overlap
    the tabs its in. I tried fixing it on the CSS file. but had no
    luck.
    any suggestions?
    thanks

    ....... Should i be asking this question on another board?

  • Displaying detail blocks on tabs within tabs

    Can anyone help with a layout problem? I don't think it can be done with Designer alone, but I was hoping that Headstart could help.
    I have a master block on a new tab page. I want to display 6 records, showing 2 fields as context with the remainder as overflow right in a stacked item group. So far, so good.
    The master block has two detail blocks. I would like to display these as tabs behind the stacked item group from the master table,
    and this is where I run into problems.

    Lynne,
    Unfortunately, this is not supported by Designer and Headstart does not have a simple workaround for this.
    You could try generating the items to stacked canvases and then when the popup page is clicked programatically display the stacked canvas on top of the tabbed canvas. But this is very tricky coding and probably not worth the effort.
    Regards,
    Lauri

  • Selection screen within tree control model

    Hello,
    I am very new in ABAP OO, and have to make a module program for SD to handle the status of shipment.
    I need to make a tree model of 3 parts that the first part has the selection screen.
    There is a Sap standard model: program /DSD/SL_COCKPIT who has the same modle.
    Is someone know how to do that ? which Class to use?
    Any help would be appreciated...
    Fariba

    Hello Fariba
    The target you have choosen to start with ABAP OO is not really the easiest one.
    The three-parted screen in program /DSD/SL_COCKPIT is created using class <b>/DSD/SL_CL_FRAME_COCKPIT</b>. Simply display the class in the class builder (SE24), push F8 (<i>Test</i>) and create an instance of the class.
    Perhaps this may be useful in starting you analyzing the details of this rather complex program and class.
    Regards
      Uwe

  • When I use Panorama and close a tab within a tab group, it opens another tab within another tab group rather than a tab from within the first group. Why?

    I have a lot of tab groups and it is just frustrating when I close a tab within tab group A and then it brings me to a tab in tab group B. Is there any way to fix this?

    The problem is just with the name of the tab, not with the contents of the page -- the page looks normal??
    I ask about the page because Firefox 23 seems to have introduced a problem with Firefox's "fast back-forward cache" on the Google search results page. It is related to the "instant prediction results" feature interacting with Firefox is some different way. (More in this thread: [https://support.mozilla.org/en-US/questions/970863?page=2#answer-485663])
    Might be related. Not sure.

  • How select multiple tabs within Firefox's Group your tabs window?

    Hei there
    How do I go about selecting (if possible) multiple tabs within Firefox's Group your tabs window?
    Thanks in advance.

    Hi Portmanteau,
    Currently selecting one tab will bring it to focus. I have tried to command select as well as control select.
    There are a could of add ons however you can check out. Including [https://addons.mozilla.org/en-US/firefox/addon/tabgroups-manager/ Tab Groups manager]
    I hope this helps.

  • "Tab" control and Tab order of controls inside the tab

    Hello everybody,
    I have created the tab control with 6 'tabs', inside every tab I have some controls, like edit fields etc. I wanted to make an order of controls for every tab, so I have selected the option "Tab-order settings" from menu "Edit" (sorry for translation, I use non-English version of LabView), and tried to set the order. After saving it with "OK" button it turned out that the order is not changed. Simple it seems that the option doesn't work for controls in tabs. Is this a bug or do you have a solution for this?
    TIA,
    Yazilim.

    Sorry LabviewGuru, but I haven't found anything concerning Tab control and tab order inside it. Of course, I have found the topic "tabbing through front panel objects", but it simply describes how to change order for standard controls, not for controls which are inside the Tab control. But maybe you have another, extended help? So can you please copy and paste to discussion forum message this part of your help which concerns the Tab control and tab order, and then send the message?
    TIA,
    Yazilim.

  • Color of selected tab panel tab

    Hello all,
    I'd like to know the orange like color of the upper part of a selected tab panel tab, see the picture below.
    Actually, these are two colors, orange and a darker, 'shaded' orange. I don't mind which color value I can obtain, but I'd like to use the same color for other controls (LED, decoration frame) as well.
    Does this color depend on the Windows theme? If so, I'd be happy about a possibility of obtaining this property programmatically.
    If this color is always the same, I can obtain it myself using Photoshop...
    Thanks a lot,
    Wolfgang
    Solved!
    Go to Solution.

    When the panel has ATTR_CONFORM_TO_SYSTEM_THEME set, CVI lets Windows draw the tabs by calling DrawThemeBackground with partIDs such as TABP_TABITEM, etc. The picture that you posted is the XP theme. The Windows 7 theme is different and it looks like this...
    I checked out the Windows function GetSysColor, but didn't see a way to get that color. Anyway, since the tabs draw differently on XP and Vista/Windows 7, you may not want to use that color in different controls.

  • Portal cookie timeout issue in Tabs within the Browser IE

    Hi Experts,
    We have Portal and Backend configured as SSO.
    Once I logged with Quality Portal ,a ticket is generated, and when I open another tab to login to production portal my quality portal ticket is inconsistent and I get the login screen on applications.
    If I open in a new browser window the issue is not there.
    Hope the cookie generated has the uniqueness for the system but why it is not controlled within TABS of the brower (internet explorer 7).
    Let me know how to override this.
    regards,
    Sethu

    Hi,
    JAVAWS nothing to do with the issue reported.
    Olivier,
    In question to your suggestion, as per note 701205, I'm going to test this parameter 'ume.logon.security.relax_domain.level' to cut which should carry the uniqueness of the system.
    Let me know you tried that parameter and any suggestions on this.
    Regards,
    Sethu

  • Report Tab in Mitigation Control

    Dear Experts,
    Can anyone explain me the purpose/usage of Report Tab in Mitigration Control. I have browsed the forum but could not understand the actual need of this tab as I found different answers.
    Thanks,
    Raj

    HI Raj,
    Access Controls is used as a documental tool for Mitigating Controls, rather than a implementing tool, i.e. you apply the control against the role/user, but the actual application of the control is performed outside of Access Control. This may be realized by running a custom SAP report to monitor the usage of the risky functions within the ECC system etc.
    Access Control allows you to document such reports against the Mitigation Control, so this is the purpose of the tab. Given that GRC 10.0 integrates AC and PC, Mitigating Controls is master data that is shared amongst the different GRC modules, so I get the feeling Process Controls might utilize the "Report" data and check if the reports are being monitored by the control monitor/s at the scheduled frequency etc.

  • Why does Final Cut crash right after I select the effects tab?

    Every time i'm using Final Cut and I select the effects tab the whole thing just crashes. Everything else works fine. I've had the program installed now for over year with very little trouble and now I can't use it without it crashing. I have no idea why it's doing this and if anyone could help that would be rad.
    Every single error message has been this one...
    Process:         Final Cut Pro [2393]
    Path:            /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
    Identifier:      com.apple.FinalCut
    Version:         10.1.2 (249514)
    Build Info:      ProEditor-24951004038000000~1
    App Item ID:     424389933
    App External ID: 593434168
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [155]
    Responsible:     Final Cut Pro [2393]
    User ID:         501
    Date/Time:       2014-07-19 16:03:32.477 -0700
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  3676AE60-6125-CBB0-73BD-9D4817480D43
    Sleep/Wake UUID: 248AB3AC-3D58-4B33-9E01-3E56335A6A70
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** -[__NSArrayM insertObject:atIndex:]: object cannot be nil
    abort() called
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff9779325c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff8f5d0e75 objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff97654487 -[__NSArrayM insertObject:atIndex:] + 951
    3   Flexo                               0x0000000103a1d8b5 -[FFBKEffectLibraryFolder initWithEffectType:genre:isSubcategoryAll:] + 1381
    4   Flexo                               0x00000001037cf9ba -[FFBKEffectLibraryProvider updateBrowserContents:] + 234
    5   Flexo                               0x00000001039064b2 -[FFContentBrowserModule updateBrowserContents:clearSearchString:] + 290
    6   Final Cut Pro                       0x0000000102df2239 -[PEMediaBrowserContainerModule setBrowserMode:] + 377
    7   Final Cut Pro                       0x0000000102dff518 -[PEToolbarModule revealMediaBrowserModeFromTag:] + 264
    8   AppKit                              0x00007fff949b9260 -[NSApplication sendAction:to:from:] + 327
    9   ProKit                              0x00000001030fde31 -[NSProApplication sendAction:to:from:] + 101
    10  Flexo                               0x00000001036d0268 -[FFApplication sendAction:to:from:] + 328
    11  AppKit                              0x00007fff949b90de -[NSControl sendAction:to:] + 86
    12  AppKit                              0x00007fff94a05c4d -[NSCell _sendActionFrom:] + 128
    13  AppKit                              0x00007fff94a3795c -[NSSegmentedCell _sendActionFrom:] + 49
    14  AppKit                              0x00007fff94a1f655 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2316
    15  AppKit                              0x00007fff94a372cd -[NSSegmentedCell trackMouse:inRect:ofView:untilMouseUp:] + 1197
    16  ProKit                              0x000000010318c241 -[NSProSegmentedCell trackMouse:inRect:ofView:untilMouseUp:] + 358
    17  AppKit                              0x00007fff94a1e13d -[NSControl mouseDown:] + 706
    18  AppKit                              0x00007fff9499fa58 -[NSWindow sendEvent:] + 11296
    19  ProKit                              0x00000001031209a4 -[NSProWindow sendEvent:] + 236
    20  AppKit                              0x00007fff9493e5d4 -[NSApplication sendEvent:] + 2021
    21  ProKit                              0x00000001030fed29 -[NSProApplication sendEvent:] + 129
    22  Flexo                               0x00000001036d0514 -[FFApplication sendEvent:] + 548
    23  AppKit                              0x00007fff9478e9f9 -[NSApplication run] + 646
    24  ProKit                              0x00000001030ff5d5 NSProApplicationMain + 333
    25  Final Cut Pro                       0x0000000102dab08b main + 1355
    26  libdyld.dylib                       0x00007fff8ec2c5fd start + 1
    27  ???                                 0x0000000000000001 0x0 + 1
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff8d04e866 __pthread_kill + 10
    1   libsystem_pthread.dylib       0x00007fff9668c35c pthread_kill + 92
    2   libsystem_c.dylib             0x00007fff962eab1a abort + 125
    3   com.apple.Flexo               0x0000000103e65dc2 FFApplicationHandleExceptionThatShouldNotBeIgnored + 354
    4   com.apple.Flexo               0x00000001036d02a5 -[FFApplication sendAction:to:from:] + 389
    5   com.apple.AppKit               0x00007fff949b90de -[NSControl sendAction:to:] + 86
    6   com.apple.AppKit               0x00007fff94a05c4d -[NSCell _sendActionFrom:] + 128
    7   com.apple.AppKit               0x00007fff94a3795c -[NSSegmentedCell _sendActionFrom:] + 49
    8   com.apple.AppKit               0x00007fff94a1f655 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2316
    9   com.apple.AppKit               0x00007fff94a372cd -[NSSegmentedCell trackMouse:inRect:ofView:untilMouseUp:] + 1197
    10  com.apple.prokit               0x000000010318c241 -[NSProSegmentedCell trackMouse:inRect:ofView:untilMouseUp:] + 358
    11  com.apple.AppKit               0x00007fff94a1e13d -[NSControl mouseDown:] + 706
    12  com.apple.AppKit               0x00007fff9499fa58 -[NSWindow sendEvent:] + 11296
    13  com.apple.prokit               0x00000001031209a4 -[NSProWindow sendEvent:] + 236
    14  com.apple.AppKit               0x00007fff9493e5d4 -[NSApplication sendEvent:] + 2021
    15  com.apple.prokit               0x00000001030fed29 -[NSProApplication sendEvent:] + 129
    16  com.apple.Flexo               0x00000001036d0514 -[FFApplication sendEvent:] + 548
    17  com.apple.AppKit               0x00007fff9478e9f9 -[NSApplication run] + 646
    18  com.apple.prokit               0x00000001030ff5d5 NSProApplicationMain + 333
    19  com.apple.FinalCut             0x0000000102dab08b main + 1355
    20  libdyld.dylib                 0x00007fff8ec2c5fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8d04f662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff9739e421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff9739e136 _dispatch_mgr_thread + 52
    Thread 2:: com.apple.ProGL.object-deletion
    0   libsystem_kernel.dylib         0x00007fff8d04e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff9668dc3b _pthread_cond_wait + 727
    2   com.apple.progl.framework     0x0000000105407490 (anonymous namespace)::threadFunc(void*) + 71
    3   com.apple.procore.framework   0x0000000102f2a03f PCThread::startup(void*) + 29
    4   libsystem_pthread.dylib       0x00007fff9668b899 _pthread_body + 138
    5   libsystem_pthread.dylib       0x00007fff9668b72a _pthread_start + 137
    6   libsystem_pthread.dylib       0x00007fff9668ffc9 thread_start + 13
    Thread 3:: MIO Mounting Thread
    0   libsystem_kernel.dylib         0x00007fff8d04e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff9668dc77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff8e46d930 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation           0x00007fff8e4647d8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO         0x0000000104ee0dcd -[PluginLockPair scanPaths] + 189
    5   com.apple.Foundation           0x00007fff8e49c76b __NSThread__main__ + 1318
    6   libsystem_pthread.dylib       0x00007fff9668b899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9668b72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff9668ffc9 thread_start + 13
    Thread 4:: MIO Mounting Thread
    0   libsystem_kernel.dylib         0x00007fff8d04e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff9668dc77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff8e46d930 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation           0x00007fff8e4647d8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO         0x0000000104ee0dcd -[PluginLockPair scanPaths] + 189
    5   com.apple.Foundation           0x00007fff8e49c76b __NSThread__main__ + 1318
    6   libsystem_pthread.dylib       0x00007fff9668b899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9668b72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff9668ffc9 thread_start + 13
    Thread 5:: MIO Mounting Thread
    0   libsystem_kernel.dylib         0x00007fff8d04e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff9668dc77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff8e46d930 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation           0x00007fff8e4647d8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO         0x0000000104ee0dcd -[PluginLockPair scanPaths] + 189
    5   com.apple.Foundation           0x00007fff8e49c76b __NSThread__main__ + 1318
    6   libsystem_pthread.dylib       0x00007fff9668b899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9668b72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff9668ffc9 thread_start + 13
    Thread 6:: MIO Mounting Thread
    0   libsystem_kernel.dylib         0x00007fff8d04e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff9668dc77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff8e46d930 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation           0x00007fff8e4647d8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO         0x0000000104ee0dcd -[PluginLockPair scanPaths] + 189
    5   com.apple.Foundation           0x00007fff8e49c76b __NSThread__main__ + 1318
    6   libsystem_pthread.dylib       0x00007fff9668b899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9668b72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff9668ffc9 thread_start + 13
    Thread 7:: MIO Mounting Thread
    0   libsystem_kernel.dylib         0x00007fff8d04e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff9668dc77 _pthread_cond_wait + 787
    2   com.apple.Foundation           0x00007fff8e46d930 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation           0x00007fff8e4647d8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO         0x0000000104ee0dcd -[PluginLockPair scanPaths] + 189
    5   com.apple.Foundation           0x00007fff8e49c76b __NSThread__main__ + 1318
    6   libsystem_pthread.dylib       0x00007fff9668b899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9668b72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff9668ffc9 thread_start + 13
    Thread 8:: com.apple.dvdplayback-DDPTask
    0   libsystem_kernel.dylib         0x00007fff8d04aa56 semaphore_wait_trap + 10
    1   com.apple.AVCHDPlugin         0x000000012ce49787 semaphore_wait(viona_semaphore_t*) + 39
    2   com.apple.AVCHDPlugin         0x000000012ce54fba WinPortServer::ProcessMessages() + 90
    3   com.apple.AVCHDPlugin         0x000000012ce053d8 0x12cda3000 + 402392
    4   com.apple.AVCHDPlugin         0x000000012ce49d52 ST20Thread::Run(PThreadRunParams*) + 34
    5   libsystem_pthread.dylib       0x00007fff9668b899 _pthread_body + 138
    Thread 9:
    0   libsystem_kernel.dylib         0x00007fff8d04aa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8d049d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff976b5f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff976b5539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff976b4e75 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff9493b05e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff9668b899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9668b72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff9668ffc9 thread_start + 13
    Thread 10:: com.apple.coremedia.scheduledfileio
    0   libsystem_kernel.dylib         0x00007fff8d04e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff9668dc3b _pthread_cond_wait + 727
    2   com.apple.CoreMedia.ProAppsSupport 0x000000010308bc37 WaitOnCondition + 11
    3   com.apple.CoreMedia.ProAppsSupport 0x000000010308ba4b FigSemaphoreWaitRelative + 133
    4   com.apple.CoreMedia.ProAppsSupport 0x0000000103086d0e FigScheduledFileIOThread + 141
    5   com.apple.CoreMedia.ProAppsSupport 0x000000010308c58b figThreadMain + 382
    6   libsystem_pthread.dylib       0x00007fff9668b899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9668b72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff9668ffc9 thread_start + 13
    Thread 11:: com.apple.helium-unit
    0   libsystem_kernel.dylib         0x00007fff8d04e746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff9668e779 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender 0x0000000106e1d202 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib       0x00007fff9668b899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff9668b72a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff9668ffc9 thread_start + 13
    Thread 12:: com.apple.helium-unit
    0   libsystem_kernel.dylib         0x00007fff8d04e746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff9668e779 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender 0x0000000106e1d202 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib       0x00007fff9668b899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff9668b72a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff9668ffc9 thread_start + 13
    Thread 13:: com.apple.helium-unit
    0   libsystem_kernel.dylib         0x00007fff8d04e746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff9668e779 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender 0x0000000106e1d202 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib       0x00007fff9668b899 _pthread_body + 138
    4   libsystem_pthread.dylib       0x00007fff9668b72a _pthread_start + 137
    5   libsystem_pthread.dylib       0x00007fff9668ffc9 thread_start + 13
    Thread 14:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff8d04aa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8d049d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff976b5f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff976b5539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff976b4e75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff8e49c967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation           0x00007fff8e49c76b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib       0x00007fff9668b899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff9668b72a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff9668ffc9 thread_start + 13
    Thread 15:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff8d04e9aa __select + 10
    1   com.apple.CoreFoundation       0x00007fff97701a03 __CFSocketManager + 867
    2   libsystem_pthread.dylib       0x00007fff9668b899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff9668b72a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff9668ffc9 thread_start + 13
    Thread 16:: CVDisplayLink
    0   libsystem_kernel.dylib         0x00007fff8d04e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff9668dc77 _pthread_cond_wait + 787
    2   com.apple.CoreVideo           0x00007fff90097464 CVDisplayLink::waitUntil(unsigned long long) + 244
    3   com.apple.CoreVideo           0x00007fff90096998 CVDisplayLink::runIOThread() + 496
    4   com.apple.CoreVideo           0x00007fff9009678f startIOThread(void*) + 147
    5   libsystem_pthread.dylib       0x00007fff9668b899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff9668b72a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff9668ffc9 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib         0x00007fff8d04ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff9668cf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff9668ffb9 start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib         0x00007fff8d04ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff9668cf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff9668ffb9 start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib         0x00007fff8d04ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff9668cf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff9668ffb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff7bfd0310  rcx: 0x00007fff5ce56f98  rdx: 0x0000000000000000
      rdi: 0x0000000000000707  rsi: 0x0000000000000006  rbp: 0x00007fff5ce56fc0  rsp: 0x00007fff5ce56f98
       r8: 0x0000000008000100   r9: 0x0000000000000000  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00007fff8f5c8080  r13: 0x00007fff7bd22d80  r14: 0x0000000000000006  r15: 0x0000608000c50440
      rip: 0x00007fff8d04e866  rfl: 0x0000000000000206  cr2: 0x0000000102edc048
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x102da8000 -        0x102e75ff7  com.apple.FinalCut (10.1.2 - 249514) <64976423-4D7F-38D6-878F-F0DCCC3314E4> /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
           0x102f0d000 -        0x102ffffff  com.apple.procore.framework (4.0.2 - 24722.0.38) <7AA85946-E7D4-3542-B4EA-59A746D6570D> /Applications/Final Cut Pro.app/Contents/Frameworks/ProCore.framework/Versions/A/ProCore
           0x103069000 -        0x1030b2fff  com.apple.CoreMedia.ProAppsSupport (1.0 - 1273.26) <DDC40274-F169-3E46-8751-48F7D6B5112E> /Applications/Final Cut Pro.app/Contents/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
           0x1030e3000 -        0x10333dff7  com.apple.prokit (8.0 - 5053) <1E45EDB0-9567-3C91-8D17-D53C53EDC6DE> /Applications/Final Cut Pro.app/Contents/Frameworks/ProKit.framework/Versions/A/ProKit
           0x1034b9000 -        0x1046cfff7  com.apple.Flexo (1.0.0 - 24951.4.38) <F50C5CE3-1AFF-3F05-8893-B8C243C6D1B8> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/Flexo
           0x104eb1000 -        0x104f7eff7  com.apple.proapps.MIO (2.0 - 24657.3.38) <947BF6D4-85E8-3FF4-9842-E7EF1F613956> /Applications/Final Cut Pro.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
           0x104ff6000 -        0x105046ff7  com.apple.pro.sharedstudio (1.0 - 24704.4.38) <92C52F93-CD33-31B0-8A4E-726168166B4F> /Applications/Final Cut Pro.app/Contents/Frameworks/StudioSharedResources.framework/Versions/A/StudioSh aredResources
           0x1050a7000 -        0x105218ff7  com.apple.TLKit (1.0 - 24833.6.38) <B3C3B510-6CCB-32C9-92A4-AB80E66511D9> /Applications/Final Cut Pro.app/Contents/Frameworks/TLKit.framework/Versions/A/TLKit
           0x1052d2000 -        0x105371fff  com.apple.LunaKit (1.0 - 24629.0.38) <7235CB07-37E4-3298-8DF2-304ADDD8A3C7> /Applications/Final Cut Pro.app/Contents/Frameworks/LunaKit.framework/Versions/A/LunaKit
           0x1053fd000 -        0x105433ff7  com.apple.progl.framework (1.0 - 24743.0.38) <BE3BD52C-E9B4-3661-818B-5769AC32466C> /Applications/Final Cut Pro.app/Contents/Frameworks/ProGL.framework/Versions/A/ProGL
           0x10546e000 -        0x10559dfef  com.apple.ProAppsFxSupport (4.0.0 - 24918.9.38) <A29B705E-BA45-380C-9677-F775FA000EC6> /Applications/Final Cut Pro.app/Contents/Frameworks/ProAppsFxSupport.framework/Versions/A/ProAppsFxSupp ort
           0x1057fc000 -        0x10593dfff  com.apple.prochannel.framework (4.0.2 - 24784.4.38) <6514C482-7C49-3229-A5C8-EBC992649380> /Applications/Final Cut Pro.app/Contents/Frameworks/ProChannel.framework/Versions/A/ProChannel
           0x105a46000 -        0x105a64fff  com.apple.DeepSkyLite (0.6 - 24845.9.38) <593D26B7-DEB8-3210-94F9-71CDC2C1DF03> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/Frameworks/DeepSkyLite.f ramework/Versions/A/DeepSkyLite
           0x105a7d000 -        0x105ecbfe7  com.apple.VideoToolbox.ProAppsSupport (1.0 - 1273.26) <0B80C615-7F9A-39C3-8472-B889BC6B1CE6> /Applications/Final Cut Pro.app/Contents/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
           0x105f26000 -        0x106241fff  com.apple.MediaToolbox.ProAppsSupport (1.0 - 1273.26) <B67D3F47-D0D4-314E-83AF-E777638A7D0E> /Applications/Final Cut Pro.app/Contents/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
           0x1062ee000 -        0x1062eeff7  com.apple.Helium (3.1.0 - 24803.8.38) <F8CCDA61-5491-3AD4-8597-0359DF5E2587> /Applications/Final Cut Pro.app/Contents/Frameworks/Helium.framework/Versions/A/Helium
           0x1062f6000 -        0x106368ff7  com.apple.proinspector.framework (4.0.2 - 24704.4.38) <DBED5BFD-94E6-3BD6-B3C7-A20FC8FC7CC5> /Applications/Final Cut Pro.app/Contents/Frameworks/ProInspector.framework/Versions/A/ProInspector
           0x1063ca000 -        0x1063f1ff7  com.apple.audio.CoreAudioKit (1.6.6 - 1.6.6) <E6FEB146-1384-3FDE-A9B4-3BC48DCEDC27> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
           0x106411000 -        0x106461fef  com.apple.proshapes.framework (1.0 - 24609.4.38) <463C68D4-A246-35E9-9913-C2BC6B7A816B> /Applications/Final Cut Pro.app/Contents/Frameworks/ProShapes.framework/Versions/A/ProShapes
           0x10649d000 -        0x106596ff7  com.apple.proosc.framework (3.1.0 - 24722.0.38) <9BBB9730-0FA6-34EF-8919-E761E45BAAEA> /Applications/Final Cut Pro.app/Contents/Frameworks/ProOSC.framework/Versions/A/ProOSC
           0x106604000 -        0x106a34ff7  com.apple.vision.FaceCoreEmbedded (3.1.1 - 3.1.1) <97480977-73F8-36D2-9740-4E09A9B4EC1A> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/Frameworks/FaceCoreEmbed ded.framework/Versions/A/FaceCoreEmbedded
           0x106c4e000 -        0x106cc1fff  com.apple.procurveeditor.framework (3.1.0 - 24603.4.38) <01EB309C-FCF0-36CA-B97D-43ABB9E5C64C> /Applications/Final Cut Pro.app/Contents/Frameworks/ProCurveEditor.framework/Versions/A/ProCurveEditor
           0x106d0c000 -        0x106d1ffff  com.apple.TLKEventDispatcher (1.0 - 24833.6.38) <B4532107-76A0-33B1-B4E5-B11C427CEE57> /Applications/Final Cut Pro.app/Contents/Frameworks/TLKEventDispatcher.framework/Versions/A/TLKEventDis patcher
           0x106d34000 -        0x10717bfe7  com.apple.Helium.HeliumRender (2.1.0 - 24803.8.38) <FF856056-E170-3E8E-B24E-5CAE804419D1> /Applications/Final Cut Pro.app/Contents/Frameworks/Helium.framework/Versions/A/Frameworks/HeliumRender .framework/Versions/A/HeliumRender
           0x107294000 -        0x1073ccfe7  com.apple.Helium.Heliumfilters (2.1.0 - 24803.8.38) <121CE99F-A5B2-3B27-BB87-992E820A6DEE> /Applications/Final Cut Pro.app/Contents/Frameworks/Helium.framework/Versions/A/Frameworks/HeliumFilter s.framework/Versions/A/HeliumFilters
           0x107745000 -        0x107a36fff  com.apple.Helium.HeliumSensoCore (2.0.2 - 24803.8.38) <1686037A-C235-3390-92A0-050330FA1B1A> /Applications/Final Cut Pro.app/Contents/Frameworks/Helium.framework/Versions/A/Frameworks/HeliumSensoC ore.framework/Versions/A/HeliumSensoCore
           0x107acd000 -        0x107af8fff  com.apple.FWAVC (403.47 - 47) <20BAF98C-349A-38E1-ACE1-C0838546D248> /System/Library/PrivateFrameworks/FWAVC.framework/Versions/A/FWAVC
           0x107b10000 -        0x107b20fff  com.apple.PluginManager (1.7.4 - 24603.2.38) <CCBD11D1-3EEA-3200-BF38-8E6E0B9D1515> /Applications/Final Cut Pro.app/Contents/Frameworks/PluginManager.framework/Versions/B/PluginManager
           0x107b33000 -        0x107b54fff  com.apple.fxplugframework (2.4 - 24603.2.38) <38195CE8-992D-35DA-B395-4EF00EAA190B> /Applications/Final Cut Pro.app/Contents/Frameworks/FxPlug.framework/Versions/A/FxPlug
           0x10835a000 -        0x1083a6fff  com.apple.CoreMediaIO.FCPX.Lion (407.0 - 4562) <DF12DF2D-1E93-3A66-9C6E-8B36DAF9962B> /Applications/Final Cut Pro.app/Contents/Frameworks/CoreMediaIO.framework/Versions/Current/CoreMediaIO
           0x10a1e6000 -        0x10a1e8fff +net.kineme.StructureTools (0.1 - 20080606) <7F75375C-0E88-4279-0754-0AA90B1EAA24> /Library/Graphics/Quartz Composer Patches/StructureTools.plugin/Contents/MacOS/StructureTools
           0x10bdfb000 -        0x10be01fff +com.Pixlock.C2.ImageUnits (1.0 [2] - 1.0 [2]) <BA66B665-E687-76F3-2E06-CE3A89E12DF2> /Library/Graphics/Image Units/C2 Image Units.plugin/Contents/MacOS/C2 Image Units
           0x10be0a000 -        0x10be5cff7 +com.fxfactory.Units (1.6.7 - 1.6.7) <ACE098CF-56F3-3D10-9C40-877A2D1D6FEC> /Library/Graphics/Image Units/FxFactory Units.plugin/Contents/MacOS/FxFactory Units
           0x10bead000 -        0x10bf2dff7 +com.fxfactory.NIKit (1.4.5 - 1.4.5) <C630706C-9023-3A96-BB31-B4BC9CC8F74C> /Library/Frameworks/NIKit.framework/Versions/A/NIKit
           0x10bfe9000 -        0x10c00afff  com.apple.QuartzComposer.ExtraPatches (4.1 - 319) <2CCE2845-2907-394B-9667-6CAE21D65636> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/Resources/ExtraPatches.plugin/Contents/MacOS/ExtraPatches
           0x10c01f000 -        0x10c05aff2  com.apple.audio.midi.CoreMIDI (1.10 - 88) <1EA92CDE-75AB-354C-99E5-BB5763AF988C> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
           0x10c082000 -        0x10c0a6fff  com.apple.audio.OpenAL (1.7 - 1.7) <5D2366B5-111B-3BDD-AFB3-5770075659F4> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
           0x10c0b8000 -        0x10c0c3ff7 +net.kineme.AudioTools (1.1 - 20120917.1313rexported) <6A3B3BA3-A127-D0A6-BA39-1EDF1CD876D4> /Library/Graphics/Quartz Composer Patches/AudioTools.plugin/Contents/MacOS/AudioTools
           0x10c0cc000 -        0x10c0d3fff +net.kineme.FileTools (0.5 - 20100318.0416r7203) <D0E2B50F-EE3F-4F1B-27F1-54334FBC8672> /Library/Graphics/Quartz Composer Patches/FileTools.plugin/Contents/MacOS/FileTools
           0x10c0e1000 -        0x10c103ff7 +net.kineme.GLTools_NoAlphaBlend (1.6 - 20100310.1619r7174) <0E8B595C-320C-CDEF-6831-5468668F5EF9> /Library/Graphics/Quartz Composer Patches/GLTools_NoAlphaBlend.plugin/Contents/MacOS/GLTools
           0x10c13e000 -        0x10c146ff7  com.apple.Audio.provider (1.0.0 - 24951.4.38) <7CFE06B9-8D78-3424-BA45-50FDA32AF4A3> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/MediaProviders/A udioProvider.fxp/Contents/MacOS/AudioProvider
           0x10c152000 -        0x10c195fef  com.apple.proapps.AppleAVCIntraCodec (1.1.3 - 6604.39) <A02948F3-DC05-3DAE-9D2C-0DD6E27EF9D0> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/AppleAVCIntraCodec.b undle/Contents/MacOS/AppleAVCIntraCodec
           0x10c1a0000 -        0x10c1f1fff  com.apple.proapps.AppleDVCPROHDCodec (1.0.2 - 6337.11) <91175DC7-BB8E-3C3F-9FF7-6CB739EEC502> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/AppleDVCPROHDCodec.b undle/Contents/MacOS/AppleDVCPROHDCodec
           0x10c1fe000 -        0x10c223fe7  com.apple.proapps.AppleIMXCodec (1.0.2 - 6337.11) <690C9346-C59B-31AC-B255-E353FD88268A> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/AppleIMXCodec.bundle /Contents/MacOS/AppleIMXCodec
           0x10c22e000 -        0x10c271fef  com.apple.proapps.AppleIntermediateCodec (1.0.2 - 6337.11) <7F48675F-1660-3334-A7BF-7A8C781211DF> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/AppleIntermediateCod ec.bundle/Contents/MacOS/AppleIntermediateCodec
           0x10c27d000 -        0x10c304ff7  com.apple.proapps.AppleMPEG2Codec (1.0.5 - 6472.33) <6297EC7E-9C70-3ABD-84F8-093601571434> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/AppleMPEG2Codec.bund le/Contents/MacOS/AppleMPEG2Codec
           0x10c312000 -        0x10c41ff9f  com.apple.proapps.AppleProResCodecEmbedded (1.0.5 - 6669.39) <F2B3C622-DD77-37C4-B5D7-599C67EC2C23> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/AppleProResCodecEmbe dded.bundle/Contents/MacOS/AppleProResCodecEmbedded
           0x10c430000 -        0x10c43eff7  com.apple.proapps.AppleUncompressedCodec (1.0.2 - 6337.11) <BA574384-C087-3330-AD81-75F081491230> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/AppleUncompressedCod ec.bundle/Contents/MacOS/AppleUncompressedCodec
           0x10c448000 -        0x10c44dff7  com.apple.proapps.AppleCMQTAdapterCodec (1.0 - 1) <6942074A-7E60-343D-A74B-31188F474667> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/PlugIns/Apple CMQTAdapterCodec.bundle/Contents/MacOS/AppleCMQTAdapterCodec
           0x10c455000 -        0x10c55dff7  com.apple.AECore (4.1.2 - 303) <AA1CDE77-134D-37F9-9C37-80053CB7B851> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/AE Core.framework/Versions/A/AECore
           0x10c5d0000 -        0x10c5f2fff  com.apple.FxPlug.provider (1.0.0 - 24951.4.38) <C62E3902-B479-3CE0-B07C-ABEB6E5586F7> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/MediaProviders/F xPlugProvider.fxp/Contents/MacOS/FxPlugProvider
           0x10c60a000 -        0x10c89dff7  com.apple.Motion.effect (5.0.0 - 24951.4.38) <DB5DABF4-84DA-3827-8A85-97C5A22B5B3D> /Applications/Final Cut Pro.app/Contents/PlugIns/MediaProviders/MotionEffect.fxp/Contents/MacOS/MotionE ffect
           0x10c8ee000 -        0x10d28afff  com.apple.ozone.framework (5.0.0 - 24951.4.38) <6F21C46A-068F-3D76-8187-C02CA174DD93> /Applications/Final Cut Pro.app/Contents/Frameworks/Ozone.framework/Versions/A/Ozone
           0x10d7ae000 -        0x10d7e3fff  com.apple.ProGraphics (5.0.0 - 24951.4.38) <428C16D3-AC5C-3E1A-BEC0-2C039FB6FFE0> /Applications/Final Cut Pro.app/Contents/Frameworks/ProGraphics.framework/Versions/A/ProGraphics
           0x10d809000 -        0x10de02fff  com.apple.motion.TextFramework (5.1.1 - 24951.4.38) <05ED3544-6CB0-3763-AAAD-DE6BA1E902AB> /Applications/Final Cut Pro.app/Contents/Frameworks/TextFramework.framework/Versions/A/TextFramework
           0x10df7a000 -        0x10e0c6ff7  com.apple.Lithium (5.0.0 - 24799.0.38) <7B7288C7-41B1-359B-8F63-54CEAC6601CD> /Applications/Final Cut Pro.app/Contents/Frameworks/Lithium.framework/Versions/A/Lithium
           0x10e147000 -        0x10e222ff7  org.python.python (2.6.8 - 2.6.8) <1A91D8F4-BF9E-36A6-85C4-A00166DD6268> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
           0x10e283000 -        0x10e294fff  com.apple.RetimingMath (5.0.0 - 24951.4.38) <514A3CC9-9621-3C1A-B03B-5ACE79C932E9> /Applications/Final Cut Pro.app/Contents/Frameworks/RetimingMath.framework/Versions/A/RetimingMath
           0x10e2a9000 -        0x10e358ff7  com.apple.ProMedia (5.0.0 - 24951.4.38) <E9822E2D-FE65-3FED-8E4A-067F5992AC75> /Applications/Final Cut Pro.app/Contents/Frameworks/ProMedia.framework/Versions/A/ProMedia
           0x10e3d1000 -        0x10e43ffff  com.apple.proapps.AudioMixEngine (2.0 - 68) <965047FF-5375-37F3-9CFE-06BC72F213F3> /Applications/Final Cut Pro.app/Contents/Frameworks/Ozone.framework/Versions/A/Frameworks/AudioMixEngin e.framework/Versions/A/AudioMixEngine
           0x10e87c000 -        0x10e889ff7  com.apple.pluginkit.framework (1.0 - 1) <8DC8FED5-37E9-3A35-B333-7379765D5D34> /Applications/Final Cut Pro.app/Contents/Frameworks/FxPlug.framework/Versions/A/Frameworks/PlugInKit.fr amework/PlugInKit
           0x10e89b000 -        0x10e945ff7 +com.fxfactory.FxPlugEmbedded (4.1.7 - 4.1.7) <DE84AD48-654A-338E-94F3-0E85B9AF77AF> /Applications/FxFactory.app/Contents/PlugIns/FxFactory.pluginkit/Contents/PlugI ns/FxFactory.fxplug/Contents/MacOS/FxFactory
           0x10e9fd000 -        0x10eca9fef  com.apple.motion.filters (4.0.2 - 24877.9.38) <6D575F6B-BAD6-3455-91F5-FE9628C4F47E> /Applications/Final Cut Pro.app/Contents/PlugIns/FxPlug/InternalFilters.app/Contents/PlugIns/InternalFi ltersXPC.pluginkit/Contents/PlugIns/Filters.bundle/Contents/MacOS/Filters
           0x10ee0d000 -        0x10ee14fff  com.apple.filter.PAECIAdaptor (1.0 - 24877.9.38) <246AFBE4-EEAE-3F24-A160-CE543271F66A> /Applications/Final Cut Pro.app/Contents/PlugIns/FxPlug/PAECIAdaptor.fxplug/Contents/MacOS/PAECIAdaptor
           0x10ee1d000 -        0x10ee1ffff +com.fxfactory.FxPlugLoader (4.1.7 - 4.1.7) <93CCAEE2-4241-3F73-A098-A66EF15E72FF> /Library/Plug-Ins/*/FxFactoryLoader
           0x10efa7000 -        0x10efdafff +com.pixlock.fx.Lock&Load.fcpx (1.1.0 [59] - 1.1.0 [59]) <A1891B15-6041-56E0-7EC0-F80C380256D7> /Library/Plug-Ins/*/Lock & Load FCP X
           0x10f097000 -        0x10f097fff +cl_kernels (???) <A467A1F5-DDDC-4B2F-9905-D81EA74308C9> cl_kernels
           0x10f101000 -        0x10f101feb +cl_kernels (???) <E49F6CA5-98F5-4AA1-8D8A-DF4D59233030> cl_kernels
           0x10f12f000 -        0x10f284ff7  com.apple.motion.filtersLegacyPath (4.0.2 - 24877.9.38) <DDDD2789-409E-389E-8DF9-97E20CFA89C7> /Applications/Final Cut Pro.app/Contents/PlugIns/FxPlug/FiltersLegacyPath.bundle/Contents/MacOS/Filters LegacyPath
           0x10f302000 -        0x10f3adfff +com.pixlock.VTwinFx.FxPlug (2.6.3 [187] - 2.6.3 [187]) <1068FE04-6F91-CEBA-2401-6D54CDDFF59F> /Library/Plug-Ins/*/VTwinFx
           0x11cea0000 -        0x11d056ff7  com.apple.motion.Behaviors (5.0.0 - 24951.4.38) <F25E34BF-6499-3D4F-AFA9-4E58D61FAF37> /Applications/Final Cut Pro.app/Contents/Frameworks/Ozone.framework/Versions/A/PlugIns/Behaviors.ozp/Co ntents/MacOS/Behaviors
           0x11d1ae000 -        0x11d205ff7  com.apple.Bloodhound (5.0.0 - 24951.4.38) <34FB34D9-8FA6-3DAD-8F20-5BB886392777> /Applications/Final Cut Pro.app/Contents/Frameworks/Bloodhound.framework/Versions/A/Bloodhound
           0x11d238000 -        0x11d23cfff  com.apple.agl (3.2.3 - AGL-3.2.3) <9851E4CC-DA6B-3AF4-9B06-61BAC289572D> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x11d243000 -        0x11d245fff  com.apple.music.apps.common.resources (9.1.0 - 279.8) <23D4E4F4-2B65-35EC-A769-A3B41E08C415> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/common.res/Contents/MacOS/common
           0x11d24b000 -        0x11d24dfff  com.apple.music.apps.efx.resources (9.1.0 - 279.8) <4488AA11-FAC9-3159-8716-520CEC942521> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/efx.res/Contents/MacOS/efx
           0x11d253000 -        0x11d255fff  com.apple.music.apps.egt.resources (9.1.0 - 279.8) <80D3ACD3-A2F1-313A-A573-B39109A05CA4> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/egt.res/Contents/MacOS/egt
           0x11d25b000 -        0x11d25dfff  com.apple.music.apps.evb3.resources (9.1.0 - 279.8) <41ECA813-AC80-3D76-A88B-9DD3C3B906ED> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/evb3.res/Contents/MacOS/evb3
           0x11d263000 -        0x11d265fff  com.apple.music.apps.evd6.resources (9.1.0 - 279.8) <67BFABD2-C708-35DB-B05B-828A59784910> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/evd6.res/Contents/MacOS/evd6
           0x11d31d000 -        0x11d504ff7  com.apple.motion.Particles (5.0.0 - 24951.4.38) <75DE846F-15AC-34E9-B4E9-8DE578D7A9AC> /Applications/Final Cut Pro.app/Contents/Frameworks/Ozone.framework/Versions/A/PlugIns/Particles.ozp/Co ntents/MacOS/Particles
           0x11d65d000 -        0x11d670ff7  com.apple.motion.Text (5.0.0 - 24951.4.38) <B2D03A95-750A-361F-B870-A576A7B8A4C8> /Applications/Final Cut Pro.app/Contents/Frameworks/Ozone.framework/Versions/A/PlugIns/Text.ozp/Content s/MacOS/Text
           0x11d68e000 -        0x11d6c4fff  com.apple.proapps.flexo.AudioEffects (1.0.0 - 24951.4.38) <E6448F9D-1222-3572-933C-429CF79FC05D> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/AudioEffec ts.component/Contents/MacOS/AudioEffects
           0x11d6da000 -        0x11d6fcfff  com.apple.EDEL (2.5 - 567.11) <8BDD62B3-3C40-37BC-A7E3-008DCD2AF6D7> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/MacOS/EDEL
           0x11d710000 -        0x11d78bff7  com.apple.music.apps.MACore (9.1.0 - 475.15) <157855EA-54BD-3DFB-9B07-2784ECFBC21B> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Frameworks/MACore.framework/Versions/A/MACore
           0x11d7c8000 -        0x11db1ffff  com.apple.music.apps.MADSP (9.1.0 - 586.17) <5E2E4DB8-1426-3886-984E-443D3208A6F4> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
           0x11de90000 -        0x11df30ff7  com.apple.music.apps.MAFiles (9.1.0 - 143.14) <CB2F0770-F025-368F-9E86-A1C16EA845BD> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
           0x11df65000 -        0x11dfa4fff  com.apple.music.apps.MAHarmony (9.1.0 - 198.11) <02593B67-F594-3791-90A6-29049A119920> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
           0x11dfb7000 -        0x11e415ff7  com.apple.music.apps.MAPlugInGUI (9.1.0 - 423.13) <82DDEB03-1520-3C03-B207-CBE459E5E4BA> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
           0x11edef000 -        0x11edf1fff  com.apple.music.apps.evoc.resources (9.1.0 - 279.8) <9E9F68E1-09BE-3D4C-BADA-DED1CCFD1C10> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/evoc.res/Contents/MacOS/evoc
           0x11edf7000 -        0x11edf9fff  com.apple.music.apps.evp88.resources (9.1.0 - 279.8) <C59566F5-79D9-34D3-813E-3B7FC62F83ED> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/evp88.res/Contents/MacOS/evp88
           0x11edff000 -        0x11ee01ff7  com.apple.music.apps.mutapdel.resources (9.1.0 - 279.8) <7BE47C4F-058F-3765-93EC-D5F9C525FA27> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/mutapdel.res/Contents/MacOS/mutapdel
           0x11ee07000 -        0x11ee09fff  com.apple.music.apps.sphere.resources (9.1.0 - 279.8) <487797D8-49D8-31E5-8ECA-95DB2171829E> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/sphere.res/Contents/MacOS/sphere
           0x11ee0f000 -        0x11ee12fff  libspindump.dylib (161.2) <E16E9BFB-8F34-366F-BE10-48993F5843BC> /usr/lib/libspindump.dylib
           0x12cd0e000 -        0x12cd16ff7  com.apple.ArchiveRADPlug (1.0 - 1045.6.11) <BEE989E0-5931-39B2-8491-FDBB73E024EA> /Applications/Final Cut Pro.app/Contents/PlugIns/RADPlugins/Archive.RADPlug/Contents/MacOS/Archive
           0x12cda3000 -        0x12cf99fff  com.apple.AVCHDPlugin (2.1.0 - 1077.4.39) <05DF38F2-78D2-33CD-A703-4D3FC2FE355D> /Applications/Final Cut Pro.app/Contents/PlugIns/RADPlugins/AVCHD.RADPlug/Contents/MacOS/AVCHD
           0x12d105000 -        0x12d2f5fff  com.apple.MPEG2RADPlug (1.0 - 1073.7.35) <AF037D91-C162-3742-BDC6-4A5E1F272ACC> /Applications/Final Cut Pro.app/Contents/PlugIns/RADPlugins/MPEG2.RADPlug/Contents/MacOS/MPEG2
           0x12d45f000 -        0x12d46fff7  com.apple.MPEG4RADPlug (1.0 - 1076.2.39) <FB458C7F-E0ED-3D64-852A-C7DCE2DAA646> /Applications/Final Cut Pro.app/Contents/PlugIns/RADPlugins/MPEG4.RADPlug/Contents/MacOS/MPEG4
           0x12d47e000 -        0x12d570ff7  com.apple.mobiledevice (710.5.73 - 710.5.73) <27761366-7A69-3245-8C37-E408BEF5B4FB> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevic e
           0x12d658000 -        0x12d684ff7  com.apple.P2Plugin (2.0.0 - 1022.8.97) <412805EC-6B8F-3EE7-AA14-C01F16B45D3F> /Applications/Final Cut Pro.app/Contents/PlugIns/RADPlugins/P2.RADPlug/Contents/MacOS/P2
           0x12d813000 -        0x12d81afff  com.apple.iLMBAperturePlugin (2.8.3 - 390.6) <89C582D7-14E9-3486-96B1-C10E8F6666A7> /Library/Application Support/iLifeMediaBrowser/*/iLMBAperturePlugin
           0x12d82a000 -        0x12d8b5fff  com.apple.cmio.DAL.ACD (7.0 - 7.0) <8EC839B0-E3DA-375A-9516-8F67D8254D0F> /Applications/Final Cut Pro.app/Contents/PlugIns/FCP-DAL/ACD.plugin/Contents/MacOS/ACD
           0x12e43a000 -        0x12e460ffb  com.apple.cmio.DAL.VDC-4.FCPX.Lion (407.0 - 4562) <0990D19F-A9E7-36E7-8A5C-26D1C13B1912> /Applications/Final Cut Pro.app/Contents/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents /MacOS/VDC
           0x13bf08000 -        0x13bf0cffd  com.apple.audio.AppleHDAHALPlugIn (2.6.3 - 2.6.3f4) <2EB88B27-FA19-3C0C-AA06-7FB8BC56694E> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x13bf94000 -        0x13c0e7fff  com.apple.iLMBAperture31Plugin (2.8.3 - 390.6) <20AD601E-DA5B-306B-8431-ACF69BBBF2F8> /Library/Application Support/iLifeMediaBrowser/*/iLMBAperture31Plugin
           0x13c528000 -        0x13c6c3ff7  com.apple.iLMBAperturePlugin2012 (2.8.3 - 390.6) <BE27EB85-820C-3458-A06D-6AF9B802D601> /Library/Application Support/iLifeMediaBrowser/*/iLMBAperturePlugin2012
           0x13c7b9000 -        0x13c7b9ff7  com.apple.iLMBAppDefPlugin (2.8.3 - 390.6) <AFD65854-DD9E-32A1-BA0D-999679FF0943> /Library/Application Support/iLifeMediaBrowser/*/iLMBAppDefPlugin
           0x13c7bd000 -        0x13c7c5ff7  com.apple.iLMBFinalCutPlugin (2.8.3 - 390.6) <9A0EE703-77F3-37E7-A596-4ECCAFC32203> /Library/Application Support/iLifeMediaBrowser/*/iLMBFinalCutPlugin
           0x13c7cc000 -        0x13c7cdff7  com.apple.iLMBFolderPlugin (2.8.3 - 390.6) <CDF7EF29-0E6D-32F0-B871-08CB77ABB312> /Library/Application Support/iLifeMediaBrowser/*/iLMBFolderPlugin
           0x13c7d2000 -        0x13c7d5ff7  com.apple.iLMBGarageBandPlugin (2.8.3 - 390.6) <88DD9F4B-2FCF-329A-947A-790AC39B8C61> /Library/Application Support/iLifeMediaBrowser/*/iLMBGarageBandPlugin
           0x13c7da000 -        0x13c7e4fff  com.apple.iLMBiMoviePlugin (2.8.3 - 390.6) <EBDECD8B-304E-3B8A-967C-E1CA5F8D0859> /Library/Application Support/iLifeMediaBrowser/*/iLMBiMoviePlugin
           0x13c7ec000 -        0x13c7fdfff  com.apple.iLMBiPhoto8Plugin (2.8.3 - 390.6) <2FAB9167-57A9-39CB-AB7F-1194FF3B713D> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhoto8Plugin
           0x13c808000 -        0x13c95dfff  com.apple.iLMBiPhoto9Plugin (2.8.3 - 390.6) <C9B12E11-96C6-31BE-A5D5-B0CB76348941> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhoto9Plugin
           0x13c9df000 -        0x13c9e6ff7  com.apple.iLMBiPhotoPlugin (2.8.3 - 390.6) <74D332C6-CCD6-3C9D-8373-E1DC7C18E06F> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhotoPlugin
           0x13c9ed000 -        0x13cb89fff  com.apple.iLMBiPhotoPlugin2012 (2.8.3 - 390.6) <13105EBE-D2C6-35F4-9E77-F06B2332FC72> /Library/Application Support/iLifeMediaBrowser/*/iLMBiPhotoPlugin2012
           0x13cc2f000 -        0x13cc35ff7  com.apple.iLMBiTunesPlugin (2.8.3 - 390.6) <7436C0CF-8A98-308B-9024-06349DC8185E> /Library/Application Support/iLifeMediaBrowser/*/iLMBiTunesPlugin
           0x13cc3c000 -        0x13cce0ff7  com.apple.iTunesAccess (11.3 - 11.3) <5859F9BD-9269-30E2-9C23-E46C7BA9D0BE> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
           0x13cd0f000 -        0x13cd12ff7  com.apple.iLMBLogicPlugin (2.8.3 - 390.6) <E37BCC93-387C-3F3D-9D76-C082CA6D8F46> /Library/Application Support/iLifeMediaBrowser/*/iLMBLogicPlugin
           0x13cd17000 -        0x13cd18fff  com.apple.iLMBMoviesFolderPlugin (2.8.3 - 390.6) <ECC259DF-ED2E-370B-A021-8886916FA382> /Library/Application Support/iLifeMediaBrowser/*/iLMBMoviesFolderPlugin
           0x13cd1d000 -        0x13cd1ffff  com.apple.iLMBPhotoBooth2Plugin (2.8.3 - 390.6) <8EC1CEFB-5E49-3942-A60A-366F9B5BEBBF> /Library/Application Support/iLifeMediaBrowser/*/iLMBPhotoBooth2Plugin
           0x13cd24000 -        0x13cd25fff  com.apple.iLMBPhotoBoothPlugin (2.8.3 - 390.6) <B16051A0-3551-3F1A-A2B2-0A11209BFD66> /Library/Application Support/iLifeMediaBrowser/*/iLMBPhotoBoothPlugin
           0x13d0b9000 -        0x13d19ffef  unorm8_bgra.dylib (2.3.58) <280D6FDD-8CA5-36EC-9EA1-D7DC09598E20> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x13d1e1000 -        0x13d2c6fe7  unorm8_argb.dylib (2.3.58) <7B4A2580-C169-3ABC-8F62-B766914C59DD> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_argb.dylib
           0x13f3d1000 -        0x13f5c7fff  com.apple.audio.codecs.Components (4.0 - 4.0) <604485EE-4446-308F-9460-0A6CE9C2D98C> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
           0x13f6d9000 -        0x13f8aafff  com.apple.audio.units.Components (1.10 - 1.10) <F74A9407-DDB5-3C4F-A051-47643871ED93> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x13fb02000 -        0x13fbafff7  com.apple.AppleGVAFramework (7.1.18 - 7.1.18) <46F2368C-5955-3423-BEF4-1D6B06A849F2> /System/Library/PrivateFrameworks/AppleGVA.framework/AppleGVA
           0x13ffbf000 -        0x1400f5fff  com.apple.AppleIntelHD4000GraphicsVADriver (8.28.30 - 8.2.8) <F2F1F53D-CCB1-3557-AB99-F62BD19B7A96> /System/Library/Extensions/AppleIntelHD4000GraphicsVADriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsVADriver
           0x1407d4000 -        0x1407d7fff  AppleIntelIVBVA (8.28.30) <B3BD343A-4BF0-3A3E-9D5D-A0F2D28B5030> /System/Library/Extensions/AppleIntelIVBVA.bundle/Contents/MacOS/AppleIntelIVBV A
        0x123400000000 -     0x12340047bff7  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.28.30 - 8.2.8) <348EFC98-A497-36C3-8AEB-6E33BA34EEB5> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsGLDriver
        0x7fff6be87000 -     0x7fff6beba817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
        0x7fff89b81000 -     0x7fff89bcdffe  com.apple.CoreMediaIO (408.0 - 4570) <72371044-3FF2-3538-8EE1-C7C20F7C60A0> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff89bce000 -     0x7fff89c15fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff89c16000 -     0x7fff89c6ffff  libTIFF.dylib (1043) <D7CAE68F-6087-3B40-9CB8-EC6DB47BF877> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff89c70000 -     0x7fff8a0a3ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff8a0a4000 -     0x7fff8a0f5ff7  com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <BE13E840-FB45-3BC2-BCF5-031629754FD5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8a0f6000 -     0x7fff8a0fcff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff8a159000 -     0x7fff8a180ff7  com.apple.shortcut (2.6 - 2.6) <A62BC973-6782-3893-B014-EC6503AB7EAD> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff8a181000 -     0x7fff8a236ffb  com.apple.MapKit (1.0 - 1205.7.4) <2C6ABEC8-7676-374E-A43A-3DD0786D3D84> /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit
        0x7fff8a237000 -     0x7fff8a3a5ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8a3a6000 -     0x7fff8a3a6ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
        0x7fff8a3a7000 -     0x7fff8a3a7fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8a3a8000 -     0x7fff8a3edff6  com.apple.HIServices (1.23 - 468) <5970AF5C-F5BD-3B6A-97C9-95B2CA98D71D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8a3ee000 -     0x7fff8a430ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff8a431000 -     0x7fff8a431ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8a456000 -     0x7fff8a468fff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8a469000 -     0x7fff8a4eafff  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8a4f2000 -     0x7fff8a537fff  libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib
        0x7fff8a538000 -     0x7fff8a567fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff8a568000 -     0x7fff8a56aff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff8a56e000 -     0x7fff8a577ffd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8a578000 -     0x7fff8a63aff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8a652000 -     0x7fff8a6c5fff  com.apple.securityfoundation (6.0 - 55122.3) <8575DF7A-EC79-3FCE-A737-7512363A5B12> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8a6c6000 -     0x7fff8a6f7fff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8a6f8000 -     0x7fff8a952ff9  com.apple.security (7.0 - 55471.14.8) <EA03E140-2509-3A07-8440-2DC97C0D478B> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8a953000 -     0x7fff8a953fff  com.apple.Carbon (154 - 157) <4E260C09-78F4-305B-B408-13321CAF6213> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8a954000 -     0x7fff8a95dffb  libCGInterfaces.dylib (271) <68EFBEFE-7506-3235-99A2-5B69EDBFD7B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/Resources/libCGInterfaces.dylib
        0x7fff8a95e000 -     0x7fff8ac08ff5  com.apple.HIToolbox (2.1.1 - 698) <A388E773-AE7B-3FD1-8662-A98E6E24EA16> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8ac09000 -     0x7fff8ac09fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8ac0a000 -     0x7fff8ac0efff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff8ac0f000 -     0x7fff8ac6efff  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8ac6f000 -     0x7fff8acbafff  com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8acbb000 -     0x7fff8ad0cfff  com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8ad0d000 -     0x7fff8ad1bfff  com.apple.opengl (9.6.1 - 9.6.1) <B22FA400-5824-36AF-9945-5FEC31995A0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8ad1c000 -     0x7fff8ad2cffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff8ad2d000 -     0x7fff8ad2ffff  com.apple.marco (10.0 - 1000) <FC7EF8C7-5EDF-3720-BAEC-281F12A7A3F8> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
        0x7fff8ade6000 -     0x7fff8adfdfff  com.apple.ScriptingBridge (1.3.1 - 63) <CE24DD07-7A89-3105-AE57-A1BED0189292> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
        0x7fff8ae01000 -     0x7fff8ae8dff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8ae8e000 -     0x7fff8aea4fff  com.apple.CoreMediaAuthoring (2.2 - 947) <F1886A05-1C29-3F88-88C0-4A1013530AD1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
     

    I hear you. Man, that really *****. Apple... I hope you're listening...
    They need to make me a part of their pro software management squad. I'd get them bugs worked out in weeks, not years. I hope someone in this forum has an alternative solution for the both of us!
    Peace.

  • WAD: Selecting the default tab programatically

    Hi Experts,
    I am currently developing a Web Report in WAD and have stumbled into a barrier. I have two layer of tabs, the first layer is:
    Tab 1 | Tab 2 | Tab 3
    The second layer sits within Tab 2 and is:
    Tab 2a | Tab 2b | Tab 2c
    When I setup the second layer of tabs I select Tab 2a as the default tab to be loaded as this is the tab used by the Executive users. However, I would like to change the default tab that is being used to Tab 2b when a different user logs in.
    I already have the JavaScript code required to find out what type of user has logged in but I am unsure how to use JavaScript to select Tab 2b when a user clicks on Tab 2 in the first layer of tabs.
    Is there any command and / or custom JavaScript that could be used to open Tab 2b when Tab 2 is clicked even though Tab 2a is set as default in WAD?
    Thanks and Kind Regards,
    Ale

    Joerg22 wrote:
    Here we are! One of our experts.Not really. The true experts hardly visit the Swing forum, soI thought I'd give it my best shot.
    Darryl, would you be so kind and translate your regex in written words?I'll do my best. But first, your specific queries.
    In particular two things are obscure to me:
    1. I understand that it looks for a line start or \n, but should not process (negative look ahead) at a line end.
    Why is looking for \n still necessary?Not a line start. The start of the String. See the documentation for Pattern#MULTILINE:
    In multiline mode the expressions ^ and $ match just after or just before, respectively, a line terminator or the end of the input sequence. By default these expressions only match at the beginning and the end of the entire input sequence.
    2. The second parameter in String.replaceAll(...) is just a string, but still you seem to use regex code there as well. (What do $0 and $1 stand for?)The matching group 0 matches the entire regex and 1, 2, 3 ... the capturing groups.
    So, in plain English: Match (the start of the String OR a newline) when not followed by the end of the String. Replace with what was found, plus a tab character.
    (note: $1 in the first sample to match whatever corresponded to the expression in the first parens. $0 in the second to match the total sequence, as parens were not used.)
    Try this silly example:String input = "TI? GO";
    String regex = "([A-Z ?])([A-Z ?])([A-Z ?])([A-Z ?])([A-Z ?])([A-Z ?])";
    System.out.println(input.replaceAll(regex, "$5$6$1$4$2$1$3"));Learning resources: The Java&#8482; Tutorials: [Regular Expressions|http://java.sun.com/docs/books/tutorial/essential/regex/index.html]
    Regular Expression Tutorial: [Learn How to Use and Get The Most out of Regular Expressions|http://www.regular-expressions.info/tutorial.html]
    db

  • Safari signs me out of a web page each time I open a new tab within a web page I am already signed in to

    How can I stop Safari from signing me out of a web page each time I open a new tab within a web page I am already signed in to?
    This is very annoying, how can I stop this??

    Extensions.
    1. Empty Caches
        Safari > Preference > Advanced
        Checkmark the box for "Show Develop menu in menu bar".
        Develop menu will appear in the Safari menu bar.
        Click Develop and select "Empty Caches" from the dropdown.
    2. Delete Cookies
        Safari > Preferences > Privacy > Cookies and other website data:
        Click “Remove All Website Data”.

  • I recently upgraded to 10.6.7 and Safari 5.05. Safari now has a long load time when you initially boot it up and when selecting a new tab. Other than that it works fine. What can I do ?

    I recently upgraded to 10.6.7 and Safari 5.05. Safari now has a long load time when you initially boot it up and when selecting a new tab. Other than that it works fine. What can I do ?

    Check Safari / Preferences - Extensions. If you have any installed, turn that off, relaunch Safari.
    If it's not Extensions, check for third party Safari add ons.
    http://support.apple.com/kb/TS3230?viewlocale=en_US

Maybe you are looking for

  • Avc-intra ingesting problem ou may be just confusion....

    I'm using this new HPX-300 with the AVC-INTRA 100 codec. And when i import the content using log and transfer (final cut 7!!!) with avc-intra native plug-in, all that, to apple ProRes 422 hq compression the size of the video is like 14 mb/s is that r

  • Document Path Query

    Hi All Can Someone please supply me with a query to tract the path of a AP ducment from the PO up to the invoice. Thanks alot

  • MP3 Burn CD Problem

    I have numerous playlists in my iTunes library now (all MP3 files, not AAC), and I set about to burn one playlist onto an MP3 CD (it was a CD-RW; they're supposed to be compatible). The playlist was less than the maximum of 700 MB (I believe the play

  • Cannot add patch 122231-01 (SunUC)

    A few days ago Sun announced the following: (https://updates.sun.com) Important Notice: Sun Update Connection is updating the certificates we use to secure our communication channels. To ensure continued service, you will need to apply a special soft

  • CAN ANYONE IDENTIFY A PHONE FOR ME

    Hi Folks There's a clip of a nokia phone that I have never seen before and would like to know which phone it is PM me if you're game. Can't post the link here. Cheers Hit Kudos if I Helped out. Nokia 3310-> 8810->N95->N95 8Gb-> Nokia N97 Black v21.0.