![]() |
KnowBrainer Speech Recognition | ![]() |


|
Topic Title: DNS 11.5 Pro slight delay when opening a browser and some programs Topic Summary: Dragon freezes momentarily and I don't know why Created On: 02/18/2012 07:24 PM Status: Post and Reply |
|
![]() |
- Dragonuser76 | - 02/18/2012 07:24 PM |
![]() |
- Todd | - 02/19/2012 10:01 PM |
![]() |
- Lunis Orcutt | - 02/19/2012 10:44 PM |
![]() |
- Tiger Feet | - 02/20/2012 02:41 AM |
![]() |
- Todd | - 02/20/2012 03:26 AM |
![]() |
- Tiger Feet | - 02/20/2012 08:52 AM |
![]() |
- Chucker | - 02/20/2012 09:44 AM |
![]() |
- monkey8 | - 02/20/2012 10:07 AM |
![]() |
- Tiger Feet | - 02/20/2012 03:26 PM |
![]() |
- Dragonuser76 | - 02/20/2012 03:37 PM |
![]() |
- monkey8 | - 02/20/2012 04:08 PM |
![]() |
- Tiger Feet | - 02/20/2012 04:42 PM |
![]() |
- Dragonuser76 | - 02/20/2012 09:52 PM |
![]() |
- monkey8 | - 02/21/2012 04:11 AM |
![]() |
- Dragonuser76 | - 02/21/2012 09:51 PM |
![]() |
- MDH | - 02/20/2012 07:51 AM |
![]() |
- Lunis Orcutt | - 02/20/2012 11:32 AM |
![]() |
- Tiger Feet | - 02/20/2012 03:55 PM |
![]() |
- Lunis Orcutt | - 02/20/2012 07:36 PM |
![]() |
- Tiger Feet | - 02/21/2012 01:05 PM |
![]() |
- Chucker | - 02/22/2012 01:03 AM |
![]() |
- Tiger Feet | - 02/22/2012 09:48 AM |
|
|
|
|
Hi,
I'm using a new VXI headset with a parrot soundpod that works very well with Dragon. However, I keep having the same issue, regardless of headset or user profile. If I say "open notepad", notepad will launch, but it isn't the active window, it is grayed out. If I say "mouse click" it takes a good five or 6 seconds for the notepad window to turn dark blue, then I see my cursor. This also happens if I say "open Internet" to launch IE9. It will launch, but grayed out. I can physically click my trackball to make it active, otherwise if I gave the Dragon command for "mouse click" it would take a good five or 6 seconds. Has anyone experienced this? If I can resolve this issue, I would be extremely satisfied with Dragon. Laptop specs: Windows 7 Pro, 8 GB RAM ------------------------- Owner and Operator http://www.disabledonline.com |
|
|
|
|
|
|
|
|
Dragonuser76, I experienced the identical problem you are describing with notepad. Your post prompted me to experiment a little. The solution (at least on my computer) is to create a custom voice-command using the AppBringUp function. I noticed you are using NaturallySpeaking Pro, so you can try this fix. If you are new to scripting, just let me know, and I will send you step-by-step instructions. The code to open notepad with focus is simply: Sub Main You can even name the new voice-command "open notepad" as it will override the built-in command. Or, if you prefer, you can give it a unique name. I noticed the same focus problem with calculator. Creating an analogous voice-command to open calculator solved this problem as well. I am not experiencing the focus problem with Internet Explorer 9. But, you could try creating an analogous command using following code: Sub Main I am not sure if this launches the 32-bit or 64-bit version of Internet Explorer. The 32-bit version appears to be installed (on my computer) in C:\Program Files (x86)\Internet Explorer. To ensure this version is launched, modify the above code to: Sub Main Good luck. Todd ------------------------- Todd Kermit |
|
|
|
|
|
|
|
|
We noted that on many systems, this command can wind up opening more than 1 instance of NotePad. If you run into multiple instances of NotePad, you can eliminate the problem by substituting the following script:
Sub Main Wait .1 AppBringUp "notepad.exe" End Sub -------------------------
|
|
|
|
|
|
|
|
|
Todd, ------------------------- Tiger Feet |
|
|
|
|
|
|
|
|
Tiger Feet,
So close. Just replace "calculator.exe" with "calc.exe". In other words: Sub Main AppBringUp "calc.exe" End Sub Todd ------------------------- Todd Kermit |
|
|
|
|
|
|
|
|
Todd,
Cool! Works every time now :-) thank you very much. Mark, you must be lucky with the calculator. Mine always came up not focused until now :-) Cheers ------------------------- Tiger Feet |
|
|
|
|
|
|
|
|
Tiger et al., -------------------------
|
|
|
|
|
|
|
|
|
Quote: I have no explanation as to why launching notepad or any other application doesn't come up with the application in focus. I had this problem very early on with Windows 7. Chuck / Tiger
You are dead right in that this is a Windows 7 problem and It's funny this comes up now as I had this problem off and on for quite a while and eventually managed to find a cure. You can try various flavours of scripts which will solve the problem temporarily but it usually reappears. However before revealing what the cure and avoiding having to rewrite every opening command for every application, do you happen to have Adobe Acrobat running on your system? Not that Adobe Acrobat has anything to do with the problem but there is something within Acrobat (which was a feature I use a lot) that always reveals this problem.
If you do have Acrobat can you try doing a print from something like Internet Explorer e.g. file | print (making sure to choose Adobe PDF is the printer). You must do this completely using Dragon, that is hands-free by voice command.
If you do this to you then get a problem with the file save dialogue not being in focus? Anyone else for that matter?
Lindsay ------------------------- |
|
|
|
|
|
|
|
|
Lindsay,
I have this focus problem with quite a few applications so I would love to know how to stop it happening without having to rewrite or introduce voice commands for every application that does it? So how do I do that? Cheers ------------------------- Tiger Feet |
|
|
|
|
|
|
|
|
I just uninstalled Adobe Acrobat reader and now whenever I launch my Internet browser (Firefox and IE9), they are in focus. However, I'm still having the issue remain with calculator and notepad.
------------------------- Owner and Operator http://www.disabledonline.com |
|
|
|
|
|
|
|
|
Tiger/DragonUser ------------------------- |
|
|
|
|
|
|
|
|
Eureka!!! ------------------------- Tiger Feet |
|
|
|
|
|
|
|
|
I followed the instructions for changing the registry. After doing so, I still have the same issues with Notepad and calculator and my browsers. I wonder why it didn't work for me.
------------------------- Owner and Operator http://www.disabledonline.com |
|
|
|
|
|
|
|
|
Did you try reloading Windows afterwards?
Lindsay ------------------------- |
|
|
|
|
|
|
|
|
Thanks Lindsay! I rebooted and the issue is fixed.
------------------------- Owner and Operator http://www.disabledonline.com |
|
|
|
|
|
|
|
|
Tiger Feet, For my "Open Notepad" command, using the following also works. Sub Main Regarding the "Open Calculator" command, I don't have/need a custom command for it, simply say "Open Calculator" and it does. MDH ------------------------- |
|
|
|
|
|
|
|
|
Tiger,
All of these commands are already included in your KnowBrainer 2011. However, in KnowBrainer, they're called Start <AppList> as in Start NotePad, Start Internet Explorer. However, Start Calculator is a separate command because it works by additionally locking NaturallySpeaking into Numbers Mode. Also note that if any application launches out of focus, you could use your KnowBrainer Refresh Window command but if the problem occurs frequently but not all the time, simply add SendSystemKeys "{Alt+Tab 2}" to the end of your script to always bring your application or Window into focus. -------------------------
|
|
|
|
|
|
|
|
|
Quote: All of these commands are already included in your KnowBrainer 2011. However, in KnowBrainer, they're called Start <AppList> as in Start NotePad, Start Internet Explorer. However, Start Calculator is a separate command because it works by additionally locking NaturallySpeaking into Numbers Mode. Lunis, I did know about Start notepad but I get so used to saying open <whatever > that I forget sometimes. However, I did not know about the start calculator which does indeed start up in Numbers mode. Out of interest, are 'Add,' 'Subtract,' 'Multiply' & 'Divide' KnowBrainer commands as well for the calculator? One thing that did not work was 'Start Internet Explorer.' When I called this up, I got a Dragon error message saying 'File IExplorer not found.'
------------------------- Tiger Feet |
|
|
|
|
|
|
|
|
Quote: Out of interest, are 'Add,' 'Subtract,' 'Multiply' & 'Divide' KnowBrainer commands as well for the calculator? Yes Quote: One thing that did not work was 'Start Internet Explorer.' This will be fixed in the KnowBrainer 2012 release The Refresh Window command the presses {Alt+Tab} twice which can bring up a previous Window. This command never should've been necessary but was designed as a simple way to tackle a Windows issue without actually knowing the answer. Quote: When you say, simply add SendSystemKeys "{Alt+Tab 2}" simply add it to what? See following xxample: Sub Main AppBringUp "Notepad" Wait .75 SendSystemKeys "{Alt+Tab 2}" End Sub -------------------------
|
|
|
|
|
|
|
|
|
------------------------- Tiger Feet |
|
|
|
|
|
|
|
|
Quote: As we already know, this is a fault in Dragon 11.5 in numbers mode. I hope Nuance have taken note of this and will rectify it at some point. Tiger, I don't doubt that some users experience this problem. However, it doesn't seem to be a problem for me and never has been. Therefore, any time you run into a situation like this which is a problem for some but not for everybody, you can't necessarily point at Dragon as the root cause. What results you get if you do the following: 1. Just say "open calculator". Does the calculator open? If so, go to #2. 2. Say "switch to numbers mode", then say "2". Do you still have the same problem? If you do have the same problem, open notepad and, in numbers mode, say "2". Does it work properly there? That is, do you get the number 2 displayed without having to repeat yourself? I'm just curious because I'm trying to replicate your problem and I can't. So, I wanted to take KnowBrainer of the picture (i.e., in your case) just to eliminate that as a player in the game. In other words, if you're going to test cause-and-effect relationships with a problem that you're having in Dragon, then the only variables that you should have are the situation in which the problem occurs and Dragon, without anything else that would possibly be at the heart of the matter. Otherwise, you're not controlling the all the variables sufficiently to be able to point the finger directly at Dragon. Again, I'm not questioning the fact that you're experiencing the problem. Since I can't replicate your problem I'm just trying to use you as a guinea pig to see if the problem occurs under all conditions (i.e., for you), or just some conditions. Chuck Runquist Logic 101: Post Hoc fallacy - The logical fallacy of believing that temporal succession implies a causal relation. -------------------------
|
|
|
|
|
|
|
|
|
Quote: I don't doubt that some users experience this problem. However, it doesn't seem to be a problem for me and never has been. Therefore, any time you run into a situation like this which is a problem for some but not for everybody, you can't necessarily point at Dragon as the root cause. Chuck, The fault with numbers mode in Dragon 11.5 has come up before with quite a few people replicating it, not just me. This includes Lunis & Graham. In fact, the original poster in the thread below brought it up initially because he used numbers mode regularly in DNS 10.1 and DNS 11 without a problem. He then mentions the fault only started happening when he upgraded to DNS 11.5. http://www.knowbrainer.com/PubForum/index.cfm?page=viewForumTopic&topicId=12930&listFull#1A41543F-D408-78DE-4B7917C1A057DF9Athread68390 In fact, in one of your own posts in that thread you quote the following below: "The fact that it's broken is something that ought to be taken up with Nuance. I'd be more than happy to provide the sledgehammer." Quote: What results you get if you do the following: 1. Just say "open calculator". Does the calculator open? If so, go to #2. 2. Say "switch to numbers mode", then say "2". Do you still have the same problem? After closing KnowBrainer, undertaking all of the above, when trying to dictate the number '2' into the calculator, it will not work and will not show in the calculator. In fact, it seems worse now because I cannot dictate the number '2' at all. When I had KnowBrainer open, I could at least dictate '2,' even though it sometimes took a few times dictating it before it would stick. On top of that, using Dragon only, I could not switch back from numbers mode to normal mode. To do this, I had to switch to WSR to open normal mode from 'Modes' on the Dragon bar. Quote: If you do have the same problem, open notepad and, in numbers mode, say "2". Does it work properly there? That is, do you get the number 2 displayed without having to repeat yourself? In notepad just using Dragon 11.5 in numbers mode without KnowBrainer, the only numbers recognised were 4,5, & 0. 1,2,3,6,7,8,& 9, would not dictate into notepad when in numbers mode. ------------------------- Tiger Feet |
|
|
|
|
FuseTalk Standard Edition v4.0 - © 1999-2013 FuseTalk™ Inc. All rights reserved.