Can't close Speech Feedback window

I just did an erase and install of 10.4 as per an AppleCare rep, in order to try to track down repeated kernel panics (doesn't seem to have helped).
One side effect: the Speech Feedback window won't close.
So far, I have:
- toggled Speakable Items on and off in Speech. It is currently Off, but the round Feedback window is still there
- deleted all speech-related preferences (com.apple.speech.recognition.feedback.prefs.plist, com.apple.speech.recognition.AppleSpeechRecognition.prefs.plist, com.apple.speech.recognition.recognizer.prefs.plist)
- repaired permissions
- repaired the disk with Disk Warrior
No other applications are running.
Nothing. I can't get rid of the darned thing. Any ideas?

Hi, Scott.
You wrote: "I just did an erase and install of 10.4 as per an AppleCare rep, in order to try to track down repeated kernel panics (doesn't seem to have helped)."I'd say the kernel panics are the more pressing problem, and whatever is causing those may also be causing the Speech Feedback window side effect.
See my "Resolving Kernel Panics" FAQ. This FAQ includes step-by-step instructions for identifying and resolving some of the most common causes of kernel panics.
My FAQ is a roadmap: start at the beginning and work through to the end, following the instruction in the order specified, including the "If all else fails..." section if a cause or resolution is not found in an earlier troubleshooting step therein.
Good luck!
Dr. Smoke
Author: Troubleshooting Mac® OS X
Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
I may receive some form of compensation, financial or otherwise, from my recommendation or link.

Similar Messages

  • Speech Feedback Window Doesn't Appear

    In the beginning, speech recognition worked with some commands, but simply didn't respond to most others. Then the speech commands window suddenly emptied itself. I got a temporary fix for that problem, but now I find that the speech feedback window doesn't appear at all.
    I tried the advice in the help (switching it off and back on again; rebooting; deleting the com.apple.speech.recognition.feedback.prefs.plist) but it has not worked. And the plist file hasn't even recreated itself.
    Please help if you can.

    Hi. I followed the advice of another related thread and now I'm convinced it works.
    There's a bug in Panther that cripples Speech Recognition when the Address Book is activated to respond to speech commands. (Maybe it's b/c Address Book overloads the SR system?)
    Go to System Preferences > Speech > Speech Recognition. "Apple Speakable Items" is the only choice in my Recognition System window; so I didn't choose anything there but the default. Then, go down and make sure that Address Book is UNchecked (not On). I have all the other ones checked (On), such as Global Speakable Items and Application Specific Items, etc., and am not experiencing problems.
    Hope this works for you. It seems to have worked for many others. I have no other advice! Best,
    Walter

  • Why can't i access or click on the menu options at the top of ANY web page? Also, Can't close a moddle window using the x in the upper right,?

    Why can't i access or click on the menu options at the top of ANY web page? Also, Can't close a moddle window using the x in the upper right,?

    Problems with buttons and links at the top of the page not working can be caused by an extension like the Yahoo! Toolbar or a Babylon extension that extents too much downwards and covers the top part of the browser window and thus makes links and buttons in that part of the screen not clickable.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode

  • How can i close a modal window?

    Hi, everybody
    My question is in the subject, but i4ll repeat it again.
    How can i close a modal window in forms?. I4ve tried with hide_window but it doesnt closed itself.
    Please help me one again.
    Thanks.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by JAMIE MCPHIE ([email protected]):
    There is a bug with Oracle Forms where you can not use the close button "X" on the window title bar. You need to create a button on the window that will close the form.<HR></BLOCKQUOTE>
    Jamie
    You are right in the fact of the programmer must make a exit mechanism. However, this is not a bug, this feature is related to the management of this windows type (modal). Bye
    null

  • Turning off Speech feedback window

    How do I get rid of the speech feedback window?
    I have disabled everything in speech plus looked in startup items...nothing works.
    Its there everytime I launch and I dont want it or need it. Its there with only Finder running.
    Any suggestions?

    Hey Roam...thanks...I did all that with no effect.
    However I figured it out.
    Seems I had set a few speech commands a long time ago and one of them was 'turn off speech'...so thats what I did and it worked when I relaunched.
    Interesting that this overwrote all the other commands/prefs and keystrokes. Seems a bit dysfunctional to me.....I mean the whole software app
    Thanks anyhow

  • Tiger 10.4.6.!! The speech feedback window simply wont come up!

    Hey,
    All of the computer geniuses please help!
    I have an ibook G4 that runs on OS X TIger 10.4.6. with 1.5 DDR SDRAM and 60 GB of harddisk.
    I am quite new to the whole apple os and recently, I found something called speech on my system preferances.
    The first time I tried it, it was great and i even played chess on it,
    but when i restarted the computer and tried to use it again, the speed feedback window simply didnt come up.
    I tried the toggling the buttons on and off. I even tried after trashing the "com.apple.speech.recognition.feedback.prefs.plist" but that made no difference.
    Please tell me what to do!

    I suspect this is yet another manifestation of the Address Book problem!
    Please try the following:
    0) Open Address Book.
    1) Go through each entry shown as a "company" and ensure that there actually is a company name (make up a dummy one if necessary).
    2) Quit Address Book.
    3) Restart.
    4) Try the Speech Commands again.
    Please let us know how you get on…
    HTH
    Archie

  • Can I close the browser window

    Hi! friends,
    I am in the process of upgrading to forms 6.0
    when we load the form in the webbrowser, is there a
    way I can close the browser window once I exit the form.
    Please advise
    Thanks in advance

    You can try this solution from Metalink:
    Customers want to close the browser's window when they close the forms application.
    Solution Description:
    USE JAVASCRIPT TO CLOSE THE WEBFORM APPLET
    Solution Explanation:
    1.)Create an html file (es. close.html):
    <html>
    <body onload="closeit()">
    <script>
    function closeit()
    window.close();
    </script>
    </body>
    </html>
    2.) Put the html file in the webserver root.
    3.)Inside the Form in a POST-FORM trigger you have to write a WEB.SHOW_DOCUENT builtin like this one: web.show_document('http://mywebserver.com/close.html','_self');
    In this way the web.show_document calls, the JavaScript function "closeit()", when the the applet is closing.

  • Speech Feedback WIndow

    Hi all,
    I have been using Speakable Items to control my Mac for some simple tasks, most of the time I have the feedback window minimized in the Dock. But everytime I startup the computer, it will show up on the desktop again. I have checked the box to hide the Speech Startup under Login Items in Sys. Pref., but does anyone know how to minimize the feedback window or hide it some way after startup? It's not really a big deal, but doing it repeatingly is troublesome. Thanks a lot.
    Regards,
    Herman Lam
    PowerBook G4 1.5GHz, iBook G3 800MHz   Mac OS X (10.4.5)  

    Hey, I was on the phone with apple for about 3 hours today. I ended up saving all my stuff on my ipod and doing a complete wipe and re-install to fix it all. Good luck with it.

  • I can't close my notification window even though it has a button to close it.

    When I have Thunderbird minimized and am working on something else, I will get a notification window that pops up when a get a new email. I used to be able to close this notification window, but in the last month, the "close" button doesn't work anymore. It pops up, covers something I'm doing, and I can't move it or close it. I just have to wait until it disappears. I still want notifications, but they pop up during a game where I only have so many seconds to do something. How can I be able to close the notification box?

    Have you tried running Thunderbird with add-ons disabled from the help menu, to see if an add-on is messing up.

  • (I-Pad) I have rent a v film and received a message that the movie will expire in two days but can't close the message window anymore, hence I have no access to any other program on the I-Pad anymore

    I have rent a film and received a message from I-tunes that the film will expire in two days. Even though I have confirmed the message by pressing ok the message window is not closing anymore, hence can't use anz other program of the I-Pad 2 anymore. Does anzbody in the forum experienced anything similar? If yes what is the solution to it?

    Quit all apps and restart the iPad. Then try the video in the video app.
    Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    If by some chance you cannot go to the home screen, force quit iTunes by holding down on the sleep button until the red slider appears. Let go of the sleep button and then press and hold down on the home button until iTunes closes. Then restart the iPad as described above.

  • Speech Feedback Window Won't Appear

    Repaired perms; and dragged the file named “com.apple.speech.recognition.feedback.prefs.plist” to the Trash, emptied the Trash, and turned Speakable Items off and on again, and restarted. No luck.
    Whats left to do? Repair disk? Reinstall speech? I always forget....

    Fixed. I should have known; it was APE (Application Enchancer) still in a beta version.... sigh....

  • Can I close the browser window when I run a form?

    Hi,
    I'm running forms using SeparateFrame=TRUE, but the browser windows remains in background, could I close it before exiting the form?
    thanks

    See my code in this thread:
    9i Browser Fun!
    You may be able to do this via Javascript.

  • How can I close the Appearance window? screen? from System Preferences?

    I am still trying to get used to my new Intel IMac and was exploring. After I looked at Universal Access, two things happened:1) the menu bar at the top and the display got large and I can't seem to return them to the original setting and 2) the Appearance window now won't go away--it allows me only to minimize it and it seems to be preventing me from accessing System Preferences. I have been working on this all morning and I'm stuck. Please can anyone help?

    A foolish question on my part, perhaps, but have you tried restarting the computer?

  • The speech feedback window won't open

    I tried turning the speakable items off then on in system preferences and restarting, and also deleting the plist file, neither worked. Thanks for any help.

    Hello!
    Did you trash this .plist file? com.apple.speechrecognition.plist ??
    It's here: Home/Library/Preferences. Reboot. If that doesn't help, trash this one also: com.apple.universalaccess.plist. Reboot. If that doesn't fix the problem you can trash your com.apple.systempreferences.plist but you will have to reset system preferences system wide. Just do one at a time first before you do the latter.
    Also, when you post here could you please indicate exactly which Mac OS you are running? If you aren't sure where to locate this information, click the Apple logo top left in your Desktop, then click About This Mac. A pane will open and tell you which version... thanks!
    Carolyn

  • How can I close 'current' window and not all windows?

    How can I close the current window (only) and not all or none?
    This function works well with MS Explorer.
    Not a problem, just a desired function.

    Hi JLCluster,
    If you just click the small x in the tab you are currently viewing, it will close only that tab. I think you are clicking the x in upper right hand corner of the screen which closes all open tabs as you described.
    Hopefully this helps!

