I get the VCL Html Editor 2.zip on the file section, but I can not compile. Is there a new version to the EmbeddedED.pas or other related units? could it be...
In D7 you have to change aElement.ClassName to aElement._ClassName Kurt ... From: delphi-dhtmledit@yahoogroups.com [mailto:delphi-dhtmledit@yahoogroups.com] On...
Good morning Mr. Senfer. It's everything all right now. I've made some changes into the code and something else. Now my package and DHTML.exe demo are running...
12:45, terminei o almoço, compilei o editor (antes tive de localizar um arquivo de diretivas de compilação nos fontes ao qual o programa fazia referência -...
Hello Andre, ... please do so Kurt ... From: delphi-dhtmledit@yahoogroups.com [mailto:delphi-dhtmledit@yahoogroups.com] On Behalf Of amota_sp Sent: 11. maj...
I am not very familiar with the MSHTML API. I want to perform a simple task: - Load an HTML file - Replace each link X inside each <a> tag with link Y - Save...
... var i: integer; a: IHTMLElementCollection; begin a := DHTMLEdit1.DOM.all.tags('a') as IHTMLElementCollection; for i:= 0 to a.length - 1 do if (a.item(i,...
... what ... message ... Thank you very much for this code to handle step 2. But how do I write my updated HTML to a file on disk? And what type is ...
... You posted to Delphi.DHTMLEdit, so I suppose you know what I'm talking about, DHTMLEdit1 is the TDHTMLEdit component imported from dhtmled.ocx [DHTML Edit...
Has anybody come across a strange situation, when you try to type non-latin (in my case east-europen characters) in TWebBrowser and then got a lot of jibirish...
Hi Srdjan, It can indeed be troublesome to add a bunch of nice edit features to TWebBrowser and on the same time keep it compatible wit all sorts of windows...
Thank you for the replay I've sorted out the problem, it was the message handler for the TWebBrowser component, which fixes the enter key problem so i've just...
... the ... path ... (mypath). ... you ... Thanks again Marko. I have noticed that when I access a tag's HREF elements through the DOM, they are incorrectly...
Since installing XP Update 2, an Delphi app I have which has the DHTMLEdit component gives me a "no such interface supported" error message. Anyone know a work...
Hi Mike If you are using the program with MS Windows Update KB 891781 you have to uninstall Update KB 891781 or replace DHTMLED.OCX, but if You uninstall this...
This is a message from some time ago. It works for us in Delphi 6 too. ... From: middleofvortex To: delphi-dhtmledit@yahoogroups.com Sent: Sunday, March 13,...
This is a workaround: 1/ Put the file DHTMLED.OCX into your app directory. 2/ With Notepad create an empty file and save it on your app directory with the...
Hello All; Could someone please help me with an issue that I am facing? I would like to be able to [Highlight] text in the DHTMLEdit control And have the text...
First of all - Kurt thank you for includind "chasing windmeels" in your reply to my previous questin. It led me to thinking a bit more - I wondered why you...
Hi Wim, ... it wraps mshtml ... Go to the group http://groups.yahoo.com/group/KSDhtmlEdit/ You don't need a licence for KSDhtmlEdit. Its free for any purpose,...
Hello! I'm using very simple editor based on TWebBrowser switched to design mode, and with some basic formating functions. But I have serious problem - focus...
Hey All, Building a data bound wrapper for a dHTMLEdit so I can use it for displaying HTML stored in a DB. (Code below) Slight problem; When I free the object...
Hello, I am using Mshtml not the dhtml ocx, in the dhtml we have the 2D functios bring to front , send to back, etc. In the Mshtml all these commands do not...
Hi, Guys! I'm using the TEmbeddedED and I found this compo great... But I have one problem with it. I have many HTML files with some strange character and I...
Hi Andre, Unicode pages can indeed be a bit tricky. If you go to the group http://groups.yahoo.com/group/KSDhtmlEdit/ you'll find TEmbeddedED's much more...