Hey ,
I have a little problem with the setup of a "Note-System" using RoboB and Evernote.
What I've accomplished so far:
- Create a new Note (using xy coords and clicks)
- entering a title (using the phrase "Title")
I'd like it to be more "elegant":
e.g.
- I'm telling VC "Create a new note" (RoboB commands)
- VC creates the note and asks "What's the title of the new note?" (VC waits x seconds for my Input, after x secs repeates the question)
- I'm telling VC the title (without the "trigger-phrase" "Title")
- VC repeates the title and asks "Is that correct?" - if "no": dictation-regular is activated and "waits" for my input | if "no spelling": dictation-spelling is activated and "waits" for my input | if "yes": next step
- VC sets the title (RoboB commands)
- VC asks "What's the content?" (VC waits x seconds for my Input, after x secs repeates the question)
- I'm telling VC the content (without a "trigger-phrase" "Content")
- VC repeates the content and asks "Is that correct?" - if "no": dictation-regular is activated and "waits" for my input | if "no spelling": dictation-spelling is activated and "waits" for my input | if "yes": next step
- VC sets the content (RoboB commands)
is there a "wait for input" command/action that can also trigger an event afterwards?
Cheers, Sunny