Search found 4703 matches: tried

Return to advanced search

Re: colorize btnbmp with diagonal

I tried a test I found on this forum https://i.postimg.cc/8Ct5JFkV/f.png #include "fivewin.ch"// colorize btnbmp with diagonalFunction test()local oDlglocal oBtnlocal lmenu:=.f.DEFINE DIALOG ...
by Silvio.Falconi
Fri Apr 19, 2024 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 218

Re: colorize btnbmp with diagonal

I tried a test I found on this forum https://i.postimg.cc/8Ct5JFkV/f.png #include "fivewin.ch"// colorize btnbmp with diagonalFunction test()local oDlglocal oBtnlocal lmenu:=.f.DEFINE DIALOG ...
by nageswaragunupudi
Thu Apr 18, 2024 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 218

Re: WhatsApp tests

... should check if it is installed and if it is not, go and download the application from the Microsoft store However it doesn't work for me, I tried to send it to a friend and nothing arrived opens the whatsapp application but then doesn't send anything if it finds the number on whatsapp it ...
by Silvio.Falconi
Thu Apr 18, 2024 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WhatsApp tests
Replies: 9
Views: 273

Re: WhatsApp tests

... for the code and the suggestion with the key combination symbol ~ (which stands for "Enter"). I just did a test and it works. I only tried text. It seems that you need to have WhatsApp installed on the PC. On the server via RDP with the administrator, I get this info: This app cannot ...
by Otto
Wed Apr 17, 2024 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WhatsApp tests
Replies: 9
Views: 273

Re: ADS with 64bit FWH Apps

... files. As Reinaldo pointed out ( and he is probably the best source ), if you use the .dll files from ADS 10, then everything should work ok. I tried his suggestion here yesterday and it worked fine for me while using the ADS 12 Client Server installed for 64 bit OS. I haven't tried it on my ...
by TimStone
Tue Apr 16, 2024 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2258

colorize btnbmp with diagonal

I tried a test I found on this forum https://i.postimg.cc/8Ct5JFkV/f.png #include "fivewin.ch"// colorize btnbmp with diagonalFunction test()local oDlglocal oBtnlocal lmenu:=.f.DEFINE DIALOG ...
by Silvio.Falconi
Mon Apr 15, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 218

Re: Tooltip of the selector column

I tried to test the code: [code]#include "FiveWin.ch"function Test()   USE CUSTOMER   DEFINE DIALOG oDlg SIZE 600,500 PIXEL   @ 10,10 XBROWSE oBrw SIZE -10,-10 PIXEL OF oDlg ;      DATASOURCE "CUSTOMER" ...
by mtajkov
Sun Apr 07, 2024 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip of the selector column
Replies: 11
Views: 1349

Re: Question about wfReadUrl()

Hello Ceasar and Enrico,

I tried both suggestions.

They both work, but both suggestions do have a problem in case the url doesn't exist or doesn't react.
It lasts at least 1 to 2 minutes before the test is passed.

Can we do something about it?

But thank you very much for your suggestions.
by driessen
Fri Apr 05, 2024 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2731

Re: Problem with valid email refresh btnbmp

nageswaragunupudi wrote:
here not run ok

My program is perfectly working here and this is the proof:
Image



So what should I do if it doesn't work for me? I tried it on several computers with Windows 10 Professional
by Silvio.Falconi
Fri Apr 05, 2024 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2279

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 ... ...
by TimStone
Mon Apr 01, 2024 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3832

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: 3832

Re: records on xbrowse

any solution please ? the problem is when I make a search for a sample "frank" ( on First) ndatarow is 3 and also obrw:nlen is 3 I tried to inser a variable nTotalrecords at init oDbf:= TCustomer():New() oDbf:setorder(1) oDbf:Gotop() nTotalRecords:= oDbf:OrdKeyCount() and the on each ...
by Silvio.Falconi
Wed Mar 27, 2024 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: records on xbrowse
Replies: 8
Views: 1648

Re: WebView resize

Hello friends, I tried to map the FiveWin components Splitter, TEXplorerBar, Buttons, Panels, and TSay, Memo to a WebView2 embedded application: Best regards, Otto SPLITTER: While there's no direct HTML equivalent for a splitter, ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2092

Re: Another for Btnbmp

I wish only delete that internal Black Box https://i.postimg.cc/Z5y5F83c/llll.png I tried also with For n= 1 to len(oBtn) obtn[n]:bClrGrad := < |u,oBtn| local clr := RGB( 245,245,235) if oBtn:lActive if oBtn:lMOver clr := {{ 1, RGB( 250,250,245),RGB( 250,250,245) ...
by Silvio.Falconi
Wed Mar 20, 2024 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4904
Next

Return to advanced search