Open only 1 Window at a time!!!

Hy, I have create a JFrame and place 2 JButtons on it (Button A & B). When I click on button A another JFrame opens and when a click on button
B another JFrame opens.
What I want is when I click on button A and that the JFrame for that
button is opened. I can't click on the other button until I have close
the previously opened JFrame.
I do not want to disabled button B.
Is there another way to implement this.
Something like, Focus windows..
can I have the code please for implementing this
thanks

Here is an example:
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class GlassPaneTest extends JFrame
     private JPanel mainPanel = new JPanel();
     private BlockableFrame frame1 = null, frame2 = null;
     //Make a glassPane object that is used as glassPane. Simple, eh? =)
     private MouseBlocker glassPane = new MouseBlocker();     
     public GlassPaneTest(){
            //Two frames for the buttons
            frame1 = new BlockableFrame(this);
            frame2 = new BlockableFrame(this);
          //set the glassPane object as our glassPane
          setGlassPane(glassPane);
          //Make some buttons
          JButton butt = new JButton("Open frame 1");
          butt.addActionListener(new ActionListener(){
               public void actionPerformed(ActionEvent e)
                    //Make the child frame visible
                    frame1.setVisible(true);
                    //Set the glasspane visible, from now on it intercepts all mouse events and consumes them
                    glassPane.setVisible(true);
          mainPanel.add(butt);
          butt = new JButton("Open frame 2");
          butt.addActionListener(new ActionListener(){
               public void actionPerformed(ActionEvent e)
                    frame2.setVisible(true);
                  glassPane.setVisible(true);
          mainPanel.add(butt);     
        addWindowListener(new WindowAdapter(){
                public void windowClosing(WindowEvent e)
                     System.exit(0);
        //Show the app
          getContentPane().add(mainPanel);
          pack();
          setSize(400,400);
          setLocation(400,100);
          setVisible(true);
     public void unlock(){
          //Hide the glassPane so events can again flow to our parent frame
          glassPane.setVisible(false);
     public static void main(String args[]){
          new GlassPaneTest();
//TestFrame
class BlockableFrame extends JFrame implements WindowListener
     private GlassPaneTest parentFrame;
     public BlockableFrame(GlassPaneTest parent){
          addWindowListener(this);
          parentFrame = parent;
          getContentPane().setLayout(new BorderLayout());
          getContentPane().add(new JLabel("foo"),BorderLayout.CENTER);
          pack();
     public void windowActivated(WindowEvent e){}
     public void windowClosed(WindowEvent e){}
     public void windowDeactivated(WindowEvent e){}
     public void windowDeiconified(WindowEvent e){}
     public void windowIconified(WindowEvent e){}
     public void windowOpened(WindowEvent e){}
     public void windowClosing(WindowEvent e){
          //Unlock the parent frame
          parentFrame.unlock();
//This class is the actual class that consumes mouse events
class MouseBlocker extends JComponent implements MouseListener
     public MouseBlocker() {        
          //Set the wait cursor so we know that events are consumed
          this.setCursor( Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR) );
          setOpaque(false);       
     public void setVisible(boolean isVisible){        
          if(isVisible){            
               addMouseListener(this);
          } else {            
               removeMouseListener(this);
          super.setVisible(isVisible);    
     public void mousePressed(MouseEvent e){
          //Consume the mouse event. This means that event is not passed to the default event handler
          //This way buttons cannot be pressed
          e.consume();
     public void mouseReleased(MouseEvent e){
          e.consume();
     public void mouseClicked(MouseEvent e){
          e.consume();
     public void mouseEntered(MouseEvent e){
          e.consume();
     public void mouseExited(MouseEvent e){
          e.consume();
} Hope it helps!
Br,
J

Similar Messages

  • Firefox 3.6.6 for Windows opens blank window the first time it is launched

    Firefox 3.6.6 for Windows opens blank window the first time it is launched
    == This happened ==
    Every time Firefox opened
    == Upgraded to 3.6.6

    Hello Gary.
    Go into ''Tools > Options > General > Startup:When Firefox starts:'' and configure it as you like.

  • I lost my only navigation tool bar, so I can only open one window at a time, and can't use google. Help.

    I'm not sure what I did, but I right clicked on my google tool bar (which I use since I can't find the Firefox navigation toolbar) and I somehow disabled it. Now I can only use one window at a time, and if I go to a website, I can't go to another without closing my current one so I can go to my homepage, which is google.

    If the Menu Bar is hidden then press F10 or press and hold the Alt key down to bring up the "Menu Bar" temporarily.
    Go to "View > Toolbars" or right-click the "Menu Bar" or press Alt+V T to select which toolbars to show or hide (click on an entry to toggle the state).
    See also [[Menu bar is missing]] and http://kb.mozillazine.org/Toolbar_customization

  • I updated Firefox and now I can only open 1 window at a time. help?

    When I attempt to open another window, the icon and circle flash, but no window opens

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Safari won't open a window/crashes every time it is opened!

    After downloading some updates (not sure what specifically) Safari won't open. I've tried resetting Safari, installing Safari 5.0, First Aid on my disk. Any advice on what else to try?
    Does this mean anything to anyone?
    Process: Safari [118]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 5.0 (5533.16)
    Build Info: WebBrowser-75331600~3
    Code Type: X86 (Native)
    Parent Process: launchd [65]
    Interval Since Last Report: 6828 sec
    Crashes Since Last Report: 8
    Per-App Interval Since Last Report: 2894 sec
    Per-App Crashes Since Last Report: 8
    Date/Time: 2010-06-17 17:23:36.879 -0500
    OS Version: Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: B6F81259-BB12-4657-92FF-D2AB755DEE66
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x000000000000000c
    Crashed Thread: 0
    Thread 0 Crashed:
    0 com.apple.Safari 0x0005b199 0x1000 + 369049
    1 com.apple.Safari 0x0005b15a 0x1000 + 368986
    2 com.apple.Safari 0x0005abeb 0x1000 + 367595
    3 com.apple.Safari 0x0005ab1d 0x1000 + 367389
    4 com.apple.Safari 0x00040acb 0x1000 + 260811
    5 com.apple.Foundation 0x96bf488e __NSFireDelayedPerform + 382
    6 com.apple.CoreFoundation 0x972468f5 CFRunLoopRunSpecific + 4469
    7 com.apple.CoreFoundation 0x97246aa8 CFRunLoopRunInMode + 88
    8 com.apple.HIToolbox 0x966012ac RunCurrentEventLoopInMode + 283
    9 com.apple.HIToolbox 0x966010c5 ReceiveNextEventCommon + 374
    10 com.apple.HIToolbox 0x96600f39 BlockUntilNextEventMatchingListInMode + 106
    11 com.apple.AppKit 0x91c886d5 _DPSNextEvent + 657
    12 com.apple.AppKit 0x91c87f88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    13 com.apple.Safari 0x00015e67 0x1000 + 85607
    14 com.apple.AppKit 0x91c80f9f -[NSApplication run] + 795
    15 com.apple.AppKit 0x91c4e1d8 NSApplicationMain + 574
    16 com.apple.Safari 0x0000a3c6 0x1000 + 37830
    Thread 1:
    0 libSystem.B.dylib 0x9571644e _semwaitsignal + 10
    1 libSystem.B.dylib 0x95740dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x90cf9dff ***::TCMalloc_PageHeap::scavengerThread() + 175
    3 com.apple.JavaScriptCore 0x90cfa11f ***::TCMalloc_PageHeap::runScavengerThread(void*) + 15
    4 libSystem.B.dylib 0x95740155 pthreadstart + 321
    5 libSystem.B.dylib 0x95740012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x9571644e _semwaitsignal + 10
    1 libSystem.B.dylib 0x95740dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.WebCore 0x90e50894 WebCore::IconDatabase::syncThreadMainLoop() + 260
    3 com.apple.WebCore 0x90e4ca71 WebCore::IconDatabase::iconDatabaseSyncThread() + 193
    4 libSystem.B.dylib 0x95740155 pthreadstart + 321
    5 libSystem.B.dylib 0x95740012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x9570f266 machmsgtrap + 10
    1 libSystem.B.dylib 0x95716a5c mach_msg + 72
    2 com.apple.CoreFoundation 0x97245e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x97246aa8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x93637264 CFURLCacheWorkerThread(void*) + 388
    5 libSystem.B.dylib 0x95740155 pthreadstart + 321
    6 libSystem.B.dylib 0x95740012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x9575e6fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x95740155 pthreadstart + 321
    2 libSystem.B.dylib 0x95740012 thread_start + 34
    Thread 5:
    0 com.apple.Safari 0x00219b08 0x1000 + 2198280
    1 com.apple.Safari 0x0021a053 0x1000 + 2199635
    2 com.apple.Safari 0x00267685 0x1000 + 2516613
    3 com.apple.Safari 0x00270707 0x1000 + 2553607
    4 com.apple.Safari 0x00030f5c 0x1000 + 196444
    5 com.apple.Safari 0x000f5885 0x1000 + 1001605
    6 com.apple.Safari 0x00030ca0 0x1000 + 195744
    7 com.apple.Safari 0x00030bbf 0x1000 + 195519
    8 com.apple.Safari 0x00030b2e 0x1000 + 195374
    9 com.apple.Safari 0x00030623 0x1000 + 194083
    10 com.apple.Safari 0x000304d9 0x1000 + 193753
    11 com.apple.Safari 0x00030470 0x1000 + 193648
    12 com.apple.Safari 0x000303bf 0x1000 + 193471
    13 com.apple.Safari 0x0002fcfc 0x1000 + 191740
    14 com.apple.Safari 0x0002f02f 0x1000 + 188463
    15 com.apple.Safari 0x0002ee4b 0x1000 + 187979
    16 com.apple.CoreFoundation 0x972463c5 CFRunLoopRunSpecific + 3141
    17 com.apple.CoreFoundation 0x97246aa8 CFRunLoopRunInMode + 88
    18 com.apple.Safari 0x0002ea39 0x1000 + 186937
    19 com.apple.Safari 0x0002e782 0x1000 + 186242
    20 com.apple.Safari 0x0002e71b 0x1000 + 186139
    21 libSystem.B.dylib 0x95740155 pthreadstart + 321
    22 libSystem.B.dylib 0x95740012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x9570f266 machmsgtrap + 10
    1 libSystem.B.dylib 0x95716a5c mach_msg + 72
    2 com.apple.CoreFoundation 0x97245e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x97246aa8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x96c23520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x96bbfdfd -[NSThread main] + 45
    6 com.apple.Foundation 0x96bbf9a4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x95740155 pthreadstart + 321
    8 libSystem.B.dylib 0x95740012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x00000000 ecx: 0x937d1c94 edx: 0x00000000
    edi: 0xa090fb40 esi: 0xbfffebbc ebp: 0xbfffeb78 esp: 0xbfffeb60
    ss: 0x0000001f efl: 0x00010286 eip: 0x0005b199 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x0000000c
    Binary Images:
    0x1000 - 0x5ceff0 com.apple.Safari 5.0 (5533.16) <19d9230cb3d6cb500bca9a37dd897d0d> /Applications/Safari.app/Contents/MacOS/Safari
    0x642000 - 0x64dfff libxar.1.dylib ??? (???) /usr/lib/libxar.1.dylib
    0x655000 - 0x67ffe8 com.apple.framework.Apple80211 5.2.8 (528.1) <97dfd0c2d44d3c5839dd96f74e43d9c2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x690000 - 0x69fff8 SyndicationUI ??? (???) <7b47710fa39f08be613ecebe0e4f5ece> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x6d1000 - 0x6d1ffe +com.conduit.ct_scripting.osax 1.4.0.6 (1406) <92d4792a5a53176845888eda0e7e714e> /Library/ScriptingAdditions/ctscripting.osax/Contents/MacOS/ctscripting
    0x1ade000 - 0x1adfffc +com.yourcompany.ct_loader 1.4.0.6 (1406) <cb081fec80551692c978a91a59bf5f2b> /Library/InputManagers/CTLoader/ctloader.bundle/Contents/MacOS/ctloader
    0x11c10000 - 0x11f8fff3 com.apple.RawCamera.bundle 3.0.2 (527) <981ab8346c346fa5f88601df06c56609> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x13734000 - 0x137fdfff +com.conduit.cttoolbar 1.4.0.6 (1406) <d2a453a7cc660ac32b56c54f1b711797> /Library/Application Support/Conduit/Plugins/cttoolbar.bundle/Contents/MacOS/ct_plugins
    0x16a42000 - 0x16a47ff3 libCGXCoreImage.A.dylib ??? (???) <ebbf9ab0f700c881f7e2f94ffedc1bdf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x16ea7000 - 0x16ea8fff com.apple.JavaPluginCocoa 12.6.0 (12.6.0) <a3fdbdf37a0cbdb866197177dfc21507> /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/JavaPluginCoco a.bundle/Contents/MacOS/JavaPluginCocoa
    0x16eae000 - 0x16eb5fff com.apple.JavaVM 12.6.0 (12.6.0) <057da0b31147d0218d472ebdff514979> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x90003ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x90004000 - 0x901d5ff3 com.apple.security 5.0.6 (37592) <5d7ae92f2e52ee7ba5ae658399770602> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x902e3000 - 0x902edfeb 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
    0x902ee000 - 0x9033fff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90340000 - 0x90479ff7 libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x9047a000 - 0x9047affb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x9047b000 - 0x904a8feb libvDSP.dylib ??? (???) <4daafed78a471133ec30b3ae634b6d3e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9064a000 - 0x906bcfff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x906bd000 - 0x906c5fff com.apple.DiskArbitration 2.2.1 (2.2.1) <2664eeb3a4d0c95a21c089892a0ae8d0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x906c6000 - 0x906d1fe7 libCSync.A.dylib ??? (???) <d88c20c9a2fd0676dec62fddfa74979f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x906d2000 - 0x906d7fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x906d8000 - 0x906d8ff8 com.apple.Cocoa 6.5 (???) <a1bc9247cf65c20f1a44d0973cbe649c> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x906e5000 - 0x906ecffe libbsm.dylib ??? (???) <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
    0x90732000 - 0x90773fe7 libRIP.A.dylib ??? (???) <e9c5df8bd574b71e55ac60c910b929ce> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x90774000 - 0x90b84fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x90b85000 - 0x90d81fff com.apple.JavaScriptCore 5533 (5533.13) <cef0a091b122549249e116cb9e213c60> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x90d82000 - 0x90d82ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x90d83000 - 0x90d83ffa com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90d84000 - 0x90e17fff com.apple.ink.framework 101.3 (86) <d4c85b5cafa8027fff042b84a8be71dc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x90e18000 - 0x90e49ffb com.apple.quartzfilters 1.5.0 (1.5.0) <92b4f39479fdcabae0d8f53febd22fad> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x90e4a000 - 0x91961fff com.apple.WebCore 5533 (5533.16) <d76fbda5a7037dbea2216ef51fc426c0> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x91962000 - 0x919abfef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x919ac000 - 0x919aefff com.apple.securityhi 3.0 (30817) <db23f4bad9f63a606468a4047a69b945> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x919af000 - 0x91af9feb com.apple.QTKit 7.6.6 (1674) <ff784c2169c4214493a2b5153d80bd25> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x91afa000 - 0x91b22ff7 com.apple.shortcut 1.0.1 (1.0) <a452d3f7feae073a12718c2bc553c575> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x91bc8000 - 0x91c2effb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x91c2f000 - 0x91c47fff com.apple.openscripting 1.2.8 (???) <a6b446eb8ec7844096df5fb9002f5c7b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x91c48000 - 0x92446fef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92447000 - 0x924a3ff7 com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x924a4000 - 0x924a4ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1f4c10fcc17187a6f106e0a0be8236b0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x924a5000 - 0x92b45feb com.apple.CoreGraphics 1.409.5 (???) <a40644ccdbdc76e3a0ab4d468b2f9bdd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x92bc2000 - 0x92bf1fe3 com.apple.AE 402.3 (402.3) <aee412511c8725cd1a2cfb6501316bd5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x92bf2000 - 0x92bfeffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92bff000 - 0x92c7cfeb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x92c9a000 - 0x92cdcfef com.apple.NavigationServices 3.5.2 (163) <72cdc9d21f6690837870923e7b8ca358> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92cdd000 - 0x92d1bfff libGLImage.dylib ??? (???) <b154e14c351ddc950d5228819201435e> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x92d1c000 - 0x92d20fff libGIF.dylib ??? (???) <0984073a08c59c7c6be81e52cebf2bec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x92d21000 - 0x92dd1fff edu.mit.Kerberos 6.0.14 (6.0.14) <673f107cdae80c084774a27bc7bc46c1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x92dd2000 - 0x92dd4ff5 libRadiance.dylib ??? (???) <97ff039f6d372ab58a684a0e311e4ed4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x92dd5000 - 0x92dd8fff com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92dd9000 - 0x92df5ff3 com.apple.CoreVideo 1.6.1 (48.6) <f1837beeefc81964abf7b58075edea2f> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x92df6000 - 0x92e35fef libTIFF.dylib ??? (???) <0437eac77e4e874f566ec4219ad1b249> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x92e36000 - 0x92e5afeb libssl.0.9.7.dylib ??? (???) <5b29af782be5894be8b336c9c73c18b6> /usr/lib/libssl.0.9.7.dylib
    0x92e5b000 - 0x92fdffef com.apple.MediaToolbox 0.484.2 (484.2) <a5110a7d3bcb02c45ad8fca1f4957917> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x9301d000 - 0x9301fffd com.apple.CrashReporterSupport 10.5.7 (161) <ccdc3f2000afa5fcbb8537845f36dc01> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x93020000 - 0x9334bff6 com.apple.QuickTime 7.6.6 (1674) <3ebc05dcaf5857bc3d33a04ebabf5c1a> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9334c000 - 0x933c6ff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <3839795086b6857d3c60064dce8702b5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x933cc000 - 0x933d9fe7 com.apple.opengl 1.5.10 (1.5.10) <95c3d857570a137d0e8285c9eafa1112> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x933da000 - 0x933e9fff libsasl2.2.dylib ??? (???) <0ae9f3c08d8508d9dba56324c60ceb63> /usr/lib/libsasl2.2.dylib
    0x933ea000 - 0x93491feb com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x93492000 - 0x9349bfff 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
    0x934d1000 - 0x934ddfff libbz2.1.0.dylib ??? (???) <887bb6f73d23088fe42946cd9f134876> /usr/lib/libbz2.1.0.dylib
    0x934de000 - 0x93529ff7 com.apple.CoreMediaIOServices 130.0 (935) <4ee695edd53f5aa200021a2f69d24f76> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x9352a000 - 0x93547ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x93548000 - 0x93630ff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93634000 - 0x936dbfec com.apple.CFNetwork 438.14 (438.14) <827c6cb4419aedec003bb42cbec079af> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x936dc000 - 0x936e3fe9 libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
    0x936e4000 - 0x9370dfff libcups.2.dylib ??? (???) <9f900b075e5c7c4820aa24e974cf99f0> /usr/lib/libcups.2.dylib
    0x9370e000 - 0x937eefff libobjc.A.dylib ??? (???) <d1469bf9fe852864d4fff185c72768e8> /usr/lib/libobjc.A.dylib
    0x937ef000 - 0x93927fe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x93928000 - 0x9392cfff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x9392d000 - 0x93aadfff com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x93b1c000 - 0x93b21fff com.apple.CommonPanels 1.2.4 (85) <c135f02edd6b2e2864311e0b9d08a98d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93b22000 - 0x93c10fef com.apple.PubSub 1.0.5 (65.19) <8a817c4eb3fa7e3517eb0cc5d02e5abd> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x93c11000 - 0x93c4bffe com.apple.securityfoundation 3.0.2 (36131) <f36bdfb346d21856a7aa3e67024cc1d7> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x93c4c000 - 0x93c4cffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x93d30000 - 0x93d3fffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <9a3a2108a5612a5e683e7e026c582a98> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x93fa9000 - 0x94028ff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9402f000 - 0x9402fff8 com.apple.ApplicationServices 34 (34) <ee7bdf593da050bb30c7a1fc446eb8a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x94030000 - 0x94030ffd 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
    0x940aa000 - 0x940f5fe1 com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x940f6000 - 0x940f7ffc libffi.dylib ??? (???) <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
    0x940f8000 - 0x940fefff 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
    0x940ff000 - 0x941cafef com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x941cb000 - 0x941f6fe7 libauto.dylib ??? (???) <2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib
    0x941f7000 - 0x9433fff7 com.apple.ImageIO.framework 2.0.7 (2.0.7) <2a585e8223b98b77e0d7d566770b98fd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x94340000 - 0x946fcff4 com.apple.VideoToolbox 0.484.2 (484.2) <35f2d177796ebb3b61f9d06593d1787a> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x946fd000 - 0x9478aff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9478b000 - 0x947dafff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x947db000 - 0x9480dfff com.apple.LDAPFramework 1.4.5 (110) <bb7a3e5d66f00d1d1c8a40569b003ba3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9570e000 - 0x95875ff3 libSystem.B.dylib ??? (???) <c8f52e158bf540cc000146ca8a705958> /usr/lib/libSystem.B.dylib
    0x95a06000 - 0x95a14ffd libz.1.dylib ??? (???) <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
    0x95a15000 - 0x95a33ff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <062b391cc6becb098d8e5f4b32e50c4a> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x95a34000 - 0x95a91ffb libstdc++.6.dylib ??? (???) <7d389389a99ce696726cf4c8980cc505> /usr/lib/libstdc++.6.dylib
    0x95a92000 - 0x95aa2ffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x95aa3000 - 0x95baaff7 com.apple.WebKit 5533 (5533.16) <764c6865d214bd22d04da173232f076e> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x95bab000 - 0x95d67ff3 com.apple.QuartzComposer 2.1 (106.13) <f487aaca8ebdc7e334e2c79cebd8da66> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x95d68000 - 0x95e2fff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x95e30000 - 0x95f82ff3 com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95f88000 - 0x95fa4ff3 libPng.dylib ??? (???) <d37524fe884aa164ab7db93d4c803b64> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x95fa5000 - 0x96060fe3 com.apple.CoreServices.OSServices 228.1 (228.1) <0ca70ca8e67c1a76bee151d65b1e7398> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x96061000 - 0x960eeff7 com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x960ef000 - 0x960fbff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x960fc000 - 0x9611bffa libJPEG.dylib ??? (???) <38a243000d3abefeb9ff97e4657538a4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x961e6000 - 0x96583fef com.apple.QuartzCore 1.5.8 (1.5.8) <8dc9ad0616bf56ebba60d6353737ac4e> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x96584000 - 0x96594fff 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
    0x96595000 - 0x965cbfef libtidy.A.dylib ??? (???) <0609e44f2b382cd9611522551097d831> /usr/lib/libtidy.A.dylib
    0x965d1000 - 0x968d9fe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x968da000 - 0x96bb4ff3 com.apple.CoreServices.CarbonCore 786.16 (786.16) <60b518e4ad02b91826240199a6311286> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x96bb5000 - 0x96e31fe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x96e32000 - 0x96e48fff com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x96e49000 - 0x96e83fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x96e84000 - 0x96f0eff7 com.apple.DesktopServices 1.4.9 (1.4.9) <f5e51a76d315798371b3dd35a4d46d6c> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x96f0f000 - 0x96f16ff7 libCGATS.A.dylib ??? (???) <1339abfb67318d65c0130f76bc8c4da6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x96f17000 - 0x96f17fff com.apple.Carbon 136 (136) <2ea8decb44f41c4f2fc6fe93e0a53174> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96f18000 - 0x96f71ff7 libGLU.dylib ??? (???) <a08a753efc35f8a27f9c8f938fa01101> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x96f72000 - 0x96f87ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x96fda000 - 0x97057fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x97058000 - 0x97076fff libresolv.9.dylib ??? (???) <39f6d8651f3dca7a1534fa04322e6763> /usr/lib/libresolv.9.dylib
    0x97077000 - 0x970b7fef com.apple.CoreMedia 0.484.2 (484.2) <37461ff47cb25ad434a8544c97271d28> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x970b8000 - 0x970effff com.apple.SystemConfiguration 1.9.2 (1.9.2) <eab546255ac099b9616df999c9359d0e> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x97120000 - 0x971d2ffb libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x971d3000 - 0x97306fe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x97307000 - 0x9732bfff libxslt.1.dylib ??? (???) <f0872c9ba3c17861fba8c45a3647cee1> /usr/lib/libxslt.1.dylib
    0x9732c000 - 0x97331fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x97332000 - 0x97332ffe com.apple.quartzframework 1.5 (1.5) <6865aa0aeaa584b5a54d43f2f21d6c08> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x97333000 - 0x973baff7 libsqlite3.0.dylib ??? (???) <7d1fcfae937da95c7d2b9bdea57e6dc0> /usr/lib/libsqlite3.0.dylib
    0x973cf000 - 0x974b0ff7 libxml2.2.dylib ??? (???) <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
    0x974b1000 - 0x9786ffea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x97870000 - 0x978caff7 com.apple.CoreText 2.0.4 (???) <fd10cb9829cb057b3ca098a01c93aeb2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x978cb000 - 0x9795eff3 com.apple.ApplicationServices.ATS 3.8.1 (???) <56f6d9c6f0ae8dccb3b6def46d4ae3f3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9795f000 - 0x97e30f76 libGLProgrammability.dylib ??? (???) <bf7fb226cbb412edfa377537c3e35877> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x97e43000 - 0x97e91fe3 com.apple.AppleVAFramework 4.1.17 (4.1.17) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    Any advice would be greatly appreciated! Thanks!

    hi accidently
    Welcome to Apple Discussions!
    We're other Mac users here, asking questions and sharing solutions.
    Locate and delete the following files. Just follow the path.
    /Library/Application Support/Conduit
    /Library/InputManagers/CTLoader
    /Library/Receipts/ctloader.pkg
    /Library/Receipts/<Toolbar name>.pkg
    /Library/Application Support/SIMBL/Plugins/CT2285220.bundle
    /Users/<User name>/Library/Application Support/Conduit
    Relaunch Safari.

  • .prefpane files not working. opens finder window instead of time/date

    I just recently acquired a quick silver g4 with 10.2 OS X... after running much needed updates, My computer had lost file associations. For instance, I tried to put in a key for quicktime but when i clicked on preferences a finder window popped up instead of what i needed... then when i wanted to adjust my clock the same thing happened. Also there is a red circle that looks like an error when i look at the thumbnail icon for my desktop when im in the finder window. Is this an easy fix? PLEASE HELP!
    G5 Dual 2.3 w/ 4.5 gb RAM, G5 Dual 2gig w/ 4.5 gb of RAM, G4 Dual 1.25 w/ 1.5 gb   Mac OS X (10.4.5)  

    Also have this problem.    We also used to point our java app shortcuts to the system32 or syswow64, but with Java 8 this is no longer an option.  Updating shortcuts every time there is a new java version is unrealistic.  Similar to Jeff, the symlinks in the ProgramData folder don't seem to work.

  • Open tow windows in same time

    Hi everybody,
    In my application i have some indicators and a graph and i want to display each one in its own window. I found a methode using a sub VI it have some problems.
    Can someone help me please.

    Hi Mike81, thanks for your help here are my VI and my sub VI
    Attachments:
    Simulation_L F_2_sans eve 4.vi ‏388 KB
    Simulation_L F_2_sans eve 2_sousVI.vi ‏48 KB

  • Multiple problems: can't open two windows, browser doesn't close although window disappears, and after working for a while I loose my ability to cut and paste or use drop down arrows

    Maybe two weeks ago I discovered that I could no longer open two windows at a time (I can still open multiple tabs). I am also having problems with cutting and pasting, which is crucial to my on-line job. Plus, when I exit Firefox, it doesn't always shut down, so then when you go to re-open, of course, it won't (unless you go into process and turn it off). I have re-installed multiple times and I have also used restore. Nothing seems to be fixing this and I really, really don't want to use IE, especially for work.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    See also "Hang at exit":
    * http://kb.mozillazine.org/Firefox_hangs
    * [[Firefox hangs]]
    Maybe also do a malware check with a few malware scan programs.<br />
    You need to use all programs because each detects different malware.<br />
    Make sure that you update each program to get the latest version of the database before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and [[Searches are redirected to another site]]

  • Mac opening in Windows and not mac

    My mac wants to open in Windows Vista basic whenever it is started up. I believe that it is boot camp which opens up windows vista each time. However in the bootcamp settings in windows vista when I try to change it back to mac OSX it reboots in vista again. Any suggestions please.

    Hi....try holding down the 'Option' key at startup, that will get you to the startup selection window...choose the Mac OS to start from...once booted into OSX go to System Preferences and then the Startup Disk and click on your Mac HD to reselect it as the startup disk....

  • Adjust default 'open file' window

    Hi, I am a MAC fanatic.... I work all day on my MAC 27" and am constantly opening files....
    But how do I customise the 'open file' window. Every time I open a file I have to increase the size of the window, change the view and then look for my files.... is there a way to set the default view to what I would wish it to be?
    I have enclosed a screen shot of the default open file window.... I would like a bigger window...... and be able to see 'list view' as opposed to icons each time.
    All suggestions would be useful....
    Thank you....

    I don't know how to have the Open window resized by default.  However, for the list view just click on the List button in the Open window toolbar:
    Once you select the List view in the Open window it should be the default from then on.

  • My windows(8.1 64bit) partition is read only from the mac(yosemite) side of things. Anybody have a clue on how to fix this? Also, slightly frustrating as well, windows crashes every time I attempt to open a file from the mac partition.

    my windows(8.1 64bit) partition is read only from the mac(yosemite) side of things. Anybody have a clue on how to fix this? Also, slightly frustrating as well, windows crashes every time I attempt to open a file from the mac partition.

    All Office applications will also try to open a temporary work file in the same location as the source file. This implies the source file directory also needs to be writable for this temporary file. Since the default HFS+ driver provides only read-only access, such temporary files will fail to open, and will cause the application to fail.
    As a test copy the file you want to edit, say an Excel spreadsheet from the OSX file system to the C: drive on the Windows side and try to open it. If you look in this directory, you should see two files, the source and a temporary file. You may have to force the temporary file to be opened on a read-write file system, by manipulating the folder for temporary files.

  • Can't open Firefox. When I try to open, a window pops saying "Close Firefox" and "A copy of Firefox is already open. Only one copy of Firefox can be open at a time.", and doesn't allow the application to open.

    Came home to find computer restarted, which I assume is an automatic Firefox update.
    When I try to open Firefox, window pops up saying "Close Firefox" and, "A copy of Firefox is already open. Only one copy of Firefox can be open at a time."
    I'm unable to open the program at this time, lots of critical work info stored there - please help. Thx.
    Neal

    See "Hang at exit":
    *http://kb.mozillazine.org/Firefox_hangs
    *https://support.mozilla.com/kb/Firefox+hangs

  • When a click a button multiple times it opens multiple windows instead of only one. Is this a bug in Firefox?

    If i click a link multiple times, it should open only a window(login popup window), but it opens multiple windows.
    This does not happened on any other browser(IE, Chrome, Safari, Opera).<br />
    If this helps i'm using a jquery plugin popupwindow( http://rip747.github.com/popupwindow/ ).

    A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.
    *http://forums.mozillazine.org/viewforum.php?f=25
    The helpers at that forum are more knowledgeable about web development issues.<br>
    You need to register at the MozillaZine forum site in order to post at that forum.

  • Suddenly I can open only one Firefox window at a time. I can have multiple tabs in that window, but I can suddenly no longer open another window. What happened?

    Suddenly I can open only one Firefox window at a time. I can have multiple tabs in that window, but I can suddenly no longer open another window. What happened?

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Close all  open windows at same time

    Is there any way to close all open programs at once, rather than having to do them one at a time?

    I don't know of a way to close all open apps at the same time, but i do know of a way to close all open windows in a particular app at one time, ie: safari
    Hold down Option when you click on the red close button at the top of one of those windows, and it will close all windows *for that app*...but doing so doesn't necessarily quit the app.
    The only other thing i can think of you can do is hold down Command, Option, and Esc to get the Force Quit window to open, (or access it from the Apple menu at the top left corner) and then you can select one at a time all the apps and force quit them individually...it's still quicker than switching between each app individually..
    Message was edited by: tool
    Message was edited by: tool

  • To open a window & html page at a time on a single button, in JSP.

    Hello!
    I want to open 1 window as well as i want to open 1 html page on a single button click at a same time, in JSP.
    on button's "action" event i am opening the html page and button's "onclick" event i am opening the window, but it is not showing these 2 actions at a time. only window gets open when i click the button.
    [Also on form's "action" event i am having validate() function.]
    how do i open a window & html page at a time on a single button, in JSP?
    I don't know how to do this. I have stuck over here, if anyone is having any solution, please let me know.
    I need your help.
    Thank You.

    write js as
    window.open(page, "Popup", windowprops);
    windowprops = "height="+hi+",width="+wd+",top="+ wint +",left="+ winl +",location=no,"
              + "scrollbars=yes,menubars=no,toolbars=no,resizable=no,status=yes";
              encapsulate this in one function and call that function on button click event !!

Maybe you are looking for

  • Warning: While Running sapgenpse

    Hi, WARNING sapgenpse WARNING: Environment variable "USER" not defined! I am getting warning message while running sapgenpse, i am successfully able to execute the sapgenpse utility for generating Key, importing key, but while executing following com

  • Fill PDF Forms with Safari -PDF Formulare mit Safari ausfüllen

    I have to fill out a PDF form (http://www.experiment-ev.de/sites/default/files/vertrauliches_gutachten_0.pdf). Multiline fields can be completed. Individual fields remain filled invisible. They are only visible if they are active. How do I make it al

  • How do I export existing Siebel employees to my LDAP directory?

    All; I have a fully-functional Siebel implementation using an LDAP directory server; I can create new employees, and they are migrated to the LDAP server without any problem. Unfortunately, I'm using a pre-populated Siebel database with roughly 250 e

  • Change sales order user status

    Hello experts, I'm trying to update the user status with the following code without success: DATA : LIT_STATUS_COMT       TYPE CRMT_STATUS_COMT,        WA_STATUS_COMT        LIKE LINE OF LIT_STATUS_COMT,        LIT_FIELD_NAMES       TYPE CRMT_INPUT_F

  • Error 140300 Adobe Reader X Update

    Whenever Adobe Reader X (10.1.4) updates, it always failes. The error code is 140300. I have tried uninstalling and re-installing Adobe Reader X and have manually downloaded updates found here: http://www.adobe.com/support/downloads/product.jsp?produ