Jump to content

valdneyp

uniGUI Subscriber
  • Posts

    7
  • Joined

  • Last visited

Posts posted by valdneyp

  1. Bom dia!, fiz um aplicativo para atendimento e gestor de filas usando SAPI.SpVoice, no terminal de desenvolvimento funciona a fala, mas quando publico no IIS não funciona. alguém pode me ajudar?

    exemplo do código:

    procedure TfrmTelaSenhaPainel.Fala(Frase:string);
    begin
      tthread.CreateAnonymousThread(procedure
      var SpVoice:variant;
      begin
        SpVoice         := CreateOleObject('SAPI.SpVoice');
        Spvoice.Rate    := 1;
        Spvoice.Volume  := 100;
        SpVoice.Speak(Frase,0);
      end).Start
    end;
     

     

  2. Imagem de unimenu when I'm running localhost appears normal, but when I publish on the server it gets with the background of the black image

    Imagem de unimenu when I'm running localhost appears normal, but when I publish on the server it gets with the background of the black image

    post-3917-0-46403000-1499524828_thumb.jpg

×
×
  • Create New...