Search found 296 matches: replaced

Return to advanced search

Re: How to include hbCurl?

... ""active""}], ""is_syncing"": false}" > clogrooms.txt' ``` In this command, `cListID` should be replaced with your MailChimp list ID, `cSecure_Email` should be the subscriber's hashed email address, `cApi` is your API key, and `aTags` is the tag ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2899

Re: Create a Panel width a text

... because initially in the section_advice() function the fw_saytext function works well in fact it shows the initial message then if you see well I replaced the getlabeldim function with CalcTextHeight( hDC, cText, oFont, nWidth ) corrected by Nageswarao On your sample: oPaneltext cannot be the ...
by Silvio.Falconi
Mon Feb 26, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3160

FWH Gradiens .. seem slower FWH 2310 - RAO

... nRGB( 255, 255, 255 ) } } )Return(nil)  As in this code especially .. If I remed out the DarkGreyGrad() function and replaced it with the LightGteyGrad() function .. the LightGreyGrad() function paints the Dialogs much faster cSql := "SELECT * from REQUEST order ...
by Rick Lipkin
Sat Feb 24, 2024 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH Gradiens .. seem slower FWH 2310 - RAO
Replies: 2
Views: 174

Re: SAPI : change Voice

I just replaced
\harbour\lib\win\bcc\hbwin.lib
with the new hbwin.lib.

Now it is working for me.
by nageswaragunupudi
Sun Jan 28, 2024 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3485

The Future of Developer Forums

... that members are open to discussions and appreciate the hard work and contributions of others. This trust is invaluable and cannot be easily replaced by technology. The future of developer forums lies in balancing knowledge and social interaction. Technology can enhance efficiency, but community ...
by Otto
Wed Nov 01, 2023 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The Future of Developer Forums
Replies: 5
Views: 310

Re: TUrl()/TIPClientHttp() devuelve NOCONNET

...     cResp := oHttp:ResponseText()   Catch      MsgStop( "Error" )      Return cResp   End Try  This entire code can be replaced by a single line code, using FWH built-in function: cText := WebPageContents( "https://www.bcv.org.ve" )
by nageswaragunupudi
Thu Sep 28, 2023 8:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TUrl()/TIPClientHttp() devuelve NOCONNET
Replies: 14
Views: 1481

Re: CLASS modification

... application is not a task that can be completed in a few days - like flipping a switch. Just as fossil fuel-powered vehicles are gradually being replaced by electric cars, traditional desktop applications are also being phased out in favor of web-based solutions. The advancements in technology ...
by Otto
Fri May 26, 2023 5:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1701

Re: FTP Best Options ?

Hello Tim, I am working on the same problem right now. FTP should be replaced with secure FTP. I don't have an example here yet. For FTP I use the following function. I wanted to change now unlike you to cURL: https:// and send with cURL. curl --cacert /path/to/cacert.pem ...
by Otto
Sat Mar 04, 2023 2:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP Best Options ?
Replies: 8
Views: 739

WebView and national encoding

WebView does not support national encoding (for example Cyrillic) in HTML text. If in the example of Webdunia.prg the name of the button "Test 2" is replaced with a Cyrillic name, then the WebView window will be empty
by Natter
Sun Feb 05, 2023 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView and national encoding
Replies: 10
Views: 513

Re: Gluing bitmaps

I replaced the libraries. Error description: Error BASE/1099 Argument error: STR Args: [ 1] = U [ 2] = U [ 3] = U Stack Calls =========== Called from: => STR( 0 ) Called from: .\source\classes\IMAGE.PRG => FI_GETFILETYPEFROMFILENAME( ...
by Natter
Wed Dec 14, 2022 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gluing bitmaps
Replies: 29
Views: 1367

Re: Display thumbnails of pdfs

Just to record here that I noticed mutool uses AGPL license which can easily run afoul of. So I've replaced it with convert.exe from ImageMagick for now. Still need to test what will happen if use convert.exe on machine without Ghostscript installed. This is the command ...
by hua
Thu Oct 20, 2022 2:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2265

Re: MARIADB Export Rowset

Thank you very much, I have replaced memwrite and memoread by hb_, which are supposed to be faster. But there is a problem: if the order of the fields in the table is not the same, then it fails, because the INSERT does not indicate the ...
by MOISES
Thu Jul 21, 2022 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MARIADB Export Rowset
Replies: 10
Views: 1045

Re: How does mod harbour work

Dear Otto,

Harbour is very powerful using strings, so basically what we do is search for "<?prg" and then for "?>" and what it is in between is compiled and replaced :-)

Harbour incredibly feature to compile in runtime lets us do incredibly things.

that simple ;-)
by Antonio Linares
Fri Jun 10, 2022 11:11 am
 
Forum: mod_harbour
Topic: How does mod harbour work
Replies: 8
Views: 1179

Re: IE

... slower than in IE. I tried to embed a webview object in a window. According to the documentation, the second webview_create parameter should be replaced with the window handle. However, it didn't work :( function Main()private pLib := hb_LibLoad( "webview.dll" )private ...
by Natter
Sun Jun 05, 2022 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IE
Replies: 39
Views: 1678

found the same number on an array

...  ENDIF  return nNumber sample https://i.postimg.cc/SQVWW4zf/kj.png the numbers with red circle not must be showed but replaced with zero because they went out in the previous draws How I can resolve it ?
by Silvio.Falconi
Tue May 17, 2022 6:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: found the same number on an array
Replies: 6
Views: 449
Next

Return to advanced search