Search found 77 matches: wav

Return to advanced search

Re: Ayuda MsgStop() y MsgInfo()

... ; ID 1 ; OF oDlg ; ACTION ( oDlg:End() ) aBoton[ 1 ]:lDefault := .t. ACTIVATE DIALOG oDlg CENTERED ON INIT SndPlaySound( ".\SONIDOS\ERROR.WAV" ) Return .t. Espero y te ayude Saludos Eduardo Borondón Muñiz
by EBM
Thu Dec 05, 2019 9:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda MsgStop() y MsgInfo()
Replies: 5
Views: 816

Re: New TprogressWheel

Silvio, I mean playing optional a wav-file during a selected process. I will add this option. regards Uwe :D I don't understand what it is for? we have done a circular TProgress / TMeter class are necessary for other procedures. I can use ...
by Silvio.Falconi
Fri Sep 13, 2019 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New TprogressWheel
Replies: 72
Views: 9334

Re: New TprogressWheel

Silvio,

I mean playing optional a wav-file during a selected process.
I will add this option.

regards
Uwe :D
by ukoenig
Thu Sep 12, 2019 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New TprogressWheel
Replies: 72
Views: 9334

How to play a background-sound (SND_ASYNC) ?

... doesn't work because the function returns immediately after beginning the sound FOR I := 1 TO 3 // play sound 3 times SndPlaySound( "Test.wav", 1 ) // 0 works but is blocking all actions NEXT SND_SYNC The sound is played synchronously and the function does not return until the sound ...
by ukoenig
Mon Sep 09, 2019 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to play a background-sound (SND_ASYNC) ?
Replies: 2
Views: 562

Re: Mis programas FW hablan

... opcion mas nos facilita, este asunto no se instala solo copias una par de archivos y lo parametrisas y listo. Tiene cosas increibles como crear .wav al vuelo desde un archivo de TxT , leer archivos de texto y muchas cosillas por ahi que nos pueden de ser de ayuda. . saludes.
by Busmatic_wpb
Sun Oct 28, 2018 2:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mis programas FW hablan
Replies: 7
Views: 2785

Mis programas FW hablan

... o hombre que estan el sitio y aunque este en ingles el SO te habalara en español. Lo facinante de esto es que en base a un TXT puede crear un .wav entre otras cosillas que al final me cae al pelo pues necesito en determinado momento tener un serie de avisos a los usuarios y en realidad esta ...
by Busmatic_wpb
Sat Oct 27, 2018 5:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mis programas FW hablan
Replies: 7
Views: 2785

Re: Avoid sound in xbrowse

... ; // selected col IIF( nCPos = 1 .and. nKey == 13, ; // Sound on EDIT only on column 1 SndPlaySound( c_Path1 + "Alert.wav", 0 ), NIL ) ) } regards Uwe :D Thank you but I dont want to play a sound if a check or unckeck the first col. In normal way if i press space ...
by Wanderson
Fri Jul 14, 2017 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Avoid sound in xbrowse
Replies: 4
Views: 1027

Re: Avoid sound in xbrowse

... ; // selected col IIF( nCPos = 1 .and. nKey == 13, ; // Sound on EDIT only on column 1 SndPlaySound( c_Path1 + "Alert.wav", 0 ), NIL ) ) } regards Uwe :D
by ukoenig
Fri Jul 14, 2017 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Avoid sound in xbrowse
Replies: 4
Views: 1027

Re: como saber si un objeto tomó el :end() o no ??

... // aca se cumple el primer timer y se le avisa al usuario que solo le queda un minuto SndPlaySound( '.\Sonidos\error.wav' ) o es en otra parte que quieres que lo ponga? Gracias !
by JoseAlvarez
Thu Mar 09, 2017 12:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: como saber si un objeto tomó el :end() o no ??
Replies: 10
Views: 1297

Re: como saber si un objeto tomó el :end() o no ??

... // aca se cumple el primer timer y se le avisa al usuario que solo le queda un minuto SndPlaySound( '.\Sonidos\error.wav' ) _nInterval2 :=(_nMinToInterval-1)*60000+1 _oTimerTabla2:Deactivate() // se crea este dialogo donde se le pregunta si desea extender el tiempo ...
by JoseAlvarez
Wed Mar 08, 2017 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: como saber si un objeto tomó el :end() o no ??
Replies: 10
Views: 1297

Maybe Important - 2015-07-31 16:05 UTC-0800 Pritpal Bedi (be

... + hbqtqmlparts/resources/qml + hbqtqmlparts/resources/qml/BarcodeReader.qml + hbqtqmlparts/resources/qml/WebView.qml + hbqtqmlparts/resources/wav + hbqtqmlparts/resources/wav/barcode-beep.wav + hbqtqmlparts/resources/wav/camera-flash.wav + hbqtqmlparts/misc.prg + hbqtqmlparts/qmlbridge.prg ...
by Pritpal Bedi
Sat Aug 01, 2015 1:47 am
 
Forum: FiveTouch
Topic: Maybe Important - 2015-07-31 16:05 UTC-0800 Pritpal Bedi (be
Replies: 1
Views: 1641

Re: no me funciona CDOSYS, gmail

... ) oCfg := Nil oMsg := Nil Return ( .F. ) END oCfg := Nil oMsg := Nil Eval(bMens) SndPlaySound( GetWinDir() + "\media\Tada.wav", 0 ) CursorArrow() if oDlg<>NIL oDlg:End() endif Return ( .T. )
by noe aburto
Fri May 29, 2015 1:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: no me funciona CDOSYS, gmail
Replies: 5
Views: 669

usando CDOSYS marca error, mail

... se pudo enviar el e-mail") oCfg := Nil oMsg := Nil Return .t. End Try oCfg := Nil oMsg := Nil SndPlaySound( GetWinDir() + "\media\Tada.wav", 0 ) CursorArrow() Eval(bMens) Return .t.
by noe aburto
Tue May 12, 2015 2:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: usando CDOSYS marca error, mail
Replies: 4
Views: 1117

TDolphin UPDATE,INSERT error

... "maried", "total", "description", "date_maried"} Avalue: = {"12345", "c: \ ring.wav". t., 1000, "Kellogg's", "2015-04-10"} types in SQL are {"CHAR", "TEXT","TINYINT","DECIMAL", ...
by metro
Wed Apr 15, 2015 11:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDolphin UPDATE,INSERT error
Replies: 9
Views: 1759

Re: Voces

... está disponible, lea la declaración de privacidad sin conexión:  C:\Windows\system32\es-ES\erofflps.txt Y "Convertir un texto en un archivo wav de sonido" Firma con problemas:  Nombre del evento de problema:    APPCRASH  Nombre de la aplicación: Voces.exe  Versión de la aplicación:  ...
by JmGarcia
Fri Oct 25, 2013 8:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Voces
Replies: 23
Views: 7356
Next

Return to advanced search