Clicking on files closes windows or applications

Have been a Mac user since the 80s and never encountered this before. I maintain all my machines religiously. Have not added anything new to my PowerBook. Help. Don't know what to do.
When choosing a file in an open finder window, the window closes and then reopens back up to just a window with the image of the hard drive. If I double click quickly on a file, the same thing will happen but the file will open in the application. No window comes up stating there is problem.
When opening a file from an open application or attaching to an email, two things happen:
1. After slecting a file I get the spinning icon and then the application crashes.
2. In the upper left of the window where I can change from lists to columns, the icon shows the area for the list on the left with no image and the area for the columns on the right with an image. I can toggle between the two.
Ran Disk Utilities and it shows no problems.
Ran Disk Warrior and everything is good... except for 7 things that are "over-lapping" files. All but one are in Frameworks. The other is in Macintosh/Usr/Bin/.
Do not have an install disk. Bought this PowerBook used from an Apple dealer. I do have Tiger software but it is for another computer I have. Can I use it?
Thanks for any help.

To Apple Discussions!
"Do not have an install disk. Bought this PowerBook used from an _Apple dealer._"
An Apple dealer sold you a Mac without the system install DVDs that originally came w/the computer?!?!?!? Sacrilegious!!!!!
The vendor needs to be reported to Apple.
You need the install DVDs to troubleshoot. You can get replacement System Install & Restore CD/DVDs from Apple's Customer Support - in the US, (800) 767-2775 - for a nominal S&H fee. You'll need to have the model and/or serial number of your Mac available.
"I do have Tiger software but it is for another computer I have. Can I use it?"
Nope! System DVDs are machine specific. Cannot use from one Mac to another Mac w/o occurring damage in some cases.
If you have a *retailed purchased* Tiger _full installer_ DVD, you can use that.

