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 ...
Search found 185 matches: turned
Searched query: turned
- Mon Apr 01, 2024 9:36 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Talking to your apps
- Replies: 20
- Views: 6381
- Sat Oct 21, 2023 6:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Moving the dialog
- Replies: 8
- Views: 938
Moving the dialog
Hi,
If, when moving the dialog with the mouse, part of this dialog turned out to be a screen,
then returning the dialog to the screen will be associated with significant delays (depending on the number of controls on the dialog).
I understand that this is due to the constant call of the Refresh ...
If, when moving the dialog with the mouse, part of this dialog turned out to be a screen,
then returning the dialog to the screen will be associated with significant delays (depending on the number of controls on the dialog).
I understand that this is due to the constant call of the Refresh ...
- Fri Jun 23, 2023 6:56 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FW_SetUnicode( .T. ) 2-Byte characters
- Replies: 25
- Views: 5044
Re: FW_SetUnicode( .T. ) 2-Byte characters
... differently: the first character will appear as � - https://www.compart.com/en/unicode/U+FFFD all following characters are OK!
After a while I turned the switch ' Beta: Use Unicode UTF-8 for worldwide language support ' off again. There are some side effects to other applications. And in my ...
After a while I turned the switch ' Beta: Use Unicode UTF-8 for worldwide language support ' off again. There are some side effects to other applications. And in my ...
- Fri Jun 09, 2023 6:27 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: simple image viewer - sample
- Replies: 3
- Views: 848
simple image viewer - sample
... have a help icon.
4. **Image Display**: An image (`oImage`) is displayed in the dialog box. The image can be scrolled, and its progress bar is turned off by default.
5. **Buttons**: The program defines several buttons with different actions:
- "Select Image": This button calls the `GetImage ...
4. **Image Display**: An image (`oImage`) is displayed in the dialog box. The image can be scrolled, and its progress bar is turned off by default.
5. **Buttons**: The program defines several buttons with different actions:
- "Select Image": This button calls the `GetImage ...
- Tue May 23, 2023 7:44 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: RTF Spell Checker
- Replies: 7
- Views: 1010
Re: RTF Spell Checker
... turn on spell checking, it will underline words, as they are typed, that are not spelled correctly.
2). If I try to setup the spell checker to be turned on by default, the checkmark shows on the ( right click ) menu, but it will not actually catch misspelled words.
It only works correctly when you ...
2). If I try to setup the spell checker to be turned on by default, the checkmark shows on the ( right click ) menu, but it will not actually catch misspelled words.
It only works correctly when you ...
- Sun May 21, 2023 4:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: hb_out.. exe crashed...
- Replies: 10
- Views: 928
Re: hb_out.. exe crashed...
Funciona perfecto con imágenes .PNGs, transformé el ARCHIVO.RC en ARCHIVO.RES y resultó excelente.
It works perfect with .PNGs Images, I transformed the FILE.RC into FILE.RES and it turned out excellent.
https://imgur.com/sQtTjcs
![Image](https://i.imgur.com/sQtTjcs.png)
Regards, saludos.
It works perfect with .PNGs Images, I transformed the FILE.RC into FILE.RES and it turned out excellent.
https://imgur.com/sQtTjcs
![Image](https://i.imgur.com/sQtTjcs.png)
Regards, saludos.
- Sat Apr 08, 2023 11:15 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: POPUP window size
- Replies: 3
- Views: 382
POPUP window size
... window with the ability to resize it
#define WS_SIZEBOX 0x00040000L
DEFINE DIALOG oFrg FROM 0,0 TO 0,0 PIXEL ;
STYLE nOR(WS_POPUP, WS_SIZEBOX) COLOR CLR_BLACK, CLR_WHITE
ACTIVATE DIALOG oFrg NOWAIT
It turned out, but partially - I can change the size of the window only on the left and top :(
#define WS_SIZEBOX 0x00040000L
DEFINE DIALOG oFrg FROM 0,0 TO 0,0 PIXEL ;
STYLE nOR(WS_POPUP, WS_SIZEBOX) COLOR CLR_BLACK, CLR_WHITE
ACTIVATE DIALOG oFrg NOWAIT
It turned out, but partially - I can change the size of the window only on the left and top :(
- Tue Apr 04, 2023 4:34 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: MyBarMdi [5]
- Replies: 15
- Views: 1982
Re: MyBarMdi [5]
Fantastic Jimmy
It has improved a lot.
It's been a bit complex, because I move the MDI Child window, but I scale its MdiFrame window.
But it has turned out very well.
https://i.postimg.cc/13gDBBBL/My-Bar-Mdi5b.gif
oBar:bLClicked := { | nRow, nCol | If( nRow < 25, ( CursorDrag(), oVentana:Capture ...
It has improved a lot.
It's been a bit complex, because I move the MDI Child window, but I scale its MdiFrame window.
But it has turned out very well.
https://i.postimg.cc/13gDBBBL/My-Bar-Mdi5b.gif
oBar:bLClicked := { | nRow, nCol | If( nRow < 25, ( CursorDrag(), oVentana:Capture ...
- Wed Nov 30, 2022 2:21 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: SEARCH IN LARGE DATABASE VERY SLOW
- Replies: 7
- Views: 926
Re: SEARCH IN LARGE DATABASE VERY SLOW
... I'm using "MariaDb", which is similar to "mysql"
Using it with an Array was very fast, even with a base of 11,000 Reg
If needed, post an example.
A friend "Marcelo", here in Brazil, helped me to solve it.
Credits for the solution belong to him, but I adjusted my reality and it turned out great
Using it with an Array was very fast, even with a base of 11,000 Reg
If needed, post an example.
A friend "Marcelo", here in Brazil, helped me to solve it.
Credits for the solution belong to him, but I adjusted my reality and it turned out great
- Thu Nov 24, 2022 7:54 pm
- Forum: mod_harbour
- Topic: Great news regarding mod_harbour CGI !!!
- Replies: 43
- Views: 20772
Re: Great news regarding mod_harbour CGI !!!
Dear Antonio,
I think I got something wrong with CGI.
I turned off the APACHE server and now the cgi-bin web page doesn't work anymore.
Probably cgi is not installed correctly after all.
Does cgi need an APACHE server?
Best regards,
Otto
I think I got something wrong with CGI.
I turned off the APACHE server and now the cgi-bin web page doesn't work anymore.
Probably cgi is not installed correctly after all.
Does cgi need an APACHE server?
Best regards,
Otto
- Fri Sep 23, 2022 12:46 pm
- Forum: mod_harbour
- Topic: Harbour CGI
- Replies: 19
- Views: 8708
Re: Harbour CGI
Dear Enrico,
We first invented mod_harbour, then we turned it into a CGI exe, keeping the functionality (commands, defines, etc) and functions, classes, etc that we originally developed for the mod_harbour.
I don't know how is your Harbour CGI, so I can't compare them
I haven't MY harbour CGI. It ...
We first invented mod_harbour, then we turned it into a CGI exe, keeping the functionality (commands, defines, etc) and functions, classes, etc that we originally developed for the mod_harbour.
I don't know how is your Harbour CGI, so I can't compare them
I haven't MY harbour CGI. It ...
- Fri Sep 23, 2022 12:28 pm
- Forum: mod_harbour
- Topic: Harbour CGI
- Replies: 19
- Views: 8708
Re: Harbour CGI
Dear Enrico,
We first invented mod_harbour, then we turned it into a CGI exe, keeping the functionality (commands, defines, etc) and functions, classes, etc that we originally developed for the mod_harbour.
I don't know how is your Harbour CGI, so I can't compare them
Here you have all the source ...
We first invented mod_harbour, then we turned it into a CGI exe, keeping the functionality (commands, defines, etc) and functions, classes, etc that we originally developed for the mod_harbour.
I don't know how is your Harbour CGI, so I can't compare them
Here you have all the source ...
- Thu Sep 01, 2022 9:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH WebApp (HTML) testing
- Replies: 32
- Views: 3963
Re: FWH WebApp (HTML) testing
Leandro,
Like you, I am an xHarbour user.
But I have no particular reason that it has to be xHarbour. It has turned out that way.
But I often ask myself how much work it is to change my program to HARBOUR.
I think it would also be wise in terms of mod harbour.
Have you ever considered a ...
Like you, I am an xHarbour user.
But I have no particular reason that it has to be xHarbour. It has turned out that way.
But I often ask myself how much work it is to change my program to HARBOUR.
I think it would also be wise in terms of mod harbour.
Have you ever considered a ...
- Thu Sep 01, 2022 7:08 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH WebApp (HTML) testing
- Replies: 32
- Views: 3963
Re: FWH WebApp (HTML) testing
Leandro,
Like you, I am an xHarbour user.
But I have no particular reason that it has to be xHarbour. It has turned out that way.
But I often ask myself how much work it is to change my program to HARBOUR.
I think it would also be wise in terms of mod harbour.
Have you ever considered a changeover ...
Like you, I am an xHarbour user.
But I have no particular reason that it has to be xHarbour. It has turned out that way.
But I often ask myself how much work it is to change my program to HARBOUR.
I think it would also be wise in terms of mod harbour.
Have you ever considered a changeover ...
- Thu Jun 09, 2022 2:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Gmail Less Secure apps Less than outlook 2016 will not work
- Replies: 7
- Views: 910
Re: Gmail Less Secure apps Less than outlook 2016 will not work
... yesterday
http://img4.imagetitan.com/img4/small/25/25_gmail005.jpg
Does your video fix this problem ... It appears Gmail has turned off less secure apps .. if so is there a translatation of your video to english ??
Rick Lipkin
Rick:
Yes, with these video you can fix the ...
http://img4.imagetitan.com/img4/small/25/25_gmail005.jpg
Does your video fix this problem ... It appears Gmail has turned off less secure apps .. if so is there a translatation of your video to english ??
Rick Lipkin
Rick:
Yes, with these video you can fix the ...