Search found 71 matches: embed

Return to advanced search

HTML code in a TPanel class

Hello friends, Is it possible to display HTML code in a TPanel class? I need it to display announcements or deadlines with the ability to embed links to call for applications. I have done it, but it only runs on an HTML page, instead I would like to insert it into a TPanel because the TPanel ...
by Otto
Sat Jan 20, 2024 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 1358

Re: WebView2 Essentials: Guides, Tips & Resources

ChatGPT Dokumentation webview2 The WebView2 control by Microsoft Edge allows you to embed web content (HTML, CSS, and JavaScript) in your native applications. It uses the Chromium-based Microsoft Edge as the rendering engine. This control is available for various ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

WebView2 Essentials: Guides, Tips & Resources

... Microsoft's WebView2 to start multiple instances of the Microsoft Edge browser. WebView2 is built on the Edge Chromium platform and is designed to embed web technologies (HTML, CSS, and JavaScript) into native applications. When an application uses WebView2, it essentially opens a series of Edge ...
by Otto
Wed Jan 10, 2024 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Re: Booking xbrowse example

... with html/javascript for mod harbour. I have not integrated anything except bootstrap and jquery. Therefore, I believe one would only need to embed the html into a Fivewin webview. I have already posted several webview examples. Best regards, Otto https://forums.fivetechsupport.com/viewtopic.php?f=3&t=11204&p=265558&hilit=planner&sid=c439ca4174db5684c6b3d89dd21ba93f&sid=c439ca4174db5684c6b3d89dd21ba93f#p265558 ...
by Otto
Sat Dec 30, 2023 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 3319

Re: IMPRESION ARCHIVOS PDF

... := HPDF_LoadTTFontFromFile( oPdf, 'C:\Windows\Fonts\Lucon.ttf', HPDF_TRUE )  https://stackoverflow.com/questions/59136417/have-to-embed-fonts-when-using-utf-8-in-libharu http://www.pctoledo.com.br/forum/viewtopic.php?f=43&t=14199#p124216 Show: https://codeberg.org/seigakaku/libharu/src/branch/master/demo/ttfont_demo_jp.c ...
by karinha
Tue Oct 10, 2023 2:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESION ARCHIVOS PDF
Replies: 27
Views: 1604

Questions about WebView

... HTML text from a file ? 3. When I launch WebView, a standard window opens. Is it possible to change its type to PopUp ? 4. Is it possible to embed this window in a window with an FW application (in the specified coordinates) ?
by Natter
Wed Nov 23, 2022 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Questions about WebView
Replies: 26
Views: 1618

Re: WebView2 embed web code in your native app

Estimado Leandro,

> Desde que versión de FW esta disponible ?

FWH 22.06

> pensé que aun estaba en desarrollo, ya se puede usar con xharbour y borland?

Está plenamente operativo y es 100% compatible con Harbour/xHarbour y con Borland, Microsoft y MinGW
by Antonio Linares
Mon Aug 22, 2022 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 embed web code in your native app
Replies: 3
Views: 399

Re: WebView2 embed web code in your native app

Hola buenos días

Eso me parece genial :) :) :) :) quisiera empezar a utilizarlo.

Desde que versión de FW esta disponible?, pensé que aun estaba en desarrollo, ya se puede usar con xharbour y borland?
by leandro
Mon Aug 22, 2022 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 embed web code in your native app
Replies: 3
Views: 399

Re: WebView2 embed web code in your native app

Dear Otto,

You are right. MIcrosoft WebView is very powerful and now we have such power in FWH to be used very easily :-)
by Antonio Linares
Sat Aug 20, 2022 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 embed web code in your native app
Replies: 3
Views: 399

WebView2 embed web code in your native app

Dear Antonio, Wow, we can now use the full power of Edge from Fivewin. The Microsoft Edge WebView2 control allows you to embed web technologies (HTML, CSS, and JavaScript) in your native apps. The WebView2 control uses Microsoft Edge as the rendering engine to display the web content ...
by Otto
Fri Aug 19, 2022 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 embed web code in your native app
Replies: 3
Views: 399

Re: IE

Antonio, thank you, the html file is loading normally. Only in webview, map rendering is much 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 ...
by Natter
Sun Jun 05, 2022 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IE
Replies: 39
Views: 1681

Re: Wrapper for LibXl or XlsxWriter ...

Thanks Jimmy but ADO is good for exporting but it doesn't allow me to define cells with colors, widths, borders, make breaks and embed formulas, I need to generate large reports in Excel, so I need some help with LibXL or failing that with xlsxwriter
Thanks again
by Enrrique Vertiz
Thu Mar 17, 2022 4:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wrapper for LibXl or XlsxWriter ...
Replies: 4
Views: 630

Re: Embed any application

ActiveX is the way unless you just want to show a picture of the document

Otto did some nice work about that (to show pictures of docs) and Mr. Rao developed Class TAlbum
by Antonio Linares
Mon Nov 01, 2021 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Embed any application
Replies: 1
Views: 372

Embed any application

Hi,

Is it possible to embed any application (Word, Excel, Acrobat, etc. - depending on the file extension) in the FW window ? ? Or is it only possible with ActiveX ?
by Natter
Sun Oct 31, 2021 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Embed any application
Replies: 1
Views: 372

Re: Do you prefer to work from templates or code from scratch

... HTML and JS. But that also means, if you want to use examples from the Internet (templates), the style does not fit together. You can, of course, embed pure HTML / JS, but then you have an additional language. Since building the mod harbour frameworks to have a Fivewin-like syntax for the front ...
by Otto
Sun May 16, 2021 8:56 pm
 
Forum: mod_harbour
Topic: Do you prefer to work from templates or code from scratch
Replies: 7
Views: 877
Next

Return to advanced search