![]() |
KnowBrainer Speech Recognition | ![]() |
Topic Title: Are there voice driven cascading drop-down list ? Topic Summary: Created On: 09/12/2020 12:39 PM Status: Post and Reply |
|
![]() |
![]() |
- dicdoc | - 09/12/2020 12:39 PM |
![]() |
![]() |
- PG LTU | - 09/12/2020 03:42 PM |
![]() |
![]() |
- dicdoc | - 09/12/2020 04:47 PM |
![]() |
![]() |
- dicdoc | - 09/12/2020 05:26 PM |
![]() |
![]() |
- PG LTU | - 09/12/2020 10:07 PM |
![]() |
![]() |
- Mav | - 09/14/2020 08:10 AM |
![]() |
![]() |
- Mphillipson | - 09/14/2020 11:14 AM |
![]() |
![]() |
- PG LTU | - 09/14/2020 03:39 PM |
![]() |
|
I'm lookig if there is some cascading drop down list that can be made via KB or Advanced scripting, conceptually like this : https://pivotronics.com/2019/12/30/cascading-or-dependent-drop-down-lists-using-data-validation-tool-in-excel/ But visually more like this : https://w3bits.com/wp-content/uploads/css-dropdown-menu.jpg
Did anyobody try sth where each menu items could be activated by just saying a number to identifiy it ?
------------------------- Memory: 16GB Microphone Brand and Model: LFH 4000 & Flexy Mike Operating System: win 10, latest update; Surface Book 2, Processor (CPU) Type & Speed: I7 8650 Soundcard Brand and Model: none Speech Software: Dragon Medical Practice Edition, french version: 4.2 Using KnowBrainer?:Yes |
|
|
|
![]() |
|
In the UserDialog Editor you have four choices: ComboBox, ListBox, DropListBox and MultiListBox. what you want (modify the next level of prompts based on the level selected) https://www.nuance.com/products/help/dragon/dragon-for-pc/scriptref/Content/mycommands/mycmds_2/structured_commands_samples.htm available here: swMagicLists.bas ' ' Magic Lists - Voice enabled selection lists ...And you will need the actual commands from the Wayback machine: https://web.archive.org/web/20100530052342/http://sean.wenzel.net/voicerecognition/macros/magiclists
-------------------------
|
|
|
|
![]() |
|
thanks so much, I'll look into it. Any video example sot get started ? http://sean.wenzel.net/voicerecognition/macros/ seems dead, I wonder how you got his macros.. ------------------------- Memory: 16GB Microphone Brand and Model: LFH 4000 & Flexy Mike Operating System: win 10, latest update; Surface Book 2, Processor (CPU) Type & Speed: I7 8650 Soundcard Brand and Model: none Speech Software: Dragon Medical Practice Edition, french version: 4.2 Using KnowBrainer?:Yes |
|
|
|
![]() |
|
got a question on line
Set vMenu = VoiceCommand.MenuCreate( "Magic list", "Magic", dgnlangUSEnglish, "", vcmdmc_CREATE_TEMP ) ' errs
in Function dlgMagicListbox
I referenced Dragon Active X. SHould I reference something else ? Because I got an error message on VoiceCommand, saying it needs a valid data type. I dont understand why Besides, dgnlangUSEnglish would not work for french, is dgnlangCHFrench something valid ? Or is it it does not work in Knobrainer ?
------------------------- Memory: 16GB Microphone Brand and Model: LFH 4000 & Flexy Mike Operating System: win 10, latest update; Surface Book 2, Processor (CPU) Type & Speed: I7 8650 Soundcard Brand and Model: none Speech Software: Dragon Medical Practice Edition, french version: 4.2 Using KnowBrainer?:Yes |
|
|
|
![]() |
|
Yes there is a problem with VoiceCommands and the WWB implementation appears to lack the data type. Anyone out there use VoiceCommands with vers 15+ ??
-------------------------
|
|
|
|
![]() |
|
The types are part of the referenced "Dragon NaturallySpeaking ActiveX Controls" type library, but you have to give the enumeration where each value is defined as well:
DgnLanguageConstants.dgnlangGerman instead of dgnlangGerman
and CREATEFLAGS.vcmdc_CREATE_TEMP instead of vcmdc_CREATE_TEMP
According to the last sdk documentation, the LangID and Dialect parameter for MenuCreate are unused, so it should make no difference which values you use.
Hth, mav |
|
|
|
![]() |
|
DRAGON ADVANCED SCRIPTING ENGINECONTROL.PROMPTVALUE ------------------------- Thanks Mark
Dragon Professional Advanced Scripting/KnowBrainer Scripts |
|
|
|
![]() |
|
Thx, Mav, Excellent info, there. You reminded me that all my many commands with vmenu items have had to be modified to account for what you mention. already made the change in that post, but note, I never did get help with triggering the accelerators . . .) http://www.knowbrainer.com/forums/forum/messageview.cfm?catid=4&threadid=3337 the VMenu in this case. refers back to the structured coding example I mentioned) . . . -------------------------
|
|
|
FuseTalk Standard Edition v4.0 - © 1999-2021 FuseTalk™ Inc. All rights reserved.