Announcement

Collapse
No announcement yet.

isSpeaking Question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    isSpeaking Question

    According the the help file the Boolean 'isSpeaking can be found by using the syntax

    Dim isSpeaking As Boolean = hs.PluginFunction("BLSpeech", "", "IsHomeseerSpeaking", Nothing)

    This errors with the criptic message of

    Running script SpeechProcessing.vb :Object of type 'System.String' cannot be converted to type 'System.Boolean'.->Does entry point Main exist in script? at System.RuntimeType.TryChangeType(Object val....

    What is the correct format for this function?
    Don

    #2
    Show me the whole script
    Cheers,
    Bob
    Web site | Help Desk | Feature Requests | Message Board

    Comment


      #3
      Hi Bob;

      I might have spoken too soon. I commented that statement out and still get an error. Give me a bit to find the offending code.
      Don

      Comment


        #4
        Post it and i will take a look if u want
        Cheers,
        Bob
        Web site | Help Desk | Feature Requests | Message Board

        Comment


          #5
          Thanks, got it straightened out.
          Don

          Comment

          Working...
          X