Thanks.
In your example, I have implemented the SpeakButton Custom into my program and I am now receiving:
Error occurred on line: 26 (speakbutton)
java.lang.RuntimeException: Object should first be initialized (EditText).
My edittext is defined in my bal, which is previously loaded:
Activity.LoadLayout("JournalEntry")
btnSpeak.TargetEditText = edtJournalEntry
Your Speakbutton is being used verbatim...
I get the error in the Speakbutton routine line 26: et.Text = Texts.Get(0)
The vr_result (texts) contains properly transcribed text.
I notice there is an initialize in the SpeakButton bas file, but it is never actually called in your example, should I do this and if so, what are the meanings of TargetModule and EventName? (Main and ???)
Thanks Erel