Search found 599 matches: implementation

Return to advanced search

Re: New Class TWebView in next FWH build

Dear Giovany,

Good work :-)

Your implementation forces to have webview.dll accessible and webview.dll it is not accessible on all Windows versions

Thats why FWH uses dynamic linking instead of static linking, so the FWH app works fine no matter if webview.dll can be loaded or not
by Antonio Linares
Wed Jun 22, 2022 2:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Class TWebView in next FWH build
Replies: 23
Views: 2843

Re: JSON with HTTPS: post

... question about cURL. I may be "out of touch" but I still find documentation helpful, and threads on a forum are specific to one person's implementation questions and do not document a function or class. As for wasting time, when the vendor made changes to their system, it has wasted days ...
by TimStone
Tue May 24, 2022 5:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON with HTTPS: post
Replies: 28
Views: 3024

Wine under Mac with FWH app

... to run windows applications on Unix like OS like Linux, BSD and Mac. I'm testing Wine for Mac to run my Windows applications. I'm using a specific implementation called "CrossOver". My FWH application launches perfectly and dialogs and FastReports are shown as expected. However, when ...
by reinaldocrespo
Fri May 13, 2022 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wine under Mac with FWH app
Replies: 7
Views: 644

Re: MAPI Clients - Thinking ahead

Hi, Thunderbird supports MAPI but its implementation is buggy. MAPI is a Microsoft protocol, so other systems may not reference it. In my case, to solve this, what I did was use Thunderbird generating the .eml and sending it with an automatic ...
by hmpaquito
Mon May 09, 2022 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI Clients - Thinking ahead
Replies: 1
Views: 350

Re: ADS - The future is <sadly> now so where do you go ?

... change with every invoice. 2). The RTF section can start at the top of a page, or near the bottom, and it's length will vary. 3). In the current implementation ( latest FWH version ), we could output a fixed space for the RTF. However, after each line is printed, we need to know the postion it ...
by TimStone
Mon May 09, 2022 1:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 4136

Re: BOA for harbour ?

... in front of the various queries my apps need, then just do the REST calls from my FWH apps. I'll be interested to see what you do with this new implementation.
by rhlawek
Fri Apr 29, 2022 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BOA for harbour ?
Replies: 9
Views: 800

Re: change the header of a xbrowse

... you can not hide headers and show group headers only. Also we can not have common header for more columns. But we keep this in mind for future implementation. in addition to the common header for multiple columns, it is also useful to have the double group ie for example https://i.postimg.cc/yN2T9b1v/f.png
by Silvio.Falconi
Wed Apr 27, 2022 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change the header of a xbrowse
Replies: 2
Views: 247

Re: change the header of a xbrowse

At present, you can not hide headers and show group headers only.
Also we can not have common header for more columns.
But we keep this in mind for future implementation.
by nageswaragunupudi
Wed Apr 27, 2022 3:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change the header of a xbrowse
Replies: 2
Views: 247

Re: Printing RTF 22.03

... in it's output and options, is 1527 lines of code. The output can be an unlimited number of pages, thus the necessary page counter logic. The implementation of printing of the RTF is assuming a block size which must be modified to be used in this case. One customer might have 5 lines of text ...
by TimStone
Tue Apr 12, 2022 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing RTF 22.03
Replies: 6
Views: 887

Printing RTF 22.03

... nRow is updated with each line, we know where to start printing the next section after the information contained in the memofield. Using the new implementation, I find the following issues: 1) You have used a defined dimensions sample. This is not the same as the presenting problem in the original ...
by TimStone
Mon Apr 11, 2022 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing RTF 22.03
Replies: 6
Views: 887

JWT Implementation for Harbour - (c) Matteo Baccan

Hi !!! JWT Implementation for Harbour A simple library to work with JSON Web Token and JSON Web Signature for Harbour language. You can find more information about JWT on https://jwt.io/ . Harbour JWT supports the following ...
by Baxajaun
Sun Mar 27, 2022 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: JWT Implementation for Harbour - (c) Matteo Baccan
Replies: 0
Views: 279

Re: FullTextSearch

... system is similar to a standalone system. I think that is why you do not need ADS. Harbour's DBF engine is best. Maybe interesting for you: JWT Implementation for Harbour A simple library to work with JSON Web Token and JSON Web Signature for Harbour language. https://www.facebook.com/groups/modharbour.club/?multi_permalinks=1077184812835745 ...
by Otto
Fri Mar 18, 2022 4:16 pm
 
Forum: mod_harbour
Topic: FullTextSearch
Replies: 7
Views: 1026

Re: Using WebView with Borland !!!

Easier to understand implementation: webview.prg #include "FiveWin.ch"static hDLL, s_nCalls, s_cJsonResultfunction Main()   local hWebView   hDLL = LoadLibrary( "webview.dll" )   hWebView = WebView_Create( ...
by Antonio Linares
Sun Jan 30, 2022 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 11251

Re: Face Detect for FWH64

OpenCV: Organizing with Charles its implementation in FWH 64 bits (it requires 64 bits): https://youtu.be/p9IsfqNewmE https://opencv.org/ https://github.com/opencv/opencv It works perfectly fine with FWH 64 bits :-) ...
by Antonio Linares
Tue Dec 07, 2021 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Face Detect for FWH64
Replies: 14
Views: 2906

Re: Windows 11 Fluent Design

James, Please try this better implementation:   oPanel1:bPainted = { | hDC | hDC := oWnd:GetDC(),;                        GradientFill( hDC, oPanel1:nTop, oPanel1:nLeft - 12,;                                      oPanel1:nTop ...
by Antonio Linares
Sun Oct 03, 2021 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 10973
PreviousNext

Return to advanced search