I have problem with UNDO buffer. I have TTimer placed on my form together with DHTMLEdit component. Every 1000 milisecond I check lenght of HTML typed/pasted: ...
... Thank you! I want to change my own project to MSHTML, but didn't found enough information on how to make the migration. I'm going to take a look. Regards, ...
Hi All, I have been working on a small property editor to work in conjunction with the DTML object, however I am stuck on one section which I believe "should"...
Hi there, I'm using something like the code bellow and it seems to work well: var range: OleVariant; Doc: IHTMLDocument2; ctl, ctl2: OleVariant; begin result...
Hi all, You may have noticed that when using the TEmbeddedWB the editing by drag and drop doesn't work (try selecting a piece of text then drag it - it won't...
Hello Jed, Thursday, September 19, 2002, 5:14:41 PM, you wrote: I have implemented DHTMLedit. And the excellent example is in file area of mailgroup. Alex JBS>...
Hi All, Im using the setattribute property for am IMG tag, where the attribute is "width", at the moment I have setattribute ('width',val); where val is an...
Thanks henry! It worked perfectly as soon as I used the "Style" tag. I'll whack some source here quickly of what worked for me just in case someone else in the...
I've uploaded a new UPDATED editor to the file section: MSHTML_Edit.zip (a bug, that prevented drag & drop in a new document on IE 6, is fixed) Why bother as...
Anyone know why this runs fine in Delphi 6 but Av's in Delphi 7 with InvalidVarientType? Thanks Bill procedure ThtmlEdit.GetStyles; var varRange: OleVariant; ...
Hi, I think this question has already been asked but i didn't find the answer in the FAQ. Where is the IEConst.dcu asked in the Dhtml.pas. I've looked on my ...
I have a little roblem ... Page is protected via .htaccess file. Users get it via its own proxy server with proxy authorization. Methods User and Pasword are...
I find your editor really usefull, I am interesting in the source. I read the readme document as you suggest. Sorry, I didn't find the link to the files. Is...
Hi Juan, Take a look at the file MSHTMLEdit.zip for the version Kurt is doing. MSHTML_Edit.zip is the one that I created (it's not as sophisticated as the one...
Excuse me. I need help in this. I have own html editor programmed as editor in TFrame and this TFrame I have registered as component. When I add my component...
I have been trying to find some code that works for enumerating the IMG tags in the current editor window. Does anyone have any code that works? I would like...
... j: OleVariant ... j := i; image := doc.tags('IMG').item(j, varEmpty) as IHTMLElement; ... The index of an OLE collection must be a variant, since it can be...
I got it working with the following code: Procedure TEditArticleFrm.ValidateDocumentImageTags(); var I : integer; Doc : IHTMLElementCollection; image :...
Hi kurt, I am intrested in the source code too. Is there any way to get it? thank you in advance! tomaz ... MSHTML_Edit.zip ... fixed) ... table and ... power...
I have the sam problem! And dont know how to fix it! Is there anyone that knows how to fix this problem! lp tomaz ... as ... When ... keys ... somebody...
another possibility : var I : integer; Doc : IHTMLDocument2; All: IHTMLElementCollection; Image: IHTMLElement; v : OleVariant; begin Doc := DHTML.DOM...