mailto:delphi-dhtmledit-unsubscribe@yahoogroups.com moderator, if you set email to moderate status, you will be able to control the list content with ease. ...
I have just been made aware that Yahoo! has changed its privacy policy. You will have to "opt-out" in order not to get spammed by these morons. For more info,...
Hello, I wonder if you know how to contact the webmaster. Maybe we should all send them an email to tell them how we like getting spammed :(( In my opinion,...
Hello, I have a problem with the dhtmledit component. I want to assign some strings to the documenthtml property, but if I do so if the string is very large (...
From memory when you get the "Catastophic Failure" message it is because you are trying to access a function of the DOM while it is busy... In my app I have a...
Seems stupid question but this problem makes me nervous;) Where's IHTMLElement class is declared? (Delphi 6.0) I've been looking in MidItems but there's no...
Take a look here... (Follow the D5 directions as a guide) http://www.euromind.com/iedelphi/gettingstarted __________________________ Dan Rhea Windows...
... Doesn't for me :-( It fails at the line ... With 'Invalid Variant Type'. Any ideas why. What I have really been trying to do is get the routine ...
Hi, I'm having the same problem. I'm using the same webbrowser to edit several pages, and undo goes back into the previous pages, -not- what I need... I tried...
more of me.. (for the mshtmledit users, dunno how it can be done with the dhtmledit thingy): seems like the undo gets cleared well enough just by toggling ...
Good day , all It also can be done with replacing whole documentHTML. but you still need to care about cursor position. Sincerely, Alex ... From: "siggma1"...
The DHTMLEdit control isn't based upon the VCL which provides the support for the PopupMenu property, Delphi automatically inserts this property when importing...
Hi All, When I switch to DesignMode in MSHTML editing I can pick various controls, like edit box inputs or textareas. If I click the selected control a second...
Hi all, I was just wondering if somebody has a solution to applying inline formatting other than standard EM, STRONG, STRIKE, or U tags. For example to add...
You would have to manually add the HTML tags yourself... i.e. manually insert the SPAN around the selection or whatever... and set the style attributes etc......
I have tried to put DHTMLEdit inside an Active-x whith a memo. When I press an arrow keys the control go to memo. I've tried the work-around in bug faq at ...
Suppose this html: <b>bla bla text b|la text random bla...</b> Suppose "|" is my cursor: is possible to select from tag "<b>" to "</b>" ?? Thanks, Aldo....
I am not sure I understand what you mean by 'select', but the following code will give you the HTML element where the cursor is: var ovRange, ovElement:...
Hi, I was getting the Catastrophic Failure when trying to run the command DHTMLEdit1.ExecCommand(DECMD_CUT, OLECMDEXECOPT_DODEFAULT ); so on the advice in the...
Dear everyone: I put '<textarea>i<>0</textarea>' into DHTMLEdit's DocumentHTML property, it's ok. but when get it back from DocumentHTML property, the value in...
You will need to get a function that can unencode them. ... From: "adnilzhou" <adnilzhou@...> To: <delphi-dhtmledit@yahoogroups.com> Sent: Wednesday,...
The DHTMLEdit_TLB should exist... Do a file search for it. If you Import an ActiveX control a *_TLB file is created for you (I think it is usually under ...