Search found 1217 matches: interface

Return to advanced search

Re: FWH 24.02 new Class TWebView2

He just answered me saying that he didn't use that, it is not needed

He just hides the bar options using:
put_HiddenPdfToolbarItems( … constants to hide )

from interface settingsd

webview2 has many options, please review the above Microsoft docs url for it
by Antonio Linares
Sat Mar 02, 2024 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 543

Data exchange between PC and Android device on the same loca

... APP encapsulated using CORDOVA to run in an ANDROID webview. That is, it is responsible for generating all the HTML for the user interface. For this I based and adapted ideas from JMG. (Robert) CURRENT SITUATION: I have not achieved communication, my first approach is the simplest, ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 541

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

... this, but I think one would need to reprogram FIVEWIN from the traditional Windows API (WinAPI) to WinUI, which is the latest and most modern user interface library for Windows, to achieve nearly the same results on the desktop. Best regards, Otto
by Otto
Fri Feb 09, 2024 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 622

SAPI : change Voice

... Error description: (DOS Error -2147352570) WINOLE/1009 No exported method: SETVOICE -2147352570 : "Unknown name." but it seem me another Interface ... Question : do i need to CoCreateInstance those Interface :?:
by Jimmy
Tue Jan 23, 2024 5:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3099

Re: WebView2 Essentials: Guides, Tips & Resources

TWebView Class from FIVEWIN ChatGPT The provided code is a class definition for TWebView, a custom class presumably designed to interface with a web view control, possibly for embedding web content in a desktop application. The class seems to be written in a language that resembles Harbour, ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 463

WebView2 Essentials: Guides, Tips & Resources

... of Edge browser processes in the background. Each process serves a different purpose: Browser Process: The main process that manages the user interface, handles navigation, and coordinates other processes. Renderer Process: Handles the rendering of web content. There's usually a separate renderer ...
by Otto
Wed Jan 10, 2024 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 463

The color and font of a part of the text

There are 2 columns with arbitrary text in the interface (the second column is invisible). By the value of the variable, I glue the text of the second column to the first one. myFlg - is a flag variableoBrw:aCols[1]:bStrData{||oBrw:aRow[1]+if(myFlg=1, ...
by Natter
Thu Dec 21, 2023 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The color and font of a part of the text
Replies: 0
Views: 307

Re: Convert a print to Rtf or doc

... as a dialog window (oDlg), a browser object (oBrw), and buttons are created. The size and properties of these elements are set up to form a user interface for displaying and editing data. 2. Data Preparation An array aData is defined and filled with preliminary data to be displayed in the GUI. ...
by Otto
Thu Nov 30, 2023 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3236

Re: Help splitting up a character address string

... in Fivewin: Harbourino is not limited to mod_harbour; it's also used in Fivewin environments. Fivewin is a tool used to create graphical user interfaces for Harbour applications. In this context, Harbourino helps in breaking down complex functions into simpler, more manageable modules. This ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 500

Re: The Future of Developer Forums

... AIs (or at least Bing Chat) is only a way to present the information so that it resemble natural language. Basically, is only a change of interface. I can't see any additional reasoning behind that. So I think that the term "AI" is currently only a new advertising slogan.
by Enrico Maria Giordano
Thu Nov 02, 2023 7:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The Future of Developer Forums
Replies: 5
Views: 298

Re: DBF . Commit

... HARBOUR really have this and are there examples? To implement a similar function in Harbour, you might want to use Harbour's FFI (Foreign Function Interface) to call the necessary Windows API functions. Best regards, Otto
by Otto
Mon Oct 23, 2023 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2211

Re: Xlsxlibhb_ver2

FWH will include an interface class to this library If this library is downloaded and linked with FWH we can use the class to use the lib with much ease. Fonts and Images https://imagizer.imageshack.com/v2/xq70/923/hAh1bz.png ...
by nageswaragunupudi
Sun Oct 15, 2023 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 8404

Re: who use PostgreSQL with Fivewin ?

... TPQServer LIB there is a File rddcopy.c it have HB_FUNC( HB_PQCOPYFROMWA ) Question : how to use "PostgreSQL RDBMS low-level (client API) interface code" with CLASS TPQServer :?:
by Jimmy
Wed Sep 27, 2023 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 991

Re: not ISOEM(), ISANSI() or IsUTF8()

... DBEDIT. 2. FWH XBrowse of the same DBF in ANSI, just by using one flag oBrw:OemAnsi := .t. 3. Excel as exported using DrXlsx by the new FWH interface to this library All look identical https://imagizer.imageshack.com/v2/xq70/923/3jG1n6.png Conversions from OEM to ANSI and ...
by nageswaragunupudi
Sun Sep 03, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 1927

Re: not ISOEM(), ISANSI() or IsUTF8()

... DrXlsx LIB need UTF8 where German "Umlaute" fail WHEN it come from German OEM DBF The version of FWH to be released, will come with an interface to DrXlsx lib. Conversion of AnsiToUtf8 is automatic. Using FWH methods/functions like :ToExcel() or DbfToExcel() do not require the user ...
by nageswaragunupudi
Sat Sep 02, 2023 3:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 1927
Next

Return to advanced search