Similar Messages

  • Close Window (main application) in 2004s

    Hi,
    I have a webdynpro application (developed in 2004s)  where I have a close button. When user clicks close button, I simply need to close the browser.
    I tried using javascript:void(window.close())" as exit plug parameter from interface view still throws me an exception  com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Invalid URL=javascript:void(window.close())
    Is there any way to close the main application window.
    Thanks for your time and help.
    Best Regards,
    Shiva

    Hi,
    Go thru the below steps. Here u need to create a html file to close the main window.
    1. In your component's interface view, create an exit plug. Name it as - ExitPlug.It's type as "Exit".
    2. Create a paramater for this exit plug. Name this parameter "Url". It should be exactly like the same name.
    3. In your view add the interface view as a required controller.
    4. Create your HTML file. Let's say you call it Static.html.
    <html>
    <head>
    <script langauage="javascript">
    function closeWin(){                    window.close();     
    </script>
    </head>
    <body onload="javascript:closeWin();">     </body></html>
    5. Save this in the mimes folder for your DC under your package. You do this from the navigator view.
    6. Now use the following code:
    try {String url = WDURLGenerator.getAbsoluteWebResourceURL(wdComponentAPI.getComponent().getDeployableObjectPart(),"Static.html");wdThis.wdGet<your component name>InterfaceViewController().wdFirePlugExitPlug(url);} catch (WDURLException e) {}
    For more information go thru Re: JavaScript in WD link.

  • With firefox open, it will not automatically open again. I have to click on file/new window

    Hello, on first opening of firefox it automatically opens the home page but then every time I need to open again I have to go to file and either click on new tab/window/location or go to bookmarks and open a page from bookmarks. On my other laptop and PC it's automatically open when clicking on the firefox symbol. Please can you advise the error. I have been onto preferences and can find no solution. Thank you

    Given there are so many problems and removed features in Pages 5, why not just continue using Pages '09?
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&mforum=iworktipsn trick
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=432&mforum=iworktips ntrick
    Peter

  • I Already checked the general preferences box "double click titlebar to minimize windows," all applications responding to this command EXCEPT for Safari, why?

    I thought that I had done something wrong, but it appears that Safari is indeed unresponsive to the double click title bar to minimize command.
    All my other applications are responsive to this, but not Safari.
    Also, maybe someone could help me by answering these questions:
    how it is possible to save safari browsers with the tabs that are open, so when I exit out and reopen safari I can resume where I was before?
    why is it that I don't see that little red circle with the number at the bottom of the Safari icon that tells me how many browser windows are currently open so I can juggle between them?
    Why is it that you can no longer click on the application icon to shrink the window? I am positive that this was possible on previous mac OS.

    I had missed that double-click title bar was no longer working in Safari (I really miss windowshading and tabbed finder windows!), until I read this thread from sharoo..
    Carolyn Samit wrote:
    that Safari is indeed unresponsive to the double click title bar to minimize command.
    All my other applications are responsive to this, but not Safari.
    Since it's application specific, to to ~/Library/Caches/com.apple.Safari
    Move the Cache.db file from the com.apple.Safari folder to the Trash.
    Restart your Mac.
    I'm seeing the same problem now. Tried deleting Cache.db, also deleted Preferences:com.apple.Safari.plist in reference to another thread; still don't get any response to double-clicking title bar. Lately, I usually do it accidentally, but it would seem to be a handy shortcut, especially since it's advertised as being present.
    Note: I just tried it in other applications, and I don't see minimizing with double-click anywhere, and can't find any preferences setting for it. [Panic sets in... - am I losing my mind?] I tried looking in the Secrets prefpane, with no luck there either.
    What am I missing?
    Has this been changed? I also noticed that the green (right-size) button behaves differently now, and there are several ways to arrange icons in the finder, some like the old way, some very different and confusing (I may have figured that out, but have to retry when I get there).

  • Applescript editor error - "can't get item 1 of false" when clicking cancel to close window.

    Hello
    I have made my first ever app which opens a webpage, its very basic but when I click the cancel button to close the page I get an error pop up saying can't get item 1 of false. I have looked it up and tried a few suggestions but the error just changes instead of exiting the window like it should
    The code looks like this, I am wondering if anyone has any suggestions on how to fix this ...
    --create the dialog list
    set item_list to {"Google"}
    set item_selected_array to (choose from list item_list with title "Google app" with prompt "To select the webpage, select it from the list and then click Ok" cancel button name "Cancel")
    set item_selected to item 1 of item_selected_array
    --google
    if item_selected = "google" then
              try
                        tell application "Safari" to launch
                        tell application "Safari" to activate
                        tell application "Safari" to open location "http://www.google.com"
              end try
    end if
    Thanks for looking and sorry if this is in the wrong section

    The choose from list command will return a list of items chosen (even if there is only one) or the boolean false if the cancel button is pressed, so you just need to check for the cancel result.  Since you are only selecting one item, one way would be to coerce the result to text (since you need to get the choice from the list anyay) and compare that - note that you don't need to target Safari for the open location command, since it is from Standard Additions.
    set item_list to {"Google"}
    set theChoice to (choose from list item_list with title "Google app" with prompt "To select the webpage, select it from the list and then click Ok" cancel button name "Cancel") as text
    if theChoice is "false" then error number -128 -- cancel
    if theChoice = "google" then --google
      open location "http://www.google.com"
    end if

  • How do i end a sub vi when the close window control is clicked?

    Hi,
    I have a sub vi that sits in a while loop until a 'Done' button is pressed but sometimes the user clicks on the close window control in the top left of the window (MacOS) instead.
    After this has happened I would like control to return to the calling vi but it's as though the sub vi is still waiting for someone to click on the done button and the any user actions in the calling vi are ignored.
    How do I wire the close window into my program so as clicking on either it or the Done button will end the sub vi and pass control back to the calling vi?
    Thanks,
    Dave.

    The "event structure" can capture events for "this VI" that include "panel close". If you are using an event structure to look for the push of the Done button, just add another event that will catch the panel close as well (you can even configure the stucture to not pass on the close event). If you are not using the event structure to watch for the done button, perhaps you should. If you cannot use it in the same loop, you can put it in a parallel loop and use any of several signaling mechanisms to communicate between the loops.

  • Auto-populate Field value From a File Picker Window

    I have a PDF form with many fields where my users are required to enter the filename of documents. I am using Adobe Acrobat 9 Pro
    I've been trying to find a way to create a field Action that does the following:
    User clicks field
    File browser window opens
    User selects relevant file
    Filename and extension is placed into the field that was clicked
    Any tips or suggestions on how to implement this would be welcome.
    Additionally, if it is possible, could it support multiple field/documents in a single interactions. Example: User clicks field1 and selects 5 files. The files filenames are placed in fields1, field2, field3, field4, and field5 respectively.
    P.S.
    I am not trying to attach files to the PDF. I just want the filenames to be placed into the form.

    Are the files being selected PDF files, or other types? There's another method that can be used for file selection, but it only lists PDF files. It is possible (at least on Windows computers) to use it to select any file-type, but it's a bit tricky...
    If not, using a hidden field is your only option. But you can reset if after copying the file-name to the other field, like this:
    this.getField("FilePath").browseForFileToSubmit();
    var filePath = this.getField("FilePath").value;
    this.getField("FileName").value = filePath.substring(filePath.lastIndexOf("\\")+1);
    this.getField("FilePath").value = "";
    If you use this code (as the button's Mouse Up action), make sure you remove all other codes associated with the text fields. And you don't need to create a duplicate field for each file selection field, only one will do... It can even be placed in a doc-level function so you only have to call it from each button and have the code itself in a single location.

  • I have mountain lion OSX and parallels with Windows.  Every time I click on a hyperlink in other applications it opens - some 7 Zip file explorer inside Parallels but doesn't go to Safari.  Does anyone know solution?

    I have mountain lion OSX and parallels with Windows.  Every time I click on a hyperlink in other applications it opens - some 7 Zip file explorer inside Parallels but doesn't go to Safari.  Does anyone know solution?

    I suggest that you run software update, after which you should have Safari 6.0.5 - then check Safari - Preferences - Privacy & see that 'Block cookies' is not set to Always.
    Failing that - switch Safari extensions Off via Safari - Preferences - Extensions & test again

  • I accidentally pressed "Return" key and it opened around 100 finder windows. Now it won't close and when I right click on finder tab it says application not responding.

    I accidentally pressed "Return" key and it opened around 100 finder windows. Now it won't close and when I right click on finder tab it says application not responding.

    Iv'e tried that but that won't work either. Help please.

  • I have an iMac. , mid 2007.  Frequently, when I take an action, the little color wheel starts spinning and goes on for quite awhile.  Save a file, close a file, open a file, open a window, it's all random.  Somtimes it stalls, sometimes it doesn't.  Why?

    I have an iMac. , mid 2007.  Frequently, when I take an action, the little color wheel starts spinning and goes on for quite awhile.  Save a file, close a file, open a file, open a window, it's all random.  Somtimes it stalls, sometimes it doesn't.  Sometimes long, sometims short.  Why is this happening?

    Consider adding more memory. Be sure you have adequate free space on the hard drive - 15 GBs or 10% of the drive's capacity, whichever is greater. Do not run too many applications concurrently. Visit The XLab FAQs and read the FAQ on resolving the SBBOD.
    Do some maintenance:
    Repair the Hard Drive and Permissions
    Boot from your Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    Kappy's Personal Suggestions for OS X Maintenance
    For disk repairs use Disk Utility.  For situations DU cannot handle the best third-party utilities are: Disk Warrior;  DW only fixes problems with the disk directory, but most disk problems are caused by directory corruption; Disk Warrior 4.x is now Intel Mac compatible. Drive Genius provides additional tools not found in Disk Warrior.  Versions 1.5.1 and later are Intel Mac compatible.
    OS X performs certain maintenance functions that are scheduled to occur on a daily, weekly, or monthly period. The maintenance scripts run in the early AM only if the computer is turned on 24/7 (no sleep.) If this isn't the case, then an excellent solution is to download and install a shareware utility such as Macaroni, JAW PseudoAnacron, or Anacron that will automate the maintenance activity regardless of whether the computer is turned off or asleep.  Dependence upon third-party utilities to run the periodic maintenance scripts was significantly reduced since Tiger.  These utilities have limited or no functionality with Snow Leopard or Lion and should not be installed.
    OS X automatically defragments files less than 20 MBs in size, so unless you have a disk full of very large files there's little need for defragmenting the hard drive. As for virus protection there are few if any such animals affecting OS X. You can protect the computer easily using the freeware Open Source virus protection software ClamXAV. Personally I would avoid most commercial anti-virus software because of their potential for causing problems. For more about malware see Macintosh Virus Guide.
    I would also recommend downloading a utility such as TinkerTool System, OnyX 2.4.3, or Cocktail 5.1.1 that you can use for periodic maintenance such as removing old log files and archives, clearing caches, etc.
    For emergency repairs install the freeware utility Applejack.  If you cannot start up in OS X, you may be able to start in single-user mode from which you can run Applejack to do a whole set of repair and maintenance routines from the command line.  Note that AppleJack 1.5 is required for Leopard. AppleJack 1.6 is compatible with Snow Leopard. There is no confirmation that this version also works with Lion.
    When you install any new system software or updates be sure to repair the hard drive and permissions beforehand. I also recommend booting into safe mode before doing system software updates.
    Get an external Firewire drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software. My personal recommendations are (order is not significant):
    Carbon Copy Cloner
    Data Backup
    Deja Vu
    SuperDuper!
    SyncTwoFolders
    Synk Pro
    Synk Standard
    Tri-Backup
    Visit The XLab FAQs and read the FAQs on maintenance, optimization, virus protection, and backup and restore.
    Additional suggestions will be found in Mac Maintenance Quick Assist.
    Referenced software can be found at CNet Downloads or MacUpdate.
    Be sure you have an adequate amount of RAM installed for the number of applications you run concurrently. Be sure you leave a minimum of 10% of the hard drive's capacity as free space.

  • Unix command to click button on dialog box and close windows?

    I administer an elementary school computer lab of 35 eMacs all with OS 10.4.7 and with ARD 3.0. Our network server configuration requires a mounted server on each desktop in order to administer certain software packages we use. Every morning at start-up I have to walk around and manually click "Connect" on the dialog boxes. Then, with this configuration, each time a server is mounted, it opens up a Finder Window on the host machine so I've got to walk around and close windows on all the machines. I'm sure there must be an AppleScript or Unix command that I can set up to do these two tasks but I've not found it (or learned how to write it) in a few days of searching. Any suggestions?
    Thanks,
    Dan

    OK guys,
    I just succeeded in saving the AppleScript command as an application. I put it in the Login Items just after the servers. It worked beautifully! No more open windows exposing sensitive files to the risks of elementary students (how come the mounted volumes always appear on the desktop even when the "hide" button is checked?). It would be great if the mounted volumes were not showing at least in a setting like a school computer lab.
    Now, I'm still dealing with the mounting process requiring me to manually click on "Connect" every time. The Student account doesn't even have a password just to make such things easier. Still the process displays this:
    (Oh well, I guess I can't insert a ScreenShot.)
    Here's what it says: Connect to the file server "server name."
    Connect as: Registered User
    Name: "account name"
    √Remember password in keychain
    (and then two buttons) Cancel or Connect
    That's where I'm at right now. My district Tech. Support folks say that there's no way to avoid the dialog box but John seems to do it OK. They also pointed me to an online source (www.bombich.com) that I haven't yet checked out.
    Thanks again,
    Dan

  • Script open IE, press "okay" on cert selection, "open" file, close IE window

    Im trying to create a script to Open an internet explorer window to a link, which i've worked out. But then i need it to click "OKAY" when a windows security certificate pops
    up, then click "open" when it asks to download the file (link points to a file, rather than a page), and then close the IE instance that it had just opened. Im unsure if the "open" with the file download works, as i cannot get past the
    cert slection beforehand.
    Open IE link:
    $IE = New-Object -comObject InternetExplorer.Application.1 ; $IE.visible = $True
    $IE.Navigate("https://website.com/file.exe")
    I've also found this code that will press okay for the certificate selection if i know the button ID, but i can't seem to find the button ID for the cert selection window:
    while ($IE.busy) {
    sleep -milliseconds 50
    sleep -milliseconds 500
    $doc = $IE.document
    sleep -milliseconds 500
    $btn = $doc.getElementByID("button ID you can see in the source of the page")
    $btn.Click()
    Click "open" on the file download:
    Select-Window iexplore | Select-Control -Class "Frame Notification Bar" | Send-Keys "%S"
    Close IE window. This currently closes all IE instances, is there a way to just close the one it had opened to begin with?
    Get-Process iexplore | Foreach-Object { $_.CloseMainWindow() }
    

    Close IE window. This currently closes all IE instances, is there a way to just close the one it had opened to begin with?
    Get-Process iexplore | Foreach-Object { $_.CloseMainWindow() }
    $IE.Quit() will do that.

  • "The Application was unable to start correctly (0xc000007b). Click OK to close the application" error when starting Visual Studio Community

    Hi,
    I just installed Visual Studio and when I launch it, the following error pops up: "The Application was unable to start correctly (0xc000007b). Click OK to close the application". I tried searching online but no usable results. Please help!
    jd

    Hi,
    There is not enough information about the problem. For troubleshooting, I recommend you can use Process Monitor to detect whether there's any process failed.
    You can download Process Monitor and see how to use it for troubleshooting in below links:
    http://support.microsoft.com/kb/939896
    http://blogs.technet.com/b/askperf/archive/2007/06/01/troubleshooting-with-process-monitor.aspx
    There are a lot of log entries in Process Monitor, you may filter Visual Studio process only(proces = devenv.exe). And you can upload the logs to OneDrive so that we can investigate them.
    Also, you can refer to Gfazil's post in 
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/96035692-9a50-40d4-a7d3-48bda87d11ec/the-application-was-unable-to-start-correctly-0xc000007b-click-ok-to-close-the-application-when?forum=vssetup
    Please try the method he mentioned to see whether the problem can occur:
    " Replacing the dlls mentioned below from a machine that is working solves the problem:
    c:\Windows\SysWOW64\msvcp100.dll
    c:\Windows\SysWOW64\msvcp100d.dll
    c:\Windows\SysWOW64\msvcr100.dll
    c:\Windows\SysWOW64\msvcr100_clr0400.dll
    c:\Windows\SysWOW64\msvcr100d.dll "
    Best Wishes!
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • The application was unable to start correctly (0xc000007b) Click Ok to close the application

    My computer is returning a "The application was unable to start correctly (0xc000007b) Click Ok to close the application" message, every time I try to start After Effects or SpeedGrade

    Oops sorry.
    OS - windows 7 premium.
    CPU - i7-2600 @3.4GHz
    Graphics - Asus HD7750 (running dual display)
    SpeedGrade, Dreamweaver and 3DS max all give the same problem
    Any help?

  • The application was unable to start correctly (0x0000906). Click OK to close the application

    Hello People
    I am receiving the error "The application was unable to start correctly (0x0000906). Click OK to close the application" in a couple of Windows 7 Computers, one 64bits one 32bits.
    I have searched the web with no specific solution, so I am requesting help here.
    Thanks in advance.
    Best regards
    Fernando Puntel
    IT support
    [email protected]
    [email protected]

    Hi
    I believe you need to add more detail about this issue
    Can you help me to check at event viewer log maybe we can find cause for this issue
    http://windows.microsoft.com/en-us/windows/what-information-event-logs-event-viewer#1TC=windows-7
    May I know when this issue start happen? any change software or hardware before this issue happen?

Maybe you are looking for

  • Free Trial InDesign Print Out Problems

    Hey, I created several designs with the free month trial of inDesign. Today I signed up for the monthly plan. When I go to print out my latest design it prints out on older one (similar but different). Does InDesign not allow you to print out designs

  • Panel fails to load on ID CS6, Win 7/8

    Hi All, I am developing a Flex extension for InDesign CS6 using Flash Builder 4.6, Extension Builder 2.1. The UI is simple, just contains a button. On the application complete, I just initialize an object of a class. My problem is that sometimes, the

  • Is there is a way to export the themes from iDVD to DVD Studio Pro?

    OK...so here's what I'm trying to find out: is there is a way to export the themes from iDVD to DVD Studio Pro? Or can I build the project in DVDSTPRO and import it to iDVD to build and burn? I've read several threads here and haven't come across my

  • Bug? - 2 levels of tabs

    If you create a page in Portal 3.0 Production release with 2 levels of tabs it seemes like the development guys didn't finish their job. 1. Make a tab-region 2. Highlighte any of the tabs and make a tabregion below. The 2 level (line) of tabs is comp

  • How to determine which application has focus in Windows

    Hello all- I'm trying to work around the "Labview freezes when there is large data on the clipboard known issue" (http://forums.ni.com/t5/LabVIEW/Labview-freeze-when-accessing-a-custom-menu-with-data-on-the/m-p/200...) and one thought is to try to de