Search found 313 matches: talking

Return to advanced search

Re: Talking to your apps

excellent! many thanks Enrico! :-)
by Antonio Linares
Fri Apr 05, 2024 3:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3906

Re: Talking to your apps

Solved! Now it works for all compilers combinations: #include "FiveWin.ch"function Main()   local oDlg, oGet, cText := Space( 30 )   DEFINE DIALOG oDlg   @ 1, 1 GET oGet VAR cText   oGet:bGotFocus = { || Listen() }&n...
by Enrico Maria Giordano
Fri Apr 05, 2024 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3906

Re: Talking to your apps

According to my tests, the program works fine only with these compilers combinations:

- Harbour MSC32
- Harbour BCC64
- xHarbour BCC32
- xHarbour BCC64
by Enrico Maria Giordano
Tue Apr 02, 2024 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3906

Re: Talking to your apps

Hi

It's working.
by richard-service
Tue Apr 02, 2024 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3906

Re: Talking to your apps

Hello Friends:

It works fine for me.

Regards
by Armando
Tue Apr 02, 2024 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3906

Re: Talking to your apps

Enrico Maria Giordano wrote:It should work with both 32 and 64 bit.

got it work under BCC7 32 Bit, nice :D
by Jimmy
Tue Apr 02, 2024 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3906

Re: Talking to your apps

I tried to test it using my Beelink SER 7 mini-pc. It turned out that the microphone ( on the camera ) doesn't work with that device ... didn't know that. Evidently it's a common problem and they don't have a solution. SO ... I tried it on my Surface Notebook ( Windows + H ) and it did a nice job of...
by TimStone
Mon Apr 01, 2024 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3906

Re: Talking to your apps

It should work with both 32 and 64 bit. But here it only works with some combination of compilers (MSC, BCC, Harbour, xHarbour) and bits (32, 64), not for all the combinations.
by Enrico Maria Giordano
Sat Mar 30, 2024 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3906

Re: Talking to your apps

hi Antonio,

does it also work using 32 Bit or only using 64 Bit ?
by Jimmy
Sat Mar 30, 2024 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3906

Re: Talking to your apps

Antonio Linares wrote:Dear Enrico,

I think it is a timing issue, maybe we invoke it too soon.

We need to find a way to fine tune it...


Yes, I was thinking along the same line. I tried with a call to SysWait() but to no avail. I have to try putting a delay in the C code.
by Enrico Maria Giordano
Fri Mar 29, 2024 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3906

Re: Talking to your apps

In my case I managed to include it in my app, with another function name, because it clashed with winsock. I was able to use it with Windows 10, although I did have to activate it using the Windows key + h
by Boby6Muertos
Fri Mar 29, 2024 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3906

Re: Talking to your apps

Dear Enrico,

I think it is a timing issue, maybe we invoke it too soon.

We need to find a way to fine tune it...
by Antonio Linares
Fri Mar 29, 2024 6:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3906

Re: Talking to your apps

Ok, it works. There is one thing I don't understand: listening starts automatically only with Harbour but not with xHarbour. Do you know why?
by Enrico Maria Giordano
Fri Mar 29, 2024 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3906

Re: Talking to your apps

> From what I understand it works in every application, as long as the focus is in a text field

right! Thats why we invoke it when a GET has the focus :-)
by Antonio Linares
Fri Mar 29, 2024 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3906

Re: Talking to your apps

It's amazing It works even in my old console program!
I press Windows H And then I click on microphone on the left
From what I understand it works in every application, as long as the focus is in a text field
by MarcoBoschi
Fri Mar 29, 2024 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3906
Next

Return to advanced search