Search found 53 matches: rendering

Return to advanced search

Re: WebView2 Essentials: Guides, Tips & Resources

... 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 frameworks and platforms including .NET/C#, WinRT/C#, Win32/C++, Core, WPF, Windows Forms, Unity/HoloLens ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 463

WebView2 Essentials: Guides, Tips & Resources

... 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 process for each website or web app, which helps with security and stability. Utility ...
by Otto
Wed Jan 10, 2024 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 463

Re: Calculate total pages

... oDevice:cDocument)`: Starts a new document in the device context. - `StartPage(oDevice:hDC)`: Begins a new page in the document. 5. **Content Rendering:** - The loop or logic to iterate through `aFiles` is not shown, but within that context: - `hMeta := GetEnhMetaFile(aFiles[nFor])`: Retrieves ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5507

Saving OuterHTML using Await Implementation with TWebView

Saving OuterHTML using Await Implementation with TWebView 1. Fivewin features a powerful Web Control class called TWebView. 2. The web rendering operates in async mode. 3. Consequently, users familiar with procedural synchronous modes are facing difficulties in retrieving information from ...
by CharlesKwon
Mon Aug 14, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1517

Re: A big hit: Neither Apache and mod_harbour are needed

... the menu or button does nothing. The only thing that happens is that the URL is changed according to the button/menuitem we have selected but the rendering of the HTML page is not updated. At the same time, in the windows application, the contestual menu item "Controller" shows an empty ...
by berpa
Wed Dec 07, 2022 4:32 pm
 
Forum: mod_harbour
Topic: A big hit: Neither Apache and mod_harbour are needed
Replies: 61
Views: 14115

Re: xBrowse mod harbour

prevent unnecessary re-rendering change during first rendering to none cHtml += '<script>'cHtml += 'document.getElementById("table").style.display = "none";'cHtml += '</script>'  document.ready change ...
by Otto
Fri Sep 30, 2022 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse mod harbour
Replies: 2
Views: 207

WebView2 embed web code in your native app

... 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 in native apps. With WebView2, you can embed web code in different parts of your native app, or build all ...
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: 377

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 ...
by Natter
Sun Jun 05, 2022 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IE
Replies: 39
Views: 1668

Re: MDI child windows use hard-coded Visual Style Rendering

on Microsoft forum I saw this message ( Microsoft Q&A. )


Code: Select all  Expand view
Have you try to comment out the line :SetDefaultManager(...) in :OnCreate() function in MainFrm.cpp?
by Silvio.Falconi
Thu May 19, 2022 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child windows use hard-coded Visual Style Rendering
Replies: 1
Views: 207

MDI child windows use hard-coded Visual Style Rendering

1. Create an MDI container as the main application window (typical). (Set IsMDIContainer to true) 2. Via code, add MDI child window using the standard way (create, set MDIParent to "this", then Show). Secondary windows are always displayed in Windows 7 Aero style, regardless of the operati...
by Silvio.Falconi
Thu May 19, 2022 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child windows use hard-coded Visual Style Rendering
Replies: 1
Views: 207

Re: PROBLEMAS PREVIEW CLASE TPRINT CON ACTUALIZACION WINDOWS

... we have this problem now. We do not know how long this will continue. We are working on the issue. We need to go ahead. We basically have 3 image rendering methods in printer class: 1) SayBitmp(...) 2) SayImage(...) 3) PrintImage() SayBitmap() works even now, though it can not handle transparencies ...
by nageswaragunupudi
Fri Mar 19, 2021 8:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PROBLEMAS PREVIEW CLASE TPRINT CON ACTUALIZACION WINDOWS
Replies: 28
Views: 3609

Re: matrices multiplication

... is what you see when you use the program. Other tools to mention are PYQt and wxPython.), he use pyton to create games (PyGame, PyKyra and the 3D rendering engines) There are things that Python can't do well, or at all. For example it is not a low-level language and therefore not good for creating ...
by Silvio.Falconi
Tue Oct 13, 2020 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: matrices multiplication
Replies: 13
Views: 1003

Re: Rpreview issues - PDF

I reported above some deficiencies in rendering colors by image2pdf. I also observed some inaccurate rendering in some other cases. Both word and fwh internal functions render more accurately. I can not explain the reasons. However, still the ...
by nageswaragunupudi
Wed Apr 24, 2019 2:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7276

Re: Get latitude and longitude

... about tile at top left corner { xpos, ypos, x-tile, y-tile }    DATA lastMousePos, lastRenderTime   // mouse down position and seconds of last rendering    METHOD New( nRow, nCol, oWnd, nWidth, nHeight ) CONSTRUCTOR    METHOD End()    METHOD Display() INLINE ::BeginPaint(),::Paint(),::EndPaint(),0  ...
by AntoninoP
Wed Jan 16, 2019 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get latitude and longitude
Replies: 5
Views: 1857

Re: How to change SBUTTON to support FW_SetUnicode()

Dear Mr.Rao, TSButton has its own text rendering routines which do not support Unicode. Available alternatives: 1) Use TBtnBmp instead of TSButton or 2) Modify TSButton library I have changed almost normal button to TBtnBmp but in some case, ...
by dutch
Thu Jun 21, 2018 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to change SBUTTON to support FW_SetUnicode()
Replies: 5
Views: 679
Next

Return to advanced search

cron