HTML "Render" Engine

Discuss anything else that does not suite other forums.

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2062
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

HTML "Render" Engine

Post by AUGE_OHR »

hi,

what is used under harbour / HMG to display a HTML Email :?:

i try QHTM and it does show "doctype html" but i can't figure out why it crash when "End()" :evil:

p.s. i don't want to use Browser Engine.

---

when look into c:\harbour\contrib\hbtip\thtml.prg i founf 4 CLASS

Code: Select all

CREATE CLASS THtmlDocument MODULE FRIENDLY
CREATE CLASS THtmlIterator MODULE FRIENDLY
CREATE CLASS THtmlIteratorScan INHERIT THtmlIterator MODULE FRIENDLY
CREATE CLASS THtmlIteratorRegex INHERIT THtmlIterator MODULE FRIENDLY
CREATE CLASS THtmlNode MODULE FRIENDLY
but it seem more to assemble HTML than to show it :?:

---

i search for a HTML "Render" Engine like HTMLayout
https://terrainformatica.com/a-homepage ... htmlayout/

i know it is deprecated but it use pure API calls like a Common Control
it use WM_NOTIFY so User can react (Codeblock Slot) on a Notify Event.

did someone have work with it :?:

there is NO download link any more but i have SDK of "Public Version of HTMLayout Component (htmlayout.dll)"
here is a Ax Demo for VB
AxHTMLayoutSDK.zip
(2.43 MiB) Downloaded 145 times
have fun
Jimmy
Post Reply