Maybe you are looking for

  • Wedding Planning software

    Hi, end of last year I bought some software (Wedding Planner) at the Apple store in New York, but having tried it, it is not suitable for what I wanted to use it for. Can anyone advise whether this can be sold 2nd hand or am I stuck with it due to so

  • Error message: There is a problem accessing one or more files in your iPhoto library. Do you want iPhoto to repair permissions for this library for you?

    I have been using iPhoto for years.  Today when I tried to upload pictures from camera, I received the above error message.  I select "Repair", enter my password, and then a message "iPhoto was unable to repair permissions for the library" appears. I

  • Screen Painter Error

    Hi friends, I am trying to load this "Screen Painter Layout" thingy from se80 but I always seem to have an error loading the graphical mode and brings me to the alphanumeric mode. The error message goes something like " gnetx.exe : No response from G

  • MPEG4 Plays fine but exports WHITE

    Okay I have been searching the web high and low for an explanation and a solution. I have an MPEG4 video file, when I look at "properties" in quicktime it says the video track is H264. 640x360, AAC audio. The file opens and plays fine in Quicktime. I

  • Beating a dead horse...Need help with my Epson 2200

    I realize there are many posts on this topic, but I'm still having problems with my Epson 2200/firewire (running on Tiger). I had to buy a new hard drive the other day, so I reinstalled Tiger. I can get the Printer Utility to recognize my 2200, but m