KnowBrainer Speech Recognition
Decrease font size
Increase font size
Topic Title: Questions about Knowbrainer commands
Topic Summary: How do I create simple commands?
Created On: 07/19/2007 02:11 PM
Status: Post and Reply
Linear : Threading : Single : Branch
 Questions about Knowbrainer commands   - brainstormery - 07/19/2007 02:11 PM  
 Questions about Knowbrainer commands   - Lunis Orcutt - 07/19/2007 06:06 PM  
 Questions about Knowbrainer commands   - brainstormery - 07/19/2007 10:54 PM  
 Questions about Knowbrainer commands   - Lunis Orcutt - 07/20/2007 10:49 AM  
 Questions about Knowbrainer commands   - brainstormery - 07/20/2007 11:49 AM  
Keyword
 07/19/2007 02:11 PM
User is offline View Users Profile Print this message


brainstormery
Member

Posts: 54
Joined: 07/06/2007

1

1Is there anywhere that I can learn more about Verbal Basic other than the Knowbrainer Verbal Basic book. That book is about as clear as mud, and definitely not written well for the beginner. I'm sure it's great if you already have a bit of knowledge about it.

I need to know how to do simple things, like:

1. How do I pick a menu item such as file.  I thought it would be with the pickmenu command  but evidently I'm missing something. When I use the menupick item file,  DNS error message says it "cannot find menu item with caption 'file'", even though I am in Outlook

2. I need to know how to pick a down arrow that brings up more choices, so I can choose a color.

I would love to see a working copy of the macro that I was working on before in my last post here because it contains both those  items, and would allow me to do a lot in customizing Knowbrainer and Dragon. 

I like Knowbrainer, and think it's an excellent addition to DNS, but a clear manual on how to write commands, written for the beginner that has zero knowledge, would be appreciated and used by many people. 

I think it would also increase sales when people could read a manual and actually understand how to make their own commands.

I'd be willing to buy a manual if there was one available that was written so a beginner could understand it.

Rick 

 07/19/2007 06:06 PM
User is offline View Users Profile Print this message

Author Icon
Lunis Orcutt
Top-Tier Member

Posts: 22599
Joined: 10/01/2006

1.     To click the File menu type this script: SendKeys “{Alt+f}”
2.     Down Arrow Key SendKeys “{Down}”.  You can also use something like SendKeys “{Down 4}{Right 2}”to move down 4 colors and 2 to the right. 
 
You'll find some example commands that are close to what you are looking for by browsing the KB 2006 Microsoft Word commands.  I recommend you check out the Color < fontColor> command (if we have it in REV E as it might be one of the commands we are releasing in REV F).  < Color > Background would also be good to check out.  Unfortunately these are listing commands and are more complex than your average macros because they are recorded in 2 parts.  You can find a definition on “How to Edit a listing command” in the VerbalBasic manual.
 
We concur that the VerbalBasic manual isn't as clear as we would like but we are looking to update it with more examples.


-------------------------


Click KB 2012 REV D to Download a 30 Day Evaluation of KnowBrainer 2012 


 


 


 

 07/19/2007 10:54 PM
User is offline View Users Profile Print this message


brainstormery
Member

Posts: 54
Joined: 07/06/2007

1Ok, I understand how the Send Keys function works. Slowly making progress here.

I looked at the examples in Word. It uses the Color it "red" to make the change.

I don't think I can use that because I'm not coloring a specific text.

I'm changing the default color for emails instead. I change this throughout the day.

I need to know 2 things

1. How do I pick a certain tab.  For example if you select the menu item Tools and then  Options, there are 6 tabs across the tab, and I need to choose "mail format"

2. When I get to Fonts, and then CHoose Fonts, there is a section called Effects. It has a down arrow that you click on that show s you the different colors. I need to know how to choose a color in that drop down menu.

 07/20/2007 10:49 AM
User is offline View Users Profile Print this message

Author Icon
Lunis Orcutt
Top-Tier Member

Posts: 22599
Joined: 10/01/2006

In your KnowBrainer global commands you will find a command called Task Manager < TasksList> which includes a listing command that should define what you are trying to do.  The following command should demonstrate how to get to the Tabs.
 

SendSystemKeys "{Ctrl+Shift+Esc}" hot key that launches the Task Manager

Wait 1000 one second pause

SendKeys "{Shift+Tab}" moves cursor focus from the Image Name to the Tabs

if _arg1 = "Applications" then SendKeys "{Home}" selects the Applications Tab

if _arg1 = "Processes" then SendKeys "{Home}{Right}"

if _arg1 = "Performance" then SendKeys "{Home}{Right 2}"

if _arg1 = "Users" then SendKeys "{End}"

if _arg1 = "Networking" then SendKeys "{End}{Left}"

SendKeys "{Tab}" moves the cursor back to it’s original position



-------------------------


Click KB 2012 REV D to Download a 30 Day Evaluation of KnowBrainer 2012 


 


 


 

 07/20/2007 11:49 AM
User is offline View Users Profile Print this message


brainstormery
Member

Posts: 54
Joined: 07/06/2007

1Can you tell me how to find the KB global commands?

When I click on KBPro, and select KB menu item I am taken to a window with 3 input boxes at the top, and 2 large boxes beneath.

Bottom box has global commands in it

middle box has Natspeak

top box has sytem.dvc 

 

When I click KB2006 in the middle box,  I only see 6 commands. I'm sure there are more, but where,  lol. 

When I first go there, I have global in the bottom box, but when I select KB2006 in the top box, the GLOBAL goes away.

Statistics
27364 users are registered to the KnowBrainer Speech Recognition forum.
There are currently 0 users logged in.
The most users ever online was 2028 on 04/05/2013 at 07:36 PM.
There are currently 170 guests browsing this forum, which makes a total of 170 users using this forum.

FuseTalk Standard Edition v4.0 - © 1999-2013 FuseTalk™ Inc. All rights reserved.