Search found 30 matches: binding

Return to advanced search

Re: WebView2 Essentials: Guides, Tips & Resources

... a web view control within a desktop application. Data Members: hWebView: Handle to the web view control. bOnBind: A flag or callback related to binding JavaScript functions. Methods: New(nDebug, hWndParent): Constructor that creates a new web view instance. It takes debug settings and a parent ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Re: Saving OuterHTML using Await Implementation with TWebView

... the heart of the program. It acts as a synchronous wrapper over TWebView. - Data members include: - `bOldBind`: Presumably used to store previous bindings. - `oWeb`: Instance of TWebView. - `cQuery`, `nSecond`, `cReturn`: Parameters used for querying. - Methods include: - `New`: Constructor that ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1661

Re: Saving OuterHTML using Await Implementation with TWebView

... the heart of the program. It acts as a synchronous wrapper over TWebView. - Data members include: - `bOldBind`: Presumably used to store previous bindings. - `oWeb`: Instance of TWebView. - `cQuery`, `nSecond`, `cReturn`: Parameters used for querying. - Methods include: - `New`: Constructor that ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1661

Re: Printing double sided

This may be an issue with my printer. If I use the option to select a printer, and in that Windows setup control select the proper output ( long binding ), it still comes out the same way. I can let it ride for now ...
by TimStone
Wed Oct 26, 2022 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 24
Views: 1285

Re: Printing double sided

Antonio, The the problem persists. The use of 1 outputs to just one side of the page ( correctly ). Option 2 or 3 result in the same short side binding. One of them should be short side, and the other long side ( preferred but does not occur ). I checked the referenced Microsoft site, Googled ...
by TimStone
Tue Oct 25, 2022 9:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 24
Views: 1285

Re: Printing double sided

... 2 ) or ( 3 ) to print both sides ( duplex ). HOWEVER, it prints incorrectly. Either 2 or 3 will print the same. It is called "short edge binding" and it means that with a single sheet, you rotate it vertically to see the other side properly. (2) should use long edge binding. That ...
by TimStone
Tue Oct 25, 2022 12:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 24
Views: 1285

Re: Soap Web Service

... /> <wsdl:output message="tns:GetfileSoapOut" /> </wsdl:operation> </wsdl:portType> <wsdl:binding name="Service1Soap" type="tns:Service1Soap"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" ...
by byron.hopp
Wed Jan 26, 2022 9:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 914

Re:

... of duplex printing. Following are the possible values. Value Meaning DMDUP_SIMPLEX Normal (nonduplex) printing. DMDUP_HORIZONTAL Short-edge binding, that is, the long edge of the page is horizontal. DMDUP_VERTICAL Long-edge binding, that is, the long edge of the page is vertical. EMG where ...
by Silvio.Falconi
Fri Nov 06, 2020 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Duplex printing
Replies: 7
Views: 1694

Re: Duda HBQT + Harbour

Ahondando en lo que ha dicho Lautaro me gustaria añadir que HbQt es un wrapper (binding) a la libreria C++ multidispositivo-multisistemaoperativo Qt. Aqui una lista de los wrappers para Qt 4 (incluye Harbour :D ) http://en.wikipedia.org/wiki/List_of_language_bindings_for_Qt_4 ...
by hmpaquito
Thu Jun 04, 2015 2:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda HBQT + Harbour
Replies: 8
Views: 1470

Re: New FWH 13.07 revised build

It seems as the right solution would be to use dynamic binding:

DLL FUNCTION GetModuleFileNameEx( nHandle AS LONG, nModule AS LONG, cFileName AS LPSTR, nSize AS LONG ) AS LONG LIB "psapi.dll"
by Antonio Linares
Sun Aug 18, 2013 10:33 am
 
Forum: WhatsNew / Novedades
Topic: New FWH 13.07 revised build
Replies: 33
Views: 8957

VB a Fivewin/xharbour

... ' retorna a literal com resultado da chamada da DLL resultado = 0 ' código do resultado da chamada da DLL ' ' referenciando a DLL em late binding ' não é necessário fazer o reference da DLL ' o intelisense não funciona ' Dim objCTeUtil As Object Set objCTeUtil = CreateObject("CTe_Util.Util") ...
by Wanderson
Mon Mar 04, 2013 2:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VB a Fivewin/xharbour
Replies: 11
Views: 3062

Re: FAQ

A little suggestion: FiveWin… Is a xBase GUI library binding (x)Harbour Project, that provides native access to the Windows API without the need of any intermediate layer, which translates into a very fast performance. The concept is: Windows API GUI ...
by Antonio Linares
Tue Jul 31, 2012 11:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FAQ
Replies: 3
Views: 744

FAQ

... What programming language(s) do we use? To achieve the best combination of technology, eficience and speed, we use: FiveWin… Is a xBase library binding (x)Harbour Project. (x)Harbour… Is a Free Open Source Multithread Virtual Machine, which produces .c portable code that can be compiled in Major ...
by Bayron
Mon Jul 30, 2012 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FAQ
Replies: 3
Views: 744

Re: Fast Reports -Sergey Rests

... one dll) plus [x]Harbour-class of interaction with this library, which is supplied in source code and can be added to any [x]Harbour-application. Binding to HB API functions is performed at moment of object creating of this class, ie the model of "late binding" is implemented. Thus, ...
by reinaldocrespo
Sun Jul 15, 2012 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Reports -Sergey Rests
Replies: 34
Views: 9411
Next

Return to advanced search