in reply to Tk Windows Speech Recognition

Hi ,

What happens if you run perl -S gedi?

? What happens if you add  $text->after( 500, sub{ $Tk::widget->update } );

? What happens if you add use Tcl::pTk;

Got any other gui toolkits installed ( Win32::GUI, Prima, Wx ) ?

Replies are listed 'Best First'.
Re^2: Tk Windows Speech Recognition (Dictation)
by Anonymous Monk on Nov 30, 2019 at 11:29 UTC

    Here is my result

    perl -S gedi Same situation as with my simple code

    $text->after( 500, sub{ $Tk::widget->update } ); No changes

    use Tcl::pTk; (which requires a proper Tcl/Tk installation), same behavior as Tk (same on macOS)

    Win32::GUI: works fine, real-time transcription

    Wx: works fine, real-time transcription

    So, it apparently seems that Tk (Perl or Tcl) is not supporting anything with Speech Recognition. What a shame.