"Java Applet Window" and keeping PopupMenu inside Applet

I just added a JPopupMenu to my Applet, and I want to remove the "Java Applet Window" at the bottom. I know this can be done by making sure the PopupMenu stays inside the Applet area. How can I make it stay inside the Applet area?

Hi Duncan,
thank you for your answer (on Forms Forum, too :-)
In the init function I do
public void init(IHandler handler)
mHandler = handler;
super.init(handler);
// getting the Forms Main class
formsMain = (Main) mHandler.getApplet();
// Accessor to the external frame
formsTopFrame = formsMain.getFrame();
The constructor does
optionPane = new JOptionPane( "some text", JOptionPane.INFORMATION_MESSAGE);
and before the showMessageDialog I put
formsTopFrame.add(optionPane);
but with no effect.
Do you have some more hints?
Regards,
Werner

Similar Messages

  • Resizing an Applet window and components.

    How can I resize an applet window and not compromise the layout of components in the applet's panel? Can i get the components to resize as the applet's window resize?

    Try using GridBagLayout as your LayoutManager. Then use GridBagConstraints to specify the components behaviour on resizing.
    Hope that helps.

  • How do I block an ad that opens up a new Firefox window and keeps telling me my system performance is poor? I can't even capture the link.

    This particular ad, supposedly from a Windows Certified Partner, opens in a second Firefox window and keeps flashing the message that my System Performance is Poor, wanting me to click on their ad and let them do whatever nasty things they want to my system. I have not been able to capture the path but next time it comes up, I will write down all that I can see.
    If I have closed my main Firefox screen first, and then close out this ad, the next time I open Firefox, the ad opens and all my standard tabs are gone, requiring me to reopen each one seperately (Facebook, Google, etc).

    Just to address the last point: check your History menu to see whether you have the Restore Previous Session option and use that if you can. If that is grayed out or doesn't restore everything, check the Recently Closed Windows and Recently Closed Tabs lists for other pages.
    The unwanted window may be generated by an add-on. Try disabling ALL nonessential or unrecognized extensions on the Add-ons page. Either:
    * Ctrl+Shift+a
    * "3-bar" menu button (or Tools menu) > Add-ons
    In the left column, click Extensions. Then, if in doubt, disable.
    Usually a link will appear above at least one disabled extension to restart Firefox. You can complete your work on the tab and click one of the links as the last step.
    Any improvement?
    Here are some other things to check:
    (1) user.js file that changes Firefox startup behavior and overrides your preferences. This article describes how to track that down and delete it if you have one: [[How to fix preferences that won't save]].
    (2) Possible hijacked shortcut. Check the "target" of the desktop icon you use to start Firefox to see whether it lists the unwanted page. To do that:
    right-click the icon > Properties > Shortcut tab
    For 64-bit Windows 7, the Target should be no more and no less than this:
    "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
    (3) Possible undisclosed bundle items. If you have installed any free software recently, check your Windows Control Panel, Uninstall a program for surprises. If you click the "Installed on" column head to group by date, it is easier to spot bundled junk. Remove everything suspicious or unrecognized.
    (4) Supplemental clean up scans. Our support article lists tools other Firefox users have found helpful: [[Troubleshoot Firefox issues caused by malware]].
    Hopefully that cures it.

  • How to add a scroll bar within a view window ?I want to display x and y axis outside the scoll window and keep those axis static and move the graph within scroll area

    how to add a scroll bar within a view window ?I want to display x and y axis outside the scoll window and keep those axis static and move the graph within scroll area
    ananya

    Hey Ananya,
    I believe what you want to do is possible, but it will not be
    easy.  If you want to add a scroll bar that will scroll the graph
    back and forth but keep the axis set, you would want to add a
    horizontal or vertical scrollbar.  Then you would create an event
    handler for the scroll event.  You would have to manually plot
    different data within this scroll event.  Unfortunately, there is
    not really a built in way to do this with the Measurement Studio plot
    control.
    Thanks,
    Pat P.
    Software Engineer
    National Instruments

  • I am trying to upgrade to itunes 10.7 using windows and keep getting the following error message: "Error writing to file: C:\Config.Msi\364460.rbf   Verify access to this dierctory". Help!

    I am trying to upgrade to itunes 10.7 using windows and keep getting the following error message: "Error writing to file: C:\Config.Msi\364460.rbf   Verify access to this dierctory". Help!

    Fixed! (win7 64 bit)! Just stop your antivirus during the upgrade/installation (I've got Kaspersky).
    Good luck!

  • Reinstalling Windows and keeping itunes as it is now

    My PC is running slow at the moment so I'm planning on formating it and reinstalling Windows Vista, I have loads of music in my library in itunes (the music is backed up on a seperate hard drive) but if i re-do windows and reinstal itunes is there a way of backing up my library settings? (things like only certain songs have the boxes ticked so when i sync my ipod i only have the songs i like on there, and the play count and last played date) I have 'exported' the library and saved the XML file but will that save all my settings or just the file names and locations? and how do I 'import' the file once I've reinstalled itunes?

    I assume all your music files are on the external drive.
    If you are going to reinstall windows and you want to keep all your iTunes metadata, you need to save a copy of the iTunes folder normally in Music or My Music for XP.
    This contains your library databases and the artwork folder.
    I have given the default location for the iTunes folder, but some people using an external drive have it on the external drive as well as the music files if this is the case, you don't need to worry about it.
    If your iTunes folder is on your c: drive, your will need to replace the iTunes folder created when you reinstall iTunes with the backup. Then you will need to set the location of the iTunes Music folder in Edit Preferences>>Advanced.
    If the iTunes folder was on the external drivem you will need to do a shift key start after installing iTunes to connect iTunes to iTunes Library.itl on the external drive.
    http://support.apple.com/kb/HT1589
    Message was edited by: polydorus

  • Is it possible to transfer music onto my mac from my old computer (windows) and keep the amount of plays I had for each song?

    I have listened to some songs on my old computer 250+ times and I just really dont want to lose all of those plays when I move laptops. Is there any way to move my music onto this computer and keep the amount of plays I had?

    http://support.apple.com/kb/PH12145

  • Making a java program run in Windows and Linux via web applets

    Hello, this is my first post at java.sun.com
    I made an application in Linux, using Jbuilder Fundation 2005. I used the JDBC MySQL connector for Linux, and I used Mandriva as a distro. What I did is a program that allows me to connect remotely to my server, in order to update the news.
    However I want to create an applet, in which you could click a button, and the main frame of the program will load. I have no idea how to do this, since this program runs great on my linux machine, and from what I know it uses the MySQL JDBC jar that's installed on my machine, and a lot of classes from the Jbuilder program directory.
    How could I upload this program to a webpage (with the applet idea that I mentioned earlier) so that both Linux and (especially) Windows clients could use it?
    It will also be nice to know how to create a .jar file that has all of the required classes in it, I know that Jbuilder enterprise does this, but I don't have that version or plan buying it.
    Thanks in advance

    Put the jre folder from your JDK install in your app folder.ok, but in this way he doesn't have to download jre
    but I have to add it to the app folder so that an
    application large just some kilobytes would become
    some megas bigger... unless I have misunderstood what
    you're suggesting me of course.Yeah, that's the downside. However, 17 MB isn't very large by todays standards.
    jre\javaw -cp <your classpath> <your main class><your classpath> is the class i need to be run's path
    or my classpath?
    jre\javaw has to be written like this or preceeded by
    the path of jre directory?As long as you point 'start in' to the correct directory, I don't believe you have to worry about that. That path you have there isn't quite right (neither was mine) but I think you've got that under control.
    You can give anm explicit path, then you can have different users with different start-in values and store their properties there automatically.

  • Safari 4.1 won't open windows and keeps crashing on Tiger 10.4.11

    Hi,
    seems there's been quite a few people with problems since upgrading to 4.1. When I open safari no browser window opens. If I try to open a new window or tab it crashes. I'd be happy sticking with firefox if only I could get my bookmarks off safari! Reading some of the other posts on Safari 4.1 problems I suspect that I need to get rid of the Vuze toolbar, and possibly upgrade some plugins like flash - although I don't know how to do this. Here's my error report:
    Date/Time: 2010-07-15 09:52:03.066 +0100
    OS Version: 10.4.11 (Build 8S2167)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [58]
    Version: 4.1 (4533.16)
    Build Version: 2
    Project Name: WebBrowser
    Source Version: 75331600
    PID: 231
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x0000000c
    Thread 0 Crashed:
    0 com.apple.Safari 0x0004c3b9 0x1000 + 308153
    1 com.apple.Safari 0x0004c37a 0x1000 + 308090
    2 com.apple.Safari 0x0004be95 0x1000 + 306837
    3 com.apple.Safari 0x0004bdbd 0x1000 + 306621
    4 com.apple.Safari 0x0003668f 0x1000 + 218767
    5 com.apple.Foundation 0x928119cf __NSFireDelayedPerform + 403
    6 com.apple.CoreFoundation 0x9082d756 CFRunLoopRunSpecific + 3341
    7 com.apple.CoreFoundation 0x9082ca42 CFRunLoopRunInMode + 61
    8 com.apple.HIToolbox 0x92e01878 RunCurrentEventLoopInMode + 285
    9 com.apple.HIToolbox 0x92e00eb9 ReceiveNextEventCommon + 184
    10 com.apple.HIToolbox 0x92e00dd9 BlockUntilNextEventMatchingListInMode + 81
    11 com.apple.AppKit 0x93286f45 _DPSNextEvent + 572
    12 com.apple.AppKit 0x93286b37 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
    13 com.apple.Safari 0x0000f009 0x1000 + 57353
    14 com.apple.AppKit 0x932808c4 -[NSApplication run] + 512
    15 com.apple.AppKit 0x93274820 NSApplicationMain + 573
    16 com.apple.Safari 0x00006d9b 0x1000 + 23963
    17 com.apple.Safari 0x0010da62 0x1000 + 1100386
    18 com.apple.Safari 0x00006b19 0x1000 + 23321
    Thread 1:
    0 libSystem.B.dylib 0x90024407 semaphorewait_signaltrap + 7
    1 com.apple.JavaScriptCore 0x0050b670 ***::ThreadCondition::wait(***::Mutex&) + 24
    2 com.apple.WebCore 0x014e0aa4 WebCore::IconDatabase::syncThreadMainLoop() + 256
    3 com.apple.WebCore 0x014de536 WebCore::IconDatabase::iconDatabaseSyncThread() + 192
    4 libSystem.B.dylib 0x90023d67 pthreadbody + 84
    Thread 2:
    0 libSystem.B.dylib 0x90009817 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d227 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082ca42 CFRunLoopRunInMode + 61
    3 com.apple.Foundation 0x928585da +[NSURLCache _diskCacheSyncLoop:] + 206
    4 com.apple.Foundation 0x927fbcfc forkThreadForFunction + 123
    5 libSystem.B.dylib 0x90023d67 pthreadbody + 84
    Thread 3:
    0 libSystem.B.dylib 0x90024407 semaphorewait_signaltrap + 7
    1 com.apple.Foundation 0x92851c60 -[NSConditionLock lockWhenCondition:] + 39
    2 com.apple.Syndication 0x99a2c79e -[AsyncDB _run:] + 181
    3 com.apple.Foundation 0x927fbcfc forkThreadForFunction + 123
    4 libSystem.B.dylib 0x90023d67 pthreadbody + 84
    Thread 4:
    0 libSystem.B.dylib 0x90009817 machmsgtrap + 7
    1 com.apple.CoreFoundation 0x9082d227 CFRunLoopRunSpecific + 2014
    2 com.apple.CoreFoundation 0x9082ca42 CFRunLoopRunInMode + 61
    3 com.apple.Safari 0x0002643d 0x1000 + 152637
    4 com.apple.Safari 0x000262f6 0x1000 + 152310
    5 com.apple.Safari 0x0002627b 0x1000 + 152187
    6 libSystem.B.dylib 0x90023d67 pthreadbody + 84
    Thread 5:
    0 libSystem.B.dylib 0x90047927 semaphoretimedwait_signaltrap + 7
    1 com.apple.CoreVideo 0x940fa3d3 CVDisplayLink::waitUntil(unsigned long long) + 407
    2 com.apple.CoreVideo 0x940fadbb CVDisplayLink::runIOThread() + 795
    3 libSystem.B.dylib 0x90023d67 pthreadbody + 84
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0xbfffeddc ecx: 0xa0a57184 edx: 0x00000000
    edi: 0x17573200 esi: 0x00000000 ebp: 0xbfffed98 esp: 0xbfffed80
    ss: 0x0000001f efl: 0x00010282 eip: 0x0004c3b9 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x32dfff com.apple.Safari 4.1 (4533.16) /Applications/Safari.app/Contents/MacOS/Safari
    0x505000 - 0x6dafff com.apple.JavaScriptCore 4533 (4533.13) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7f6000 - 0x7f7fff com.yourcompany.ct_loader ??? (1.0.2.7) /Library/InputManagers/CTLoader/ctloader.bundle/Contents/MacOS/ctloader
    0x1008000 - 0x10f5fff com.apple.WebKit 4533 (4533.16) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x119a000 - 0x1448fff com.apple.QuartzCore 1.4.13 /System/Library/PrivateFrameworks/Safari.framework/Frameworks/QuartzCore.framew ork/Versions/A/QuartzCore
    0x14dc000 - 0x1f9afff com.apple.WebCore 4533 (4533.16) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x256b000 - 0x256bfff org.xlife.InquisitorLoader 3.2 (61) /Library/InputManagers/Inquisitor/Inquisitor.bundle/Contents/MacOS/Inquisitor
    0x27c1000 - 0x27e3fff org.xlife.InquisitorCore 3.2 (61) /Library/InputManagers/Inquisitor/Inquisitor.bundle/Contents/Resources/Inquisit orCore.bundle/Contents/MacOS/InquisitorCore
    0x15df7000 - 0x15e73fff com.conduit.cttoolbar 1.0.2.7 (1027) /Library/Application Support/Conduit/Plugins/cttoolbar.bundle/Contents/MacOS/ct_plugins
    0x17a4e000 - 0x17a5bfff net.telestream.license 1.0.7.2 /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense
    0x17ad4000 - 0x17b3ffff com.DivXInc.DivXDecoder 6.4.0 /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x17b4d000 - 0x17ba0fff com.apple.AppleProResDecoder 2.0 (223) /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x17bdb000 - 0x17bf4fff com.apple.applepixletvideo 1.2.18 (1.2d18) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x17d1a000 - 0x17faffff org.perian.Perian 1.2.1 /Library/QuickTime/Perian.component/Contents/MacOS/Perian
    0x182fa000 - 0x184ebfff net.telestream.wmv.import 2.3.2.6 /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x18521000 - 0x186e1fff net.telestream.wmv.advanced 2.3.2.6 /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x8fe00000 - 0x8fe4afff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90229000 - 0x902fffff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.85 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.11 (368.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.31 (682.32) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91008000 - 0x91047fff com.apple.CFNetwork 129.24 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91158000 - 0x91166fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91415000 - 0x9141cfff libbsm.dylib /usr/lib/libbsm.dylib
    0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91521000 - 0x9154dfff com.apple.AE 316.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91560000 - 0x91634fff com.apple.ColorSync 4.4.13 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166f000 - 0x916e2fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91710000 - 0x917b9fff com.apple.QD 3.10.28 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917df000 - 0x9182afff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91849000 - 0x9185ffff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9186b000 - 0x91886fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91891000 - 0x918cefff com.apple.LaunchServices 183.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918e2000 - 0x918eefff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918f5000 - 0x91935fff com.apple.ImageIO.framework 1.5.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91948000 - 0x919fafff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a40000 - 0x91a56fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a5b000 - 0x91a79fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a7e000 - 0x91addfff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91aef000 - 0x91af3fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91af5000 - 0x91b7dfff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b81000 - 0x91b9cfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91ba1000 - 0x91ba3fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91ba5000 - 0x91c83fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91ca0000 - 0x91cdffff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91ce5000 - 0x91ce5fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91ce7000 - 0x91d75fff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d7c000 - 0x91d7cfff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d7e000 - 0x91dd7fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91de0000 - 0x91e04fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e0c000 - 0x92215fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9224f000 - 0x92603fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92630000 - 0x9271dfff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x9271f000 - 0x9279dfff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927de000 - 0x92a16fff com.apple.Foundation 6.4.12 (567.42) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b36000 - 0x92b4dfff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b58000 - 0x92bb0fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92bc4000 - 0x92bc4fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bc6000 - 0x92bd6fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92be5000 - 0x92bedfff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92bf3000 - 0x92bf9fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92bff000 - 0x92c90fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92ca4000 - 0x92ca8fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92cab000 - 0x92cc9fff com.apple.openscripting 1.2.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92cdb000 - 0x92ce1fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92ce7000 - 0x92d4afff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d71000 - 0x92db2fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92dd9000 - 0x92de7fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92dee000 - 0x92df3fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92df8000 - 0x930edfff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931f3000 - 0x931fefff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93203000 - 0x9321efff com.apple.DirectoryService.Framework 3.2 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9326e000 - 0x9326efff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93270000 - 0x93926fff com.apple.AppKit 6.4.10 (824.48) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93ca7000 - 0x93d22fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d5b000 - 0x93e14fff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e57000 - 0x93e57fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94060000 - 0x940a1fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x940a9000 - 0x940e3fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940e8000 - 0x940fefff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94198000 - 0x941d6fff com.apple.vmutils 4.0.2 (93.1) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x9421a000 - 0x9422bfff com.apple.securityfoundation 2.2.1 (28150) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94239000 - 0x94277fff com.apple.securityinterface 2.2.1 (27695) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94293000 - 0x942a2fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x942a9000 - 0x942b4fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94300000 - 0x9431afff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94320000 - 0x9463ffff com.apple.QuickTime 7.6.4 (1327.73) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94703000 - 0x94711fff com.apple.framework.Apple80211 4.5.5 (455.2) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x947c7000 - 0x9490dfff com.apple.AddressBook.framework 4.0.6 (490) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94999000 - 0x949a8fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x949af000 - 0x949d8fff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x949de000 - 0x949edfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x949f1000 - 0x94a16fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94a22000 - 0x94a3ffff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x94beb000 - 0x94cc3fff edu.mit.Kerberos 5.5.26 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x94d40000 - 0x94d6bfff libcurl.3.dylib /usr/lib/libcurl.3.dylib
    0x94f60000 - 0x94f98fff com.apple.PDFKit 1.0.4 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x96004000 - 0x96004fff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x966df000 - 0x966e4fff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x970c3000 - 0x9719afff com.apple.QuartzComposer 1.2.6 (32.25) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x97223000 - 0x97223fff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x97717000 - 0x97724fff libbz2.1.0.dylib /usr/lib/libbz2.1.0.dylib
    0x979fb000 - 0x988f2fff com.apple.QuickTimeComponents.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x98b3d000 - 0x98b3ffff com.apple.QuickTimeH264.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x99087000 - 0x990b0fff com.apple.CoreMediaPrivate 15.0 /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x99a29000 - 0x99a60fff com.apple.Syndication 1.0.8 (56.1) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9af20000 - 0x9af20fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9b5ee000 - 0x9b62efff com.apple.CoreMediaIOServicesPrivate 20.0 /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x9b8e1000 - 0x9b8f3fff com.apple.SyndicationUI 1.0.8 (56.1) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x9fdfc000 - 0x9fe38fff com.apple.QuickTimeFireWireDV.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x9fe41000 - 0x9fee1fff com.apple.QuickTimeImporters.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x9fefc000 - 0x9ffaafff com.apple.QTKit 7.6.4 (1327.73) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    Model: MacBook2,1, BootROM MB21.00A5.B07, 2 processors, Intel Core 2 Duo, 2 GHz, 2 GB
    Graphics: Intel GMA 950, GMA 950, Built-In, spdisplaysintegratedvram
    Memory Module: BANK 0/DIMM0, 1 GB, DDR2 SDRAM, 667 MHz
    Memory Module: BANK 1/DIMM1, 1 GB, DDR2 SDRAM, 667 MHz
    AirPort: AirPort Extreme, 1.4.4
    Bluetooth: Version 1.9.5f4, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHV2080BHPL, 74.53 GB
    Parallel ATA Device: MATSHITADVD-R UJ-857D
    USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
    USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA

    Third party junk is getting in the way:
    0x256b000 - 0x256bfff org.xlife.InquisitorLoader 3.2 (61) /Library/InputManagers/Inquisitor/Inquisitor.bundle/Contents/MacOS/Inquisitor
    0x27c1000 - 0x27e3fff org.xlife.InquisitorCore 3.2 (61) /Library/InputManagers/Inquisitor/Inquisitor.bundle/Contents/Resources/Inquisit orCore.bundle/Contents/MacOS/InquisitorCore
    0x15df7000 - 0x15e73fff com.conduit.cttoolbar 1.0.2.7 (1027) /Library/Application Support/Conduit/Plugins/cttoolbar.bundle/Contents/MacOS/ct_plugins
    0x7f6000 - 0x7f7fff com.yourcompany.ct_loader ??? (1.0.2.7) /Library/InputManagers/CTLoader/ctloader.bundle/Contents/MacOS/ctloader
    Remove them.

  • Safari 5.0.2 no window and keeps crashing

    Can someone help me please?
    Process: Safari [167]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 5.0.2 (5533.18.5)
    Build Info: WebBrowser-75331805~2
    Code Type: X86 (Native)
    Parent Process: launchd [77]
    Interval Since Last Report: 418 sec
    Crashes Since Last Report: 2
    Per-App Interval Since Last Report: 386 sec
    Per-App Crashes Since Last Report: 2
    Date/Time: 2010-10-02 09:10:01.927 +0800
    OS Version: Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: 302543C8-4EC2-4F57-A018-2A02DB94C22B
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x000000000000000c
    Crashed Thread: 0
    Thread 0 Crashed:
    0 com.apple.Safari 0x0005b5e5 0x1000 + 370149
    1 com.apple.Safari 0x0005b582 0x1000 + 370050
    2 com.apple.Safari 0x0005b013 0x1000 + 368659
    3 com.apple.Safari 0x0005af45 0x1000 + 368453
    4 com.apple.Safari 0x00059a67 0x1000 + 363111
    5 com.conduit.cttoolbar 0x01b09964 -[NSWindowController(CTSafariConnector) didSelectTabViewItem] + 39
    6 com.apple.AppKit 0x97363b60 -[NSTabView selectTabViewItem:] + 1383
    7 com.apple.Safari 0x00079713 0x1000 + 493331
    8 com.apple.Safari 0x000793ed 0x1000 + 492525
    9 com.apple.Safari 0x0007927a 0x1000 + 492154
    10 com.apple.Safari 0x000791b8 0x1000 + 491960
    11 com.apple.Safari 0x000790f4 0x1000 + 491764
    12 com.conduit.cttoolbar 0x01b0961f -[NSWindowController(CTSafariConnector) newTab:] + 43
    13 com.apple.AppKit 0x97316e8f -[NSApplication sendAction:to:from:] + 112
    14 com.apple.Safari 0x00047d83 0x1000 + 290179
    15 com.apple.AppKit 0x973c5b64 -[NSMenu performActionForItemAtIndex:] + 493
    16 com.apple.AppKit 0x973c5869 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 220
    17 com.apple.AppKit 0x973a24ba AppKitMenuEventHandler + 6608
    18 com.apple.HIToolbox 0x9496e13d DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1181
    19 com.apple.HIToolbox 0x9496d57b SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
    20 com.apple.HIToolbox 0x94989ecc SendEventToEventTarget + 52
    21 com.apple.HIToolbox 0x949be1e7 SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 411
    22 com.apple.HIToolbox 0x949e4959 SendMenuCommandWithContextAndModifiers + 59
    23 com.apple.HIToolbox 0x949e4914 SendMenuItemSelectedEvent + 134
    24 com.apple.HIToolbox 0x949e482a FinishMenuSelection(MenuData*, MenuData*, MenuResult*, MenuResult*, unsigned long, unsigned long, unsigned long, unsigned char) + 162
    25 com.apple.HIToolbox 0x949c1494 MenuSelectCore(MenuData*, Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) + 640
    26 com.apple.HIToolbox 0x949c0e7f _HandleMenuSelection2 + 383
    27 com.apple.HIToolbox 0x949c0cf3 _HandleMenuSelection + 53
    28 com.apple.AppKit 0x972dee67 _NSHandleCarbonMenuEvent + 244
    29 com.apple.AppKit 0x97245bc2 _DPSNextEvent + 1918
    30 com.apple.AppKit 0x97244f88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    31 com.apple.Safari 0x000161ab 0x1000 + 86443
    32 com.apple.AppKit 0x9723df9f -[NSApplication run] + 795
    33 com.apple.AppKit 0x9720b1d8 NSApplicationMain + 574
    34 com.apple.Safari 0x0000a74e 0x1000 + 38734
    Thread 1:
    0 libSystem.B.dylib 0x9591744e _semwaitsignal + 10
    1 libSystem.B.dylib 0x95941dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x913c1a5f ***::TCMalloc_PageHeap::scavengerThread() + 175
    3 com.apple.JavaScriptCore 0x913c1d7f ***::TCMalloc_PageHeap::runScavengerThread(void*) + 15
    4 libSystem.B.dylib 0x95941155 pthreadstart + 321
    5 libSystem.B.dylib 0x95941012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x9591744e _semwaitsignal + 10
    1 libSystem.B.dylib 0x95941dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x9278c484 WebCore::IconDatabase::syncThreadMainLoop() + 260
    3 com.apple.WebCore 0x9278879c WebCore::IconDatabase::iconDatabaseSyncThread() + 188
    4 libSystem.B.dylib 0x95941155 pthreadstart + 321
    5 libSystem.B.dylib 0x95941012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x95910266 machmsgtrap + 10
    1 libSystem.B.dylib 0x95917a5c mach_msg + 72
    2 com.apple.CoreFoundation 0x957fde7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x957feaa8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x97a07264 CFURLCacheWorkerThread(void*) + 388
    5 libSystem.B.dylib 0x95941155 pthreadstart + 321
    6 libSystem.B.dylib 0x95941012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x9595f6fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x95941155 pthreadstart + 321
    2 libSystem.B.dylib 0x95941012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x00000000 ecx: 0x9665bc94 edx: 0x00000000
    edi: 0x007ac0e0 esi: 0xbfffe60c ebp: 0xbfffe5b8 esp: 0xbfffe5a0
    ss: 0x0000001f efl: 0x00010286 eip: 0x0005b5e5 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x0000000c
    Binary Images:
    0x1000 - 0x5d2fec com.apple.Safari 5.0.2 (5533.18.5) <97d5cae404807a569eaf7aadbed34a49> /Applications/Safari.app/Contents/MacOS/Safari
    0x646000 - 0x651fff libxar.1.dylib ??? (???) /usr/lib/libxar.1.dylib
    0x659000 - 0x683fe8 com.apple.framework.Apple80211 5.2.8 (528.1) <97dfd0c2d44d3c5839dd96f74e43d9c2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x694000 - 0x6a3ffc SyndicationUI ??? (???) <28a46d7de95282f25743aaaf93013a48> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x1adf000 - 0x1ae0ffc +com.yourcompany.ct_loader 1.4.0.6 (1406) <cb081fec80551692c978a91a59bf5f2b> /Library/InputManagers/CTLoader/ctloader.bundle/Contents/MacOS/ctloader
    0x1b05000 - 0x1bcefff +com.conduit.cttoolbar 1.4.0.6 (1406) <d2a453a7cc660ac32b56c54f1b711797> /Library/Application Support/Conduit/Plugins/cttoolbar.bundle/Contents/MacOS/ct_plugins
    0x11e12000 - 0x121c0fe3 com.apple.RawCamera.bundle 3.3.0 (533) <05a38d218556434c8baa850a6ec99b37> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x15fb2000 - 0x15fb4ffa +Adobe Unit Types a2.0.0 (2.0.0) /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types
    0x15fb8000 - 0x15fb8ffe +com.conduit.ct_scripting.osax 1.4.0.6 (1406) <92d4792a5a53176845888eda0e7e714e> /Library/ScriptingAdditions/ctscripting.osax/Contents/MacOS/ctscripting
    0x1641f000 - 0x16424ff3 libCGXCoreImage.A.dylib ??? (???) <adb040a70a21224cdd51dbcb779520bf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x900f1fef com.apple.PubSub 1.0.5 (65.20) <85a564c5da3f781e7d5c83d5feb4084d> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x900f2000 - 0x902aeff3 com.apple.QuartzComposer 2.1 (106.13) <f487aaca8ebdc7e334e2c79cebd8da66> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x902d9000 - 0x90313fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x90314000 - 0x906d0ff4 com.apple.VideoToolbox 0.484.2 (484.2) <35f2d177796ebb3b61f9d06593d1787a> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x906d6000 - 0x906f3ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x90708000 - 0x90795ff7 com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x90796000 - 0x90b33fef com.apple.QuartzCore 1.5.8 (1.5.8) <8dc9ad0616bf56ebba60d6353737ac4e> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x90ba2000 - 0x90bdcffe com.apple.securityfoundation 3.0.2 (36131) <f36bdfb346d21856a7aa3e67024cc1d7> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x90bdd000 - 0x90be6fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <da2d8411921a3fd8bc898dc753b7f3ee> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x90be7000 - 0x90be7fff com.apple.Carbon 136 (136) <2ea8decb44f41c4f2fc6fe93e0a53174> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90be8000 - 0x90c4effb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x90c4f000 - 0x90da1ff3 com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x90da2000 - 0x90dfcff7 com.apple.CoreText 2.0.4 (???) <fd10cb9829cb057b3ca098a01c93aeb2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90e07000 - 0x90f3ffe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x90f40000 - 0x90f40ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x90f41000 - 0x90f41ff8 com.apple.ApplicationServices 34 (34) <ee7bdf593da050bb30c7a1fc446eb8a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90f42000 - 0x90f78fef libtidy.A.dylib ??? (???) <0609e44f2b382cd9611522551097d831> /usr/lib/libtidy.A.dylib
    0x90f79000 - 0x90febfff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x90fec000 - 0x90feffff com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x90ff8000 - 0x90ff8ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1f4c10fcc17187a6f106e0a0be8236b0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x90ff9000 - 0x91030fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <eab546255ac099b9616df999c9359d0e> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91031000 - 0x91037fff com.apple.print.framework.Print 218.0.3 (220.2) <0b70ba17cbbe4d62a00bec91c8cc675e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x91038000 - 0x91043fe7 libCSync.A.dylib ??? (???) <8ddd66638d4c34e5611916c35f89ca8d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91044000 - 0x9118efeb com.apple.QTKit 7.6.6 (1674) <ff784c2169c4214493a2b5153d80bd25> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9118f000 - 0x911adfff libresolv.9.dylib ??? (???) <39f6d8651f3dca7a1534fa04322e6763> /usr/lib/libresolv.9.dylib
    0x911ae000 - 0x911beffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x911bf000 - 0x91252ff3 com.apple.ApplicationServices.ATS 238.14.1 (???) <c9ab7144b2243d0f0f9cd3e264456a6a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x91253000 - 0x9144bfff com.apple.JavaScriptCore 5533.18 (5533.18.1) <35153f2ee49352b58351e68118bfc971> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x914f1000 - 0x915acfe3 com.apple.CoreServices.OSServices 228.1 (228.1) <3cb50cfcebbb291797b32cb7c2677f87> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x915ad000 - 0x916f5ff7 com.apple.ImageIO.framework 2.0.7 (2.0.7) <2a585e8223b98b77e0d7d566770b98fd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x916f6000 - 0x916f6ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x916f7000 - 0x916f9ff5 libRadiance.dylib ??? (???) <97ff039f6d372ab58a684a0e311e4ed4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x916fa000 - 0x91801ff7 com.apple.WebKit 5533.18 (5533.18.1) <440347f9cd9c6a7522ee74205b8a0c6d> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x92702000 - 0x9275bff7 libGLU.dylib ??? (???) <a08a753efc35f8a27f9c8f938fa01101> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9275c000 - 0x92785fff libcups.2.dylib ??? (???) <9f900b075e5c7c4820aa24e974cf99f0> /usr/lib/libcups.2.dylib
    0x92786000 - 0x9327ffff com.apple.WebCore 5533.18 (5533.18.1) <9604e225d63566d0ecb141c1d0d291e2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x93280000 - 0x93330fff edu.mit.Kerberos 6.0.14 (6.0.14) <673f107cdae80c084774a27bc7bc46c1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x93331000 - 0x9333dffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9333e000 - 0x9334aff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x934e4000 - 0x93664fff com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x93665000 - 0x936c1ff7 com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x936c7000 - 0x936ddfff com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x937a8000 - 0x9384ffeb com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x939b4000 - 0x93a41ff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x93a42000 - 0x93a47fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x93a48000 - 0x93a4afff com.apple.securityhi 3.0 (30817) <db23f4bad9f63a606468a4047a69b945> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93a4b000 - 0x93a9cff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x93ad0000 - 0x93afffe3 com.apple.AE 402.3 (402.3) <aee412511c8725cd1a2cfb6501316bd5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x93b00000 - 0x93b07fe9 libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
    0x93b08000 - 0x93b0fff7 libCGATS.A.dylib ??? (???) <c1163cbfe15d84f17076245f25094567> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x93b10000 - 0x93b1afeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <df077a8048afc3075c6f2d9e7780e78e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93b1b000 - 0x93baefff com.apple.ink.framework 101.3 (86) <d4c85b5cafa8027fff042b84a8be71dc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93baf000 - 0x93bafffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x93bc8000 - 0x93be4ff3 com.apple.CoreVideo 1.6.1 (48.6) <f1837beeefc81964abf7b58075edea2f> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x93db2000 - 0x93dd1ffa libJPEG.dylib ??? (???) <38a243000d3abefeb9ff97e4657538a4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x93dd2000 - 0x93df0ff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <062b391cc6becb098d8e5f4b32e50c4a> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93df1000 - 0x93e19ff7 com.apple.shortcut 1.0.1 (1.0) <a452d3f7feae073a12718c2bc553c575> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x93e1a000 - 0x93e65ff7 com.apple.CoreMediaIOServices 130.0 (935) <4ee695edd53f5aa200021a2f69d24f76> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x93e66000 - 0x93feafef com.apple.MediaToolbox 0.484.2 (484.2) <a5110a7d3bcb02c45ad8fca1f4957917> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x93feb000 - 0x93febffa com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x93fec000 - 0x9403bfff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x9403c000 - 0x940b6ff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <3839795086b6857d3c60064dce8702b5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x940b7000 - 0x940f6fef libTIFF.dylib ??? (???) <0437eac77e4e874f566ec4219ad1b249> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x940f7000 - 0x941dfff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941e0000 - 0x94267ff7 libsqlite3.0.dylib ??? (???) <7d1fcfae937da95c7d2b9bdea57e6dc0> /usr/lib/libsqlite3.0.dylib
    0x94268000 - 0x942a9fe7 libRIP.A.dylib ??? (???) <c2654681db8115c8320d9ac04c8835f2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x942aa000 - 0x94375fef com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x945df000 - 0x9465cfef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9465d000 - 0x946e7ff7 com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x946e8000 - 0x946fdffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9474d000 - 0x94759fff libbz2.1.0.dylib ??? (???) <887bb6f73d23088fe42946cd9f134876> /usr/lib/libbz2.1.0.dylib
    0x9475a000 - 0x9476afff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <273d96ff861dc68be659c07ef56f599a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9476b000 - 0x947b6fe1 com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x947b7000 - 0x947e2fe7 libauto.dylib ??? (???) <2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib
    0x947f5000 - 0x9492eff7 libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x9492f000 - 0x94930ffc libffi.dylib ??? (???) <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
    0x94957000 - 0x94965ffd libz.1.dylib ??? (???) <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
    0x94966000 - 0x94c6efe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x94c6f000 - 0x94c7efff libsasl2.2.dylib ??? (???) <0ae9f3c08d8508d9dba56324c60ceb63> /usr/lib/libsasl2.2.dylib
    0x94c7f000 - 0x94cc1fef com.apple.NavigationServices 3.5.2 (163) <72cdc9d21f6690837870923e7b8ca358> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x94cc2000 - 0x94fedff6 com.apple.QuickTime 7.6.6 (1674) <3ebc05dcaf5857bc3d33a04ebabf5c1a> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94fee000 - 0x94ff3fff com.apple.CommonPanels 1.2.4 (85) <c135f02edd6b2e2864311e0b9d08a98d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x94ff4000 - 0x94ffcfff com.apple.DiskArbitration 2.2.1 (2.2.1) <2664eeb3a4d0c95a21c089892a0ae8d0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x94ffd000 - 0x9502afeb libvDSP.dylib ??? (???) <4daafed78a471133ec30b3ae634b6d3e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9502b000 - 0x950aaff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x950ab000 - 0x954bbfef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x954bc000 - 0x95738fe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9578b000 - 0x958befe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x958bf000 - 0x958fdfff libGLImage.dylib ??? (???) <b154e14c351ddc950d5228819201435e> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x958fe000 - 0x958feff8 com.apple.Cocoa 6.5 (???) <a1bc9247cf65c20f1a44d0973cbe649c> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x958ff000 - 0x9590effe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <9a3a2108a5612a5e683e7e026c582a98> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9590f000 - 0x95a76ff3 libSystem.B.dylib ??? (???) <c8f52e158bf540cc000146ca8a705958> /usr/lib/libSystem.B.dylib
    0x95a83000 - 0x95a9bfff com.apple.openscripting 1.2.8 (???) <a6b446eb8ec7844096df5fb9002f5c7b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x95a9c000 - 0x95d76ff3 com.apple.CoreServices.CarbonCore 786.16 (786.16) <60b518e4ad02b91826240199a6311286> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x95e9f000 - 0x95e9fffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x95ea0000 - 0x96540fff com.apple.CoreGraphics 1.409.6 (???) <572a4bdefeabf73e1d7f96cbfe46bb60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x96541000 - 0x96548ffe libbsm.dylib ??? (???) <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
    0x96549000 - 0x96592fef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x96598000 - 0x96678fff libobjc.A.dylib ??? (???) <d1469bf9fe852864d4fff185c72768e8> /usr/lib/libobjc.A.dylib
    0x96679000 - 0x966f6feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x966f7000 - 0x967beff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x967bf000 - 0x967dbff3 libPng.dylib ??? (???) <d37524fe884aa164ab7db93d4c803b64> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x967dc000 - 0x9682afe3 com.apple.AppleVAFramework 4.1.17 (4.1.17) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x9682b000 - 0x96cfcf76 libGLProgrammability.dylib ??? (???) <bf7fb226cbb412edfa377537c3e35877> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x96cfd000 - 0x96d2ffff com.apple.LDAPFramework 1.4.5 (110) <bb7a3e5d66f00d1d1c8a40569b003ba3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x96d30000 - 0x96d61ffb com.apple.quartzfilters 1.5.0 (1.5.0) <92b4f39479fdcabae0d8f53febd22fad> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x96d62000 - 0x96d6ffe7 com.apple.opengl 1.5.10 (1.5.10) <95c3d857570a137d0e8285c9eafa1112> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x96d70000 - 0x96f41ff3 com.apple.security 5.0.6 (37592) <f1a8272a82bd88ecbacc694963fc2f48> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x96f77000 - 0x97058ff7 libxml2.2.dylib ??? (???) <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
    0x97059000 - 0x9705dfff libGIF.dylib ??? (???) <0984073a08c59c7c6be81e52cebf2bec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9705e000 - 0x97063fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x97064000 - 0x97088feb libssl.0.9.7.dylib ??? (???) <5b29af782be5894be8b336c9c73c18b6> /usr/lib/libssl.0.9.7.dylib
    0x97089000 - 0x970c9fef com.apple.CoreMedia 0.484.2 (484.2) <37461ff47cb25ad434a8544c97271d28> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x970ca000 - 0x970eefff libxslt.1.dylib ??? (???) <f0872c9ba3c17861fba8c45a3647cee1> /usr/lib/libxslt.1.dylib
    0x970ef000 - 0x970f1ffd com.apple.CrashReporterSupport 10.5.7 (161) <ccdc3f2000afa5fcbb8537845f36dc01> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x970f2000 - 0x970f2ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x970f3000 - 0x970f3ffe com.apple.quartzframework 1.5 (1.5) <6865aa0aeaa584b5a54d43f2f21d6c08> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x970f4000 - 0x97151ffb libstdc++.6.dylib ??? (???) <7d389389a99ce696726cf4c8980cc505> /usr/lib/libstdc++.6.dylib
    0x97152000 - 0x97204ffb libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x97205000 - 0x97a03fef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x97a04000 - 0x97aabfec com.apple.CFNetwork 438.14 (438.14) <1b84042a2846b1d91a89157acc997e70> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x97aac000 - 0x97ab0fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x97ab1000 - 0x97e6ffea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    HI and welcome to Apple Discussions...
    /Library/InputManagers/CTLoader/
    ctloader.bundle/Contents/MacOS/ctloader
    /Library/Application Support/
    Conduit/Plugins/cttoolbar.bundle/Contents/MacOS/ct_plugins
    /Library/ScriptingAdditions
    ctscripting.osax/Contents/MacOS/ctscripting
    Open a Finder window. Open the Library folder. Then the InputManagers folder, the Application Support folder, and the Scripting Additions folder.
    Move all the files in bold print to the Trash.
    Relaunch Safari.
    The CTLoader/Community Toolbar is not compatible with Safari 5
    Carolyn

  • How to get rid of the console window and keep the GUI?

    i made a jar, but my app needs the API to sniff the network.
    i made a .bat file so that i can run the jar file without having to type in the commands.
    //contents of myApp.bat
    start java -Djava.library.path="jnetpcap-1.3.0" -jar myApp.jarthe problem is, there's this fugly CMD prompt that just wont go away. if i close it, it closes my app as well. so, how do i solve this?
    thanks.

    Use the "javaw" command instead of the "java" command.

  • 9i forms_mdi_window maximize doesn't truly maximize Applett window

    When I start a 9i Form it pops up in a separate Applett window, and then the form does a:
    set_window_property(FORMS_MDI_WINDOW,WINDOW_STATE, MAXIMIZE);
    However, this does not exactly maximize the Applett window. It just makes it as big as the whole desktop, which incidentally extends the status bar below the Task Bar/Start Menu on the MS Windows desktop.
    Manually pressing the maximize button on the MDI windows is, however, able to do a maximize. However, setting it programmatically does not work the same as under 6i (which did it correctly).
    Is there a way to actually make it maximize the MDI window programmatically?
    Sincerely,
    Jesper Vad Kristensen
    Aarhus, Denmark.

    I think I have a slightly different problem
    I can still see the staus bar and message bar and the browser window does not obsure the windows task bar.
    The forms window within the java applet does not maximise as it used to in 6i client server.
    Previously the minimise/restore/close buttons were directly under the main runtime window (is that the MDI window?)
    Now there is an extra window bar underneath the menu and toolbar canvas. It is maximised but doesn't integrate itself into the MDI window as previously.

  • How to put a little textbox in a regular applet window for user input

    Hi i was just wondering if anybody knows how to draw a text box, (for user input), in a applet window and be able to put it in a specific spot, like when you draw a rectangle.
    I have searched the web and have not found any answers, but i have seen projects that do this but they dont have the source code.

    JTextField?

  • Portable Hard drive formating for use with windows and mac operating system

    Just bought a verbatim sure fire 500g 800 firewire portable hard drive for my new macbook pro. I have not did bootcamp yet because I am deciding on wether to use Vista or the new windows 7 that will be coming out soon. The drive is already formated HFS+, how do I format the drive so I can write both windows and mac files to it. Help!!!

    how do I format the drive so I can write both windows and mac files to it.
    Either format it to MS-DOS from the DIsk Utility, or install a tool such as MacDrive into Windows and keep the drive in its current format, or install the NTFS-3G driver into Mac OS X and format the drive to NTFS in Windows.
    (45687)

  • I have updated my iTunes to the newest version, 10-25 on a windows XP system. Now my java virtual machine is not working and I need it to run applet window. My Java is also newest version. What can I do to fix/repair my issue?

    I need help with java on windowsXP after updating iTunes to the latest version. My java will not work and I get error message need java virtual machine to run applet window. Did not have this problem prior to the iTunes update.
    Please help, Thanks

    If your library was working on your computer and then popped up empty all of a sudden then this might be what you need...
    Empty/corrupt library after upgrade/crash
    Hopefully it's not been too long since you last upgraded iTunes, in fact if you get an empty/incomplete library immediately after upgrading then with the following steps you shouldn't lose a thing or need to do any further housekeeping. In the Previous iTunes Libraries folder should be a number of dated iTunes Library files. Take the most recent of these and copy it into the iTunes folder. Rename iTunes Library.itl as iTunes Library (Corrupt).itl and then rename the restored file as iTunes Library.itl. Start iTunes. Should all be good, bar any recent additions to or deletions from your library.
    See iTunes Folder Watch for a tool to catch up with any changes since the backup file was created.
    When you get it all working make a backup!
    tt2

Maybe you are looking for