Search found 72 matches: embed

Return to advanced search

Re: hb_base64encode() stays empty

... now when I send an email with the base64-encoded content using cdo I suppose is that Microsoft adds unwanted characters and linebreaks and doesn´t embed the string seamlessly. https://mybergland.com/ruth/cdo.jpg maybe it is better to stick with the inline attachements when wanting to ...
by Ruth
Wed May 15, 2024 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64encode() stays empty
Replies: 10
Views: 1440

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: 2020

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: 674

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: 674

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: 4660

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: 3552

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: 2336

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: 483

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: 483

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: 483

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: 483

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: 2791

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: 729

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: 406

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: 406
Next

Return to advanced search