Hi, I wrote a small function for may ActiveForm in C++Builder containing a TDHTMLEdit. The function is this: OleInitialize(NULL); while(EditRTFHTMLEdit->Busy)...
Hi there Has anyone had this problem & does anyone have a remedy? I have several appications which use the DHTMLedit component which have suddenly stopped...
I have an application that uses tags in the format <#MyTag> to allow users to create a pretty email that replaces mytag with info from a database. Like Dear...
I solved the problem like this : the resolve-tag function that resolves '<#mytag>' into a databasevalue, also resolves '<#mytag>' into the same...
hey, that's a great idea - thanks! I had a dodgey workaround of global search/replace of < with < cj ... From: "Marc Georges" <marc.georges@...> To:...
g'day, ... ditto using DhtmlEdit.DocumentHTML := sometext; ... none using DHTMLEdit. tried re-importing the control, re-building the app, same problem. MSHTML...
Am Wed, 16 Feb 2005 09:56:13 -0000, schrieb "morgantop70" <morgantop70@...>: Hi, ... got the same problem. Is there a work-around? TIA, -- ... ,yours...
Look at using IOleCommandTarget. You can get this interface by QueryInterface the IHTMLDocument2 pointer. There are many formatting states you can read using...
The error of "interface not supported" we have talked about a few days ago? dhtmledi.dom property always returns nil. hmmmm, i am beginning to hate m$.......
... i had same problem so i ripped out DHTML and replaced it with MSHTML - which still works just fine. you may find the "msgui" set of wrapper components for...
Hi,
take a look at the TProfDHTMLEdit support forum, I posted a workaround for Windows 2000 and XP there that should work with your component as well....
Hi, I don't have a fix fore the current "DhtmlEdit.DOM" problem, but you might consider to use my KSDhtmlEdit.ocx as a replacement of the MS DHTMLEdit ocx. I...
Not sure how usefull it is for anyone on this group but I've just gave up on IDHTMLEdit and migrated my appliance to one based on plain MSHTML. A few tips...
first I have this utility method: function TPageEditorForm.GetStringProperty(PropertyName: String): String; var V: OleVariant; PrevNullStrictConvert : Boolean;...
I've had a problem similar to this, not sure if it crashed on closing the form or the app, I've found out I need to add DHTMLEdit.ControlInterface._AddRef; ...
Having found the DHTMLEdit looked ideal solution except this "Unknown interface" Think I have a potential solution (not as nice as I would like due to issues...
Hi! Sometimes when I execute a LoadDocument, the first character of the text is erased from the document. This appears to be a Random behavior and happens 1...
I know that this question must be dumb. But i have been looking around to find the manual for DHTMLEdit, but i havent found one. So, could anyone please show...
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 -...