Can you programatically detect that a form has been called by another form?

Can you programatically detect that a form has been called by another form using Open_Form?
When closing a form I want to do one thing if it was opened stand-alone and another thing if it was called using Open_Form by another form.
Thanks in advance.

Maybe, Tony, also
GET_APPLICATION_PROPERTY built-in ; it can
be used to retrieve information about the calling (parent) and called
form (child).
The following example describes a way to perform a query on the child form
using a value from the parent form; if the form is a child form, it first
executes a query, otherwise the form goes into insert mode automatically.
          WHEN-NEW-FORM-INSTANCE
          ======================
          BEGIN
               :GLOBAL.APP_NAME := GET_APPLICATION_PROPERTY(CALLING_FORM);
               IF :GLOBAL.APP_NAME IS NOT NULL THEN
                    EXECUTE_QUERY;
               END IF;
          END;Regards

Similar Messages

  • How to know that a method has been called and returning value of a method

    Hi, everyone! I have two questions. One is about making judgment about whether a method has been called or not; another one is about how to return "String value+newline character+String value" with a return statement.
    Here are the two original problems that I tried to solve.
    Write a class definition of a class named 'Value' with the following:
    a boolean instance variable named 'modified', initialized to false
    an integer instance variable named 'val'
    a constructor accepting a single paramter whose value is assigned to the instance variable 'val'
    a method 'getVal' that returns the current value of the instance variable 'val'
    a method 'setVal' that accepts a single parameter, assigns its value to 'val', and sets the 'modified' instance variable to true, and
    a boolean method, 'wasModified' that returns true if setVal was ever called.
    And I wrote my code this way:
    public class Value
    boolean modified=false;
    int val;
    public Value(int x)
    {val=x;}
      public int getVal()
      {return val;}
       public void setVal(int y)
        val = y;
        modified = true;
         public boolean wasModified()
          if(val==y&&modified==true)
          return true;
    }I tried to let the "wasModified" method know that the "setVal" has been called by writing:
    if(val==y&&modified==true)
    or
    if(x.setVal(y))
    I supposed that only when the "setVal" is called, the "modified" variable will be true(it's false by default) and val=y, don't either of this two conditions can prove that the method "setVal" has been called?
    I also have some questions about the feedback I got
    class Value is public, should be declared in a file named Value.java
    public class Value
    cannot find symbol
    symbol  : variable y
    location: class Value
    if(val==y&&modified==true)
    *^*
    *2 errors*
    I gave the class a name Value, doesn't that mean the class has been declared in a file named Value.java*?
    I have declared the variable y, why the compiler cann't find it? is it because y has been out of scale?
    The other problem is:
    Write a class named  Book containing:
    Two instance variables named  title and  author of type String.
    A constructor that accepts two String parameters. The value of the first is used to initialize the value of  title and the value of the second is used to initialize  author .
    A method named  toString that accepts no parameters.  toString returns a String consisting of the value of  title , followed by a newline character, followed by the value of  author .
    And this is my response:
    public class Book
    String title;
    String author;
      public Book(String x, String y)
       { title=x; author=y; }
       public String toString()
       {return title;
        return author;
    }I want to know that is it ok to have two return statements in a single method? Because when I add the return author; to the method toString, the compiler returns a complain which says it's an unreachable statement.
    Thank you very much!

    Lets take this slow and easy. First of all, you need to learn how to format your code for readability. Read and take to heart
    {color:0000ff}http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html{color}
    Now as to your first exercise, most of it is OK but not this:   public boolean wasModified()
          if (val == y && modified == true)
                return true;
    y being a parmeter to the setValue method exists only within the scope of that method. And why would you want to test that anyways? If modified evaluates to true, that's all you need to know that the value has been modified. So you could have   public boolean wasModified()
          if (modified == true)
                return true;
       }But even that is unnecessarily verbose, as the if condition evaluates to true, and the same is returned. So in the final analysis, all you need is   public boolean wasModified()
          return modified;
       }And a public class has to be declared in a file named for the class, yes.
    As for your second assignment, NO you cannot "return" two variables fom a method. return means just that: when the return statement is encountered, control returns to the calling routine. That's why the compiler is complaining that the statement following the (first) return statement is unreachable.
    Do you know how to string Strings together? (it's called concatenation.) And how to represent a newline in a String literal?
    db

  • Just downgraded back to iTunes 10.7 and copied music from ipod classic to itunes using houdini, but how do i copy the playlists from the ipod when itunes says that my ipod has been synced to another itunes library?

    Just downgraded back to iTunes 10.7 and copied music from ipod classic to itunes using houdini, but how do i copy the playlists from the ipod when itunes says that my ipod has been synced to another itunes library?

    Thank you again for all of your help!! I really appreciate it!
    I think I am following -- I was able to upload to my iPhoto and all photos and videos are there that is a plus! I tried to create an Event in my iPhoto and put all of my photos in that event but for some reason, now my iTunes it not recognizing that Event in my iPhoto. It is not allowing me to import just that event at the moment but I may be doing something wrong. At least all of my pics and vids are in iPhoto so that is a plus and I know they are at least saved somewhere. Just for some reason, my iTunes it not locating the event that I created with only those photos.
    Thank you for letting me know about my contacts! How do I know if I have the contacts app?
    Also, I had no clue that my iCloud could be backed up via cellular data! However, is this a new feature with the most updated iOS?? Unforutnatly I am like 2 iOS updates behind because I don't have enough storage on my phone. I still get the notification that my phone needs to be plugged in and connected to wifi in order to back up to the cloud :-(
    How can I sync using USB? Right now when i click on the info tab for my iPhone in my iTunes this is the answer that I get -- I am a little unclear as to what it means.
    Sync Contacts:
    Your contacts are being synced with you iPhone over the air from iCloud. Over-the-air sync settings can be changed on you iPhone
    Sync Calendars:
    Your calendars are being synced with you iPhone over the air from iCloud. Over-the-air sync settings can be changed on you iPhone

  • How do I change template designs once a form has been created using another template design?

    How do I change template designs once a form has been created using another template design?

    I talked to a service Representative and he told me there isn't a function to change a form using one template to a different template. For example, I used template for "Accommodation registration" and wanted to change it to "admissions application." I was hoping I could just select a "Change template" rather than having to copy/paste everything to the new template. But that's what i had to do. Maybe the next version of this software will make it easier to change design templates.

  • Can you locate an iphone when it has been turned off or stolen?

    Can u locate an iphone when it has been turned off or stolen?

    No if it's turned OFF.

  • How many times can you forward an e-mail which has been forwarded to you?

    Many times, I receive an e-mail forwarded by a friend whose other friend forwarded him the same e-mail. Soon, the forwarded e-mail is very long since it has been forwarded so many times. Is there a limit to how many times an e-mail can be forwarded? Also,what can I do so that the only address I see is that of my friend instead of the address of anyone and everyone who either received or forwarded the original message? Thank you.

    First, there is no limit. Second, avoid the problem by having everyone you know remove your name from their lists. Third, direct all such forwarded mail into the trash directly by creating a Mail rule. Ask all your "friends" to configure their email program to not include the text of the forwarded email in the body of the forwarded message (and if they send all this stuff to you from an email list, are you really their friend?)
    If you cannot resist, then simply remove all the repetitive included forwards from the message before you send it to some other poor soul.

  • How can I count  time that a computer has been connectted with the internet

    I want to count the time which a computer has been connectted with the internet?
    I had already tried several times,
    one is socket,
    second is Runtime.exec("ping -n 1"+ip)
    I don't think they are better;
    do you have another idea?

    The internet is a conceptual entity not a physical entity so you are never connected to it.
    As a conceptual entity the internet is represented by a cloud of computing devices (computers, gateways, routers, etc.)
    Your computer connects to a another computer by being routed through various devices and then finally connecting to that remote computer.
    Depending on various thing you can measure the time that you can connect to other devices by either pinging a common IP in the internet (such as yahoo.com) or by pinging the router that that represents the entry point for your cloud (such as the router/gateway of your ISP.)
    If you are concerned about a particular connection, such a specific remote computer, then using a socket and sending a 'keep-alive' message and recieving the response is the best way to track that.

  • Can you tell if your stolen ipad has been updated

    I don't understand why apple cannot check my serial number to my lost or stolen ipad 2 and tell me if anyone has re-regestered or updated it since my loss of it.
    Aplle can find me any where on the globe but I can't get them to see if my ipad was stolen or I really just lost it. I had find my ipad installed but it hasn't turned on. unless the person whoi stole it cleared it out before I noticed it missing. If it has been updated since its lost than someone has it, if not it's somewhere and I will find it. I feel like I am not the only one with this problem. with all the money we spend on apple products a request like this should be done with out hesitation..
    thanks to anyone listening or who ever feels my pain,
    wjforbes

    no one asked apple to be in law enforcement. they don't seem to have a problem sending push notifications and using my location for thier benefit. i'm only asking for a little help to find my ipad that i paid $5600 for.  any device these days can be located if lost or stolen. these companies choose not to use thier abilty to locate these devices because they would rather you go out and buy another device. please don't take me wrong, i do not hold apple responable for my ipad. after spending hundreds of dollars on ipads iphones and apps i only asked for a little help. i am sure that i am not the only person who is frustrated by this. i am sure if law enforment came to them(apple) and told them to locate me on my ipad or iphone they would have no trouble finding me.

  • How can I find out if my iphone has been synced to another computer? (Backup/Sync Privacy)

    So it would seem easy for someone (lets just say a girlfriend for example) to plug my iPhone into her computer while I am staying the night and backup to iTunes.  I have my settings to "require a passcode immediately", however there was one day there was access to my passcode at her place while I was not there. So my question is three-fold:
    - How can I find out if my iphone has synced with another computer/iTunes (possible history in the iPhone)?
    - Are there additional privacy settings to make sure no one can backup my iPhone by plugging it into their iTunes?
    - If it has been backed up to another computer is there anything that can be done.
    One reason I ask this is because earlier this year her phone was backed up to my iTunes on accident.  I did not know it was there until months later, but was able to access it with software.
    Thanks!
    iPhone 5s
    iOS 8.1.2
    iTunes 12.0.1.26

    jeffr747 wrote:
    So it would seem easy for someone (lets just say a girlfriend for example) to plug my iPhone into her computer while I am staying the night and backup to iTunes.  I have my settings to "require a passcode immediately", however there was one day there was access to my passcode at her place while I was not there. So my question is three-fold:
    - How can I find out if my iphone has synced with another computer/iTunes (possible history in the iPhone)?
    - Are there additional privacy settings to make sure no one can backup my iPhone by plugging it into their iTunes?
    - If it has been backed up to another computer is there anything that can be done.
    One reason I ask this is because earlier this year her phone was backed up to my iTunes on accident.  I did not know it was there until months later, but was able to access it with software.
    Thanks!
    iPhone 5s
    iOS 8.1.2
    iTunes 12.0.1.26
    - How can I find out if my iphone has synced with another computer/iTunes (possible history in the iPhone)?
    You don't.  Nothing gets stored on the iPhone about what computers the device has been backed up to.
    - Are there additional privacy settings to make sure no one can backup my iPhone by plugging it into their iTunes?
    Yes, it's called a passcode lock.
    - If it has been backed up to another computer is there anything that can be done.
    No.  You might consider changing your Apple ID password to be on the safe side, though, as well as your security questions.

  • How can you find out if your computer has been hacked

    For some reason, I couldn't find any information on how I can tell if someone has hacked into my computer or not.
    I have an iMac:
      Model Name:    iMac
      Model Identifier:    iMac8,1
      Processor Name:    Intel Core 2 Duo
      Processor Speed:    2.66 GHz
      Number Of Processors:    1
      Total Number Of Cores:    2
      L2 Cache:    6 MB
      Memory:    2 GB
      Bus Speed:    1.07 GHz
    I was trying to save something on the computer and noticed that a co-worker's name was under the SHARED section in one of mu folders. He was in my computer! How can I find that information? His name was actually listed so I know he was on there. I even texted him then he stopped.
    I have Verizon DSL and and older version of Norton Firewall (4).
    He's my subordinate and we don't usually have problems. What do I do?

    You probably made your system available to him by opening File Sharing. Open System Preferences - Sharing - File Sharing and look under Users. I you see it's open to him or everyone then highlight that and click the - symbol to remove them.
    If you are using Norton then remove it following Norton's instructions. Their software tends to create more issues than it solves. OS X has a firewall built into it (System Preferences - Security - Firewall tab) so having a redundant firewall is unnecessary and a waste of system resources and a waste of money.

  • Can you help me? probably this has been answered but i need easy steps!

    safari keeps crashing and i don't know how to fix it. i am frustrated cos i was bothered by the recent CS3 photoshop issues. and now this! here is what comes up each time. thanks if you can help me!
    Process: Safari [2476]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 5.0 (6533.16)
    Build Info: WebBrowser-75331600~5
    Code Type: X86-64 (Native)
    Parent Process: launchd [86]
    Date/Time: 2010-07-08 12:51:41.645 +0800
    OS Version: Mac OS X 10.6.4 (10F569)
    Report Version: 6
    Interval Since Last Report: 564766 sec
    Crashes Since Last Report: 14
    Per-App Interval Since Last Report: 564662 sec
    Per-App Crashes Since Last Report: 13
    Anonymous UUID: 9C2A27DA-6173-4BB3-B9E4-21426DEF4131
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x00000000000000e8
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 com.apple.WebCore 0x00007fff84f79379 WebCore::ResourceLoader::willCacheResponse(WebCore::ResourceHandle*, WebCore::CacheStoragePolicy&) + 41
    1 com.apple.WebCore 0x00007fff84f79249 -[WebCoreResourceHandleAsDelegate connection:willCacheResponse:] + 201
    2 com.apple.Foundation 0x00007fff80c3a78c -[NSURLConnection(NSURLConnectionReallyInternal) sendWillCacheResponse:] + 160
    3 com.apple.Foundation 0x00007fff80c3a6b1 _NSURLConnectionWillCacheResponse + 130
    4 com.apple.CFNetwork 0x00007fff87244c15 URLConnectionClient::_clientWillCacheResponse(URLConnectionClient::ClientConnec tionEventQueue*) + 405
    5 com.apple.CFNetwork 0x00007fff872aa3d0 URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 236
    6 com.apple.CFNetwork 0x00007fff8723179f URLConnectionClient::processEvents() + 121
    7 com.apple.CFNetwork 0x00007fff8723157c MultiplexerSource::perform() + 160
    8 com.apple.CoreFoundation 0x00007fff81589e91 __CFRunLoopDoSources0 + 1361
    9 com.apple.CoreFoundation 0x00007fff81588089 __CFRunLoopRun + 873
    10 com.apple.CoreFoundation 0x00007fff8158784f CFRunLoopRunSpecific + 575
    11 com.apple.HIToolbox 0x00007fff801c291a RunCurrentEventLoopInMode + 333
    12 com.apple.HIToolbox 0x00007fff801c271f ReceiveNextEventCommon + 310
    13 com.apple.HIToolbox 0x00007fff801c25d8 BlockUntilNextEventMatchingListInMode + 59
    14 com.apple.AppKit 0x00007fff8667729e _DPSNextEvent + 708
    15 com.apple.AppKit 0x00007fff86676bed -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    16 com.apple.Safari 0x0000000100015c96 0x100000000 + 89238
    17 com.apple.AppKit 0x00007fff8663c8d3 -[NSApplication run] + 395
    18 com.apple.AppKit 0x00007fff866355f8 NSApplicationMain + 364
    19 com.apple.Safari 0x0000000100009b18 0x100000000 + 39704
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff8499708a kevent + 10
    1 libSystem.B.dylib 0x00007fff84998f5d dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff84998c34 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff8499875e dispatch_workerthread2 + 252
    4 libSystem.B.dylib 0x00007fff84998088 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff84997f25 start_wqthread + 13
    Thread 2: WebCore: IconDatabase
    0 libSystem.B.dylib 0x00007fff849b8eb6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff849bccd1 pthread_condwait + 1286
    2 com.apple.WebCore 0x00007fff84dff249 WebCore::IconDatabase::syncThreadMainLoop() + 249
    3 com.apple.WebCore 0x00007fff84dfb35c WebCore::IconDatabase::iconDatabaseSyncThread() + 172
    4 libSystem.B.dylib 0x00007fff849b7456 pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff849b7309 thread_start + 13
    Thread 3:
    0 libSystem.B.dylib 0x00007fff849c1dce select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff815a9e92 __CFSocketManager + 818
    2 libSystem.B.dylib 0x00007fff849b7456 pthreadstart + 331
    3 libSystem.B.dylib 0x00007fff849b7309 thread_start + 13
    Thread 4: Safari: SafeBrowsingManager
    0 libSystem.B.dylib 0x00007fff8497e2fa machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8497e96d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff815883c2 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff8158784f CFRunLoopRunSpecific + 575
    4 com.apple.Safari 0x000000010002f0f5 0x100000000 + 192757
    5 com.apple.Safari 0x000000010002f085 0x100000000 + 192645
    6 libSystem.B.dylib 0x00007fff849b7456 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff849b7309 thread_start + 13
    Thread 5: Safari: SnapshotStore
    0 libSystem.B.dylib 0x00007fff849b8eb6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff849bccd1 pthread_condwait + 1286
    2 com.apple.JavaScriptCore 0x00007fff834082b0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3 com.apple.Safari 0x00000001001bd455 0x100000000 + 1823829
    4 com.apple.Safari 0x0000000100046aeb 0x100000000 + 289515
    5 com.apple.Safari 0x0000000100046969 0x100000000 + 289129
    6 libSystem.B.dylib 0x00007fff849b7456 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff849b7309 thread_start + 13
    Thread 6:
    0 libSystem.B.dylib 0x00007fff8497e2fa machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8497e96d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff815883c2 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff8158784f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff80c394c3 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5 com.apple.Foundation 0x00007fff80bb9e8d _NSThread__main_ + 1429
    6 libSystem.B.dylib 0x00007fff849b7456 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff849b7309 thread_start + 13
    Thread 7: Safari: SpinningProgressIndicator
    0 libSystem.B.dylib 0x00007fff8497e2fa machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8497e96d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff815883c2 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff8158784f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff80bf4a18 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5 com.apple.Foundation 0x00007fff80bf48f7 -[NSRunLoop(NSRunLoop) run] + 77
    6 com.apple.Safari 0x000000010008fbdf 0x100000000 + 588767
    7 com.apple.Foundation 0x00007fff80bb9e8d _NSThread__main_ + 1429
    8 libSystem.B.dylib 0x00007fff849b7456 pthreadstart + 331
    9 libSystem.B.dylib 0x00007fff849b7309 thread_start + 13
    Thread 8:
    0 libSystem.B.dylib 0x00007fff84997eaa _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff849982bc pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff84997f25 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000000 rbx: 0x00007fff5fbfe41c rcx: 0x00007fff709ee630 rdx: 0x0000000000000000
    rdi: 0x0000000115f0a000 rsi: 0x00000001194db480 rbp: 0x00007fff5fbfe400 rsp: 0x00007fff5fbfe3f0
    r8: 0x00007fff703a7260 r9: 0x0000000000000000 r10: 0x00007fff81591a50 r11: 0x00007fff80c3a978
    r12: 0x00007fff80d5d37f r13: 0x000000011c61bb30 r14: 0x00007fff80d6025c r15: 0x000000011667b500
    rip: 0x00007fff84f79379 rfl: 0x0000000000010246 cr2: 0x00000000000000e8
    Binary Images:
    0x100000000 - 0x1006a9fef com.apple.Safari 5.0 (6533.16) <055D70FE-977B-C3B3-4E40-E05E3D9CF0AB> /Applications/Safari.app/Contents/MacOS/Safari
    0x102f46000 - 0x102f46fff com.apple.JavaPluginCocoa 13.2.0 (13.2.0) <18D9A7A8-ECFF-123C-013D-1E36D279D150> /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/JavaPluginCoco a.bundle/Contents/MacOS/JavaPluginCocoa
    0x1165df000 - 0x1165e7ff7 com.apple.JavaVM 13.2.0 (13.2.0) <DD0E846A-3313-09DE-D17A-AE6A3D47DC86> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
    0x7fff80139000 - 0x7fff8013dff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff8013e000 - 0x7fff80193fef com.apple.framework.familycontrols 2.0.1 (2010) <239940AC-2427-44C6-9E29-998D0ABECDF3> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff80194000 - 0x7fff80492fe7 com.apple.HIToolbox 1.6.3 (???) <CF0C8524-FA82-3908-ACD0-A9176C704AED> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff80493000 - 0x7fff804a2fff com.apple.NetFS 3.2.1 (3.2.1) <0357C371-2E2D-069C-08FB-1180512B8516> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff805b3000 - 0x7fff8081cff7 com.apple.QuartzComposer 4.1 (156.16) <0BAE3C90-CF60-C0C7-C29E-BF9922074095> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff809b3000 - 0x7fff809d4fff libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
    0x7fff809d5000 - 0x7fff80a21fff libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
    0x7fff80a22000 - 0x7fff80a5aff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <94776929-EF76-D979-5412-940C845BAC5D> /usr/lib/libssl.0.9.8.dylib
    0x7fff80b37000 - 0x7fff80b3dff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff80b3e000 - 0x7fff80ba8fe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <514D400C-50A5-C196-83AA-1035DDC8FBBE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff80ba9000 - 0x7fff80e2afef com.apple.Foundation 6.6.3 (751.29) <DAEDB589-9F59-9556-CF8D-07556317937B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff80e2b000 - 0x7fff80ea8fef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff80ea9000 - 0x7fff80eccfff com.apple.opencl 12.1 (12.1) <403E8F37-4348-B9BC-08E6-7693A995B7EC> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff80ecd000 - 0x7fff80f0aff7 libFontRegistry.dylib ??? (???) <B63FCC3A-F49E-B42E-6D57-5F59E3A8D8B9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff80f0b000 - 0x7fff81049fff com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8106b000 - 0x7fff810b5ff7 com.apple.Metadata 10.6.3 (507.10) <641395B7-FF2C-B94C-965A-CE6A0830645F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff810b6000 - 0x7fff810f7fff com.apple.SystemConfiguration 1.10.2 (1.10.2) <BC27BDD4-9CC8-9AF0-B4C2-DD50FD751CBF> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff810f8000 - 0x7fff8153bfef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff8153c000 - 0x7fff816b1ff7 com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff816b2000 - 0x7fff816b5ff7 libCoreVMClient.dylib ??? (???) <DBB2C09F-4BF4-326C-B775-B7A128C501E3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff816b6000 - 0x7fff81825fe7 com.apple.QTKit 7.6.6 (1742) <7E254184-757D-E87C-5B2A-7612A2C85243> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff81875000 - 0x7fff8194fff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff81950000 - 0x7fff81985fef com.apple.framework.Apple80211 6.2.3 (623.1) <E58C0A3A-BA14-9703-F6A3-3951A862570C> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff81986000 - 0x7fff819ceff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff819dd000 - 0x7fff81a05fff com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff81a06000 - 0x7fff81a06ff7 com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff81a07000 - 0x7fff81aa7fff com.apple.LaunchServices 362.1 (362.1) <2740103A-6C71-D99F-8C6F-FA264546AD8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff81aa8000 - 0x7fff81b06ff7 com.apple.framework.IOKit 2.0 (???) <010C3398-7363-8F4B-719C-263867F15F63> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff81b1d000 - 0x7fff81b1dff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff81b1e000 - 0x7fff81b9dfef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <243E456E-7A74-BE76-FF18-E589BDCAA785> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff81b9e000 - 0x7fff820a2fe7 com.apple.VideoToolbox 0.484.11 (484.11) <4577FF14-E6A7-AAD8-E6E6-ECA9CFCC6989> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff820ab000 - 0x7fff82176fe7 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <3C223A94-EF14-28C5-844B-C25DFC87FB42> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff8237a000 - 0x7fff82530fef com.apple.ImageIO.framework 3.0.3 (3.0.3) <A32D0B5A-7149-7739-22D3-84D38B07E9E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff82531000 - 0x7fff825affff com.apple.CoreText 3.1.0 (???) <B740DA1D-EFD0-CCBF-F893-E3004FE58A98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff825b0000 - 0x7fff826b4fff com.apple.PubSub 1.0.5 (65.19) <10137D49-8771-05F0-AC60-B41F6A8E0D87> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff826b5000 - 0x7fff826b6fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff826b7000 - 0x7fff826bdfff libCGXCoreImage.A.dylib 543.50.0 (compatibility 64.0.0) <2D72D55A-C8FE-78DD-602E-E934057EDF95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff826fe000 - 0x7fff8272ffff libGLImage.dylib ??? (???) <2F18DB77-CF77-1311-9E20-FE460090C166> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff82730000 - 0x7fff8273bff7 com.apple.HelpData 2.0.4 (34) <B44D2E2A-BC1E-CD63-F8A1-C9465491693A> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff8273c000 - 0x7fff827f2fff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
    0x7fff827f3000 - 0x7fff827f3ff7 com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff827f4000 - 0x7fff82ffefe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff82fff000 - 0x7fff83006fff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff83007000 - 0x7fff83069fe7 com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff8308e000 - 0x7fff83113fff com.apple.print.framework.PrintCore 6.2 (312.5) <C20F87CE-ACC1-552B-8A73-2B3846A01D80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff83116000 - 0x7fff83121fff com.apple.CrashReporterSupport 10.6.3 (250) <F74D84F2-26D0-BE89-00A8-238857AA83C5> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff83122000 - 0x7fff83364fef com.apple.AddressBook.framework 5.0.2 (870) <A1278575-53F2-CC00-7306-E49713FEC7C6> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff83365000 - 0x7fff833f5fff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff833f6000 - 0x7fff835e0fe7 com.apple.JavaScriptCore 6533 (6533.13) <C2D33B72-06F1-B789-6FD3-FB09EEB6C907> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff8360b000 - 0x7fff8363cfef libTrueTypeScaler.dylib ??? (???) <0A30CA68-46AF-3E74-AE9E-693DB5A680CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff83699000 - 0x7fff8369cff7 com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff8369d000 - 0x7fff8369dff7 com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff8369e000 - 0x7fff836adfff libxar.1.dylib ??? (???) <2C4E4D13-263B-6EFF-C6FD-FB8BA6DB3EF0> /usr/lib/libxar.1.dylib
    0x7fff836ae000 - 0x7fff836bafff libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <5FFC8295-2DF7-B54C-3766-756842C53731> /usr/lib/libbz2.1.0.dylib
    0x7fff83912000 - 0x7fff83916ff7 libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <E666EBC7-2D87-A3C6-9461-A596B4E53593> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff83917000 - 0x7fff83917ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff83918000 - 0x7fff839d1fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    0x7fff839d2000 - 0x7fff83afaff7 com.apple.MediaToolbox 0.484.11 (484.11) <F50B5552-8527-C75D-873F-66A61D04E32A> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff83afb000 - 0x7fff83bb8ff7 com.apple.CoreServices.OSServices 357 (357) <718F0719-DC9F-E392-7C64-9D7DFE3D02E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff83bd5000 - 0x7fff83ce4fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <36DA89A6-3AF5-86F2-BDD5-B94C7C0844D4> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff83ec9000 - 0x7fff83ecefff libGIF.dylib ??? (???) <21FC6B02-6AC3-C4DB-0B50-98144802274C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff83f08000 - 0x7fff83f26fff libPng.dylib ??? (???) <F6932C8D-E6B1-0871-B698-15180AA948F7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff84088000 - 0x7fff843fdfe7 com.apple.RawCamera.bundle 3.0.3 (529) <2E6B251A-C5A5-A3F9-832B-BB1958F938E9> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff843fe000 - 0x7fff84414fff com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff84415000 - 0x7fff8445efef libGLU.dylib ??? (???) <34D118CD-F9EE-D023-FEBF-74581DEF31CD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8445f000 - 0x7fff847f8ff7 com.apple.QuartzCore 1.6.2 (227.22) <76EE0A32-B20B-F316-ADDD-4230329253D5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8481c000 - 0x7fff84902fe7 com.apple.DesktopServices 1.5.7 (1.5.7) <8A697128-B6CA-E4A8-C200-6520D5A35FBE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff84903000 - 0x7fff84905fff libRadiance.dylib ??? (???) <D67C08B6-4D4A-916D-E936-528E145A56E2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff84943000 - 0x7fff8497cff7 com.apple.MeshKit 1.1 (49.2) <3795F201-4A5F-3D40-57E0-87AD6B714239> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff8497d000 - 0x7fff84b3dfef libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
    0x7fff84b3e000 - 0x7fff84b85ff7 com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff84b86000 - 0x7fff84bd5ff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff84c0c000 - 0x7fff84c1efe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff84c25000 - 0x7fff84c36fff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff84c37000 - 0x7fff84db3ff7 com.apple.WebKit 6533 (6533.16) <B0C2B2F5-9BC1-5907-17A7-E2039C1EF57B> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff84db4000 - 0x7fff84df8fe7 com.apple.ImageCaptureCore 1.0.2 (1.0.2) <075198A5-4C6B-D945-D3EF-D13960C9F738> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff84df9000 - 0x7fff85a68fe7 com.apple.WebCore 6533 (6533.16) <8F1CAEF4-34FC-49D0-3DF2-937EE69B05D8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff85a69000 - 0x7fff85a94ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff85a95000 - 0x7fff85adcfef com.apple.QuickLookFramework 2.2 (327.4) <4E1658D4-F268-2A82-C095-1D01E9EAD05F> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff85add000 - 0x7fff85b92fe7 com.apple.ColorSync 4.6.3 (4.6.3) <AA93AD96-6974-9104-BF55-AF7A813C8A1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff85b93000 - 0x7fff85ba2ff7 com.apple.opengl 1.6.8 (1.6.8) <0CDC4F98-7981-A114-1778-AF171075138E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff85ba3000 - 0x7fff85baeff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff85baf000 - 0x7fff85bc5ff7 com.apple.MultitouchSupport.framework 204.13 (204.13) <BFFEC259-F103-B25A-BB52-1AA79116DDBA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff85bc6000 - 0x7fff85c17fe7 com.apple.HIServices 1.8.0 (???) <1ABA7802-C1E4-06A0-9035-2792CC915BF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff85c18000 - 0x7fff85c59fef com.apple.QD 3.35 (???) <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff85c5a000 - 0x7fff85c5bff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <D4183AC4-8A65-8368-A9AF-E2A13D18519C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff85c5c000 - 0x7fff85ce8fef SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff85ce9000 - 0x7fff85d19fef com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff85d1a000 - 0x7fff85d20ff7 IOSurface ??? (???) <EB2019F6-7C5C-3D59-E11F-6119466C12A9> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff85d21000 - 0x7fff85d23fff com.apple.print.framework.Print 6.1 (237.1) <4513DB2F-737C-B43C-2D0E-23CD6E838014> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff85f35000 - 0x7fff86632067 com.apple.CoreGraphics 1.543.50 (???) <46A7D60C-0500-B96C-ECAD-1D658487D213> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff86633000 - 0x7fff87029fff com.apple.AppKit 6.6.6 (1038.29) <7BDD335D-5425-0354-5AD6-41C4F1B4A2F4> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8702a000 - 0x7fff87040fef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff87041000 - 0x7fff87084fff libtidy.A.dylib ??? (???) <8AF4DB3A-7BDB-7AF7-0E9C-413BBBD0E380> /usr/lib/libtidy.A.dylib
    0x7fff87085000 - 0x7fff87107fff com.apple.QuickLookUIFramework 2.2 (327.4) <C35D9F62-73D0-262C-B0CE-BFF64E230588> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff87113000 - 0x7fff87133ff7 com.apple.DirectoryService.Framework 3.6 (621.4) <969734C3-D21E-2F30-5CBB-D9F23D123643> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff8716a000 - 0x7fff8721ffe7 com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff87220000 - 0x7fff872f0ff7 com.apple.CFNetwork 454.9.7 (454.9.7) <AA6EB690-6CCF-603D-AAC2-35B9E05D1593> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff872f1000 - 0x7fff872f1ff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff872f2000 - 0x7fff87409fef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
    0x7fff8740a000 - 0x7fff87445fff com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff8749d000 - 0x7fff8755dfff libFontParser.dylib ??? (???) <A4F8189D-1D5B-2F8D-E78E-6D934A8E8407> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8755e000 - 0x7fff8759fff7 com.apple.CoreMedia 0.484.11 (484.11) <AEE7E9C9-9604-B0A7-053B-28954659CFE3> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff87656000 - 0x7fff8766ffff com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff87670000 - 0x7fff876bffef libTIFF.dylib ??? (???) <A66CBA9C-A38D-5EDB-BFB5-CB398F033D6F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff87718000 - 0x7fff87755fff com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff87795000 - 0x7fff877a2fe7 libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <7B891D4C-1F19-4DB0-FD12-7A7D5E8F47AE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff877a3000 - 0x7fff877a8fff libGFXShared.dylib ??? (???) <1265FAEF-1C97-B339-28A4-4510589B067B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff877bf000 - 0x7fff8782bff7 com.apple.CorePDF 1.3 (1.3) <6770FFB0-DEA0-61E0-3520-4B95CCF5D1CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff8782c000 - 0x7fff87945fef libGLProgrammability.dylib ??? (???) <B057FC52-6A97-F450-48D8-325A70423A53> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff87946000 - 0x7fff879aefff com.apple.MeshKitRuntime 1.1 (49.2) <1F4C9AB5-9D3F-F91D-DB91-B78610562ECC> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff879af000 - 0x7fff879b4ff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff879ba000 - 0x7fff879d5ff7 com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff879d6000 - 0x7fff879e4ff7 libkxld.dylib ??? (???) <EE840168-1F67-6219-8BA3-C46039BCC8B3> /usr/lib/system/libkxld.dylib
    0x7fff879e5000 - 0x7fff879faff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff87a8f000 - 0x7fff87ab5fe7 libJPEG.dylib ??? (???) <4060F3E2-BAD3-244F-D777-51BA16569DA4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff87ab6000 - 0x7fff87ae5ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff87ae6000 - 0x7fff87ae7ff7 com.apple.TrustEvaluationAgent 1.1 (1) <74800EE8-C14C-18C9-C208-20BBDB982D40> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff87ae8000 - 0x7fff87aebfff com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff87aec000 - 0x7fff87afdff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
    0x7fff87eb4000 - 0x7fff88072fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <0E53A4A6-AC06-1B61-2285-248F534EE356> /usr/lib/libicucore.A.dylib
    0x7fff88073000 - 0x7fff88074fff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff88075000 - 0x7fff8819afef com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <4DCCD01F-7516-4240-09DC-EE553317D345> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff881aa000 - 0x7fff881b5fff com.apple.corelocation 12 (12) <068D75A9-7359-A04F-722A-399283E3528B> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff88206000 - 0x7fff88295fff com.apple.PDFKit 2.5.1 (2.5.1) <7B8A187A-F0BB-44E7-FBD4-9E1C5F9D5E85> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff88296000 - 0x7fff88313fef com.apple.backup.framework 1.2.2 (1.2.2) <13A0D34C-28B7-2140-ECC9-B08D10CD4AB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff88314000 - 0x7fff88647fe7 com.apple.CoreServices.CarbonCore 861.13 (861.13) <BC2F9B4E-D305-D717-D97E-EC78C7DE9EE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff88648000 - 0x7fff88650fff com.apple.DisplayServicesFW 2.2.2 (251) <A8AA237B-26DA-455D-4133-69B1D1E45DF4> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff88651000 - 0x7fff88694ff7 libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <DF457CB3-CE61-0FD4-1403-BB68BC2CC998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff88695000 - 0x7fff886a9ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff886aa000 - 0x7fff886bbfff SyndicationUI ??? (???) <46D6FA2B-1818-1756-A453-23EB0AC587EB> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x7fff886bc000 - 0x7fff8876bfff edu.mit.Kerberos 6.5.10 (6.5.10) <F3F76EDF-5660-78F0-FE6E-33B6174F55A4> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8876c000 - 0x7fff88876ff7 com.apple.MeshKitIO 1.1 (49.2) <F296E151-80AE-7764-B969-C2050DF26BFE> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fff88877000 - 0x7fff88afdff7 com.apple.security 6.1.1 (37594) <5EDDC08C-C95B-2D24-E1D2-D30D233AB065> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff88afe000 - 0x7fff88afeff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff88b3a000 - 0x7fff88b4efff libGL.dylib ??? (???) <5AD69545-D1A3-C017-C7AF-B4AFD6F08FA2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff88b4f000 - 0x7fff88bcafff com.apple.ISSupport 1.9.3 (51) <BE4B548C-F9C4-2464-12A6-F94A21D569C6> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff88bcb000 - 0x7fff88e06fef com.apple.imageKit 2.0.3 (1.0) <8DA80BC9-C671-BD89-EA2E-3C632D6ECE30> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff88e7a000 - 0x7fff88f14fff com.apple.ApplicationServices.ATS 4.3 (???) <A7CD9E1F-C563-E940-130D-AA7E08C5A29F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff88f15000 - 0x7fff88f4dfef libcups.2.dylib 2.8.0 (compatibility 2.0.0) <31A78904-A500-0DA9-0609-F1EB81383326> /usr/lib/libcups.2.dylib
    0x7fff88f4e000 - 0x7fff88fbcfff com.apple.AppleVAFramework 4.9.20 (4.9.20) <78727165-8D44-0354-6F6C-68FD798E04A1> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff88fbd000 - 0x7fff89006ff7 com.apple.securityinterface 4.0.1 (37214) <F8F2D8F4-861F-6694-58F6-3DC55C9DBF50> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff89007000 - 0x7fff89007ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff89008000 - 0x7fff8902dff7 com.apple.CoreVideo 1.6.1 (45.5) <29F39070-5CEF-B286-66E3-7CC903519403> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8902e000 - 0x7fff89073fff com.apple.CoreMediaIOServices 130.0 (1035) <567D7949-3115-4E78-8F27-B28968CC25F7> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
    Model: MacBookPro5,1, BootROM MBP51.007E.B05, 2 processors, Intel Core 2 Duo, 2.66 GHz, 4 GB, SMC 1.41f2
    Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.91.27)
    Bluetooth: Version 2.3.3f8, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS543232L9SA02, 298.09 GB
    Serial ATA Device: HL-DT-ST DVDRW GS21N
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0236, 0x04600000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8213, 0x06110000

    HI,
    Open a Finder window. Select your Home Folder in the Sidebar on the left. It has the small house icon. Then open the LIbrary folder, then the Caches folder, then the com.apple.Safari folder. Now move the "cache.db" file to the Trash.
    Relaunch Safari.
    Carolyn

  • Can you find out if a clip has been used in a timeline within the browser?

    i am using hundreds of clips and i don't want to use one twice - or leave one out. years ago in premiere they let you see USED CLIPS and it showed you how many times it was used and where it was within a timeline. does that feature - or something like it exist in FC?
    thanks
    mrC

    Yep, that'll show dupe clip usage in the timeline, but to see used clips in the browser you have to specifically search for them. With the browser window active, press Cmd-F to bring up the Find window, and change the For: popup to Used Media (or Unused Media) as desired; you can limit the search to specific sequences and/or filter the search by adding multiple specific search criteria ... finally just press the Find All button.

  • TS2446 how can you reactivate an account after it has been disabled for a amount of time?

    i had to make a new apple ID so i could carry on using iTunes Store until iTunes support could sort out making sure i could re download my music and apps, now i cant use it at all and the ID i use is now playing up and now refusing to let me use either of my cards in the store!!! Can anyone help and / or advise me please?

    I suggest you to send an email to itune sstore support. They can review your account and find out why it had been disabled.

  • What will you use now that SiteCatalyst NetAverages has been discontinued?

    I liked it - why was it discontined and what else do you use?
    Google Analytics is all I have to fall back on for now.

    I had SiteCatalyst Netaverages as a free subscription ending a few days ago. I didn't realize it was cancelled for everyone though. I liked it a lot.
    There's a monthly, or maybe quarterly survey that Adobe produces about browser share directly (I think), and of course Google and Microsoft track it, though nothing is as good as SiteCataliyst, as far as being impartial (and free). I will miss it.

  • Can you restore itunes if your harddrive has been wiped?

    my laptop broke and had to get a new harddrive. is there anyway of installing itunes and retoring all my old songs, photos, apps etc?

    See Recover your iTunes library from your iPod or iOS device.
    tt2

Maybe you are looking for

  • JSF Problem with events

    4 comboboxes need to be used in several JSF pages. This cbo are stored in the jspf file : <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %> <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %> <f:subview id="cboSearch">     <p>      

  • My Display is getting brighter and darker during use

    Hi everybody, my display is getting brighter and darker while using the computer. Do you know if this is a problem pple knows about? Thank you for your help Ulli805 (Germany)

  • Error occurred connecting to AirPlay device. unknown error -15000

    Hello, I had my remote speakers set up through my extended network of 2 airport expresses and it was working.  I just downloaded iTunes 10.6.0.40 and now I get unkown error -15000, can't connect to remote speakers.  I have Windows 7 pro. I've tried q

  • Space between bullets in Keynote '09

    I have a problem with the space of the bullets, I have this !http://lh3.ggpht.com/_VPfv-4tOgdw/S8IqXyuNMQI/AAAAAAAAASo/-t5vaGNBVeI/s912/Capt ura%20de%20pantalla%202010-04-11%20a%20las%2014.59.41.png! I want an animation by bullets but in the animatio

  • Cannot start WebLogic Server 6.1 as NT Sercice

    Windows NT 4.0SP6a, WebLogic SP6.1 runs just fine from the command line. However, after installing it as NT service, the service is not able to start. I get the famous Error 2140, An internal Windows NT error occurred, if started from the services co