Hi Kurt, I would like to use your row\column sizing script in my app, but I have one major problem: I can't install the DHTMLEventHandler component since I've...
Marco, I've stopped working with DHTML Edit (dhtmled.ocx) a long time ago, but try the group http://groups.yahoo.com/group/KSDhtmlEdit/ There you'll find...
... you'll ... are ready ... Hi Kurt, I'll download it immediatly, thanks alot. Anyway, if you don't mind I would like to ask you just two more questions,...
Marko, ... an HTML document? In MSHTML Edit your wont be able to do much about the content of the HEAD section, but in KSDhtmlEdit the HEAD section isn't much...
... Mail code follows: ovRange := document.selection.createRange; if not VarIsNull(ovRange) and not VarIsEmpty(ovRange) then ovRange.pasteHTML( '<img src="' +...
made a simple application using just the dhtmlsafe component and inserting a button element on the form via the ...Range.pasteHTML() method. The html button...
It Might be an idea to write ashort piece of code to change the coordinates at the click of a button - to prove the coordinates can be adjusted at all first! ...
Hi, I am using DHTMLEdit and since a few weeks the response of the component is slow on some machines. The component is slow in responding to right mouse...
hi. how i may make source/visual edit mode. Example, if i press button in my form i see source code of html. I change some code, press "visual" and see my...
Hello everybody. I am developing the application for handling HTML clips (like NetSnippers, OnFolio, MS OneNote)...... The user reported the error..... it...
Hello, I cant add a background with dhtmledit1.DOM.body.style.backgroundimage := 'http://www.google.fr/in tl/fr_fr/images/logo.gif'; Error is : Argument...
Here's somethig useful for all ya happy people! 1* function TForm1.QueryLatched(tagName: string): boolean; var r: IHTMLTxtRange; ct: IHTMLControlRange; e, c:...
... **WebBrowser1.OleObject.Document.Body.InnerHTML** is involved...... Try checking if the WebBrowser is busy, if it is busy when you try to mess with the...
... Here's a procedure I'm using to do it, the only catch is - you have to know the element's index. You can get it via IHTMLElement.sourceIndex procedure...
... Well, I don't know if you wanna create and insert a new marquee or just modify an existing one, but here's how to create and insert a new one: var r:...
... in my form i see source code of html. I change some code, press "visual" and see my changes. Just drop a TMemo on the form and fill it with DocumentHTML,...
Hi, I'm realizing a wrapper for DHTML Edit that use actions and allow handling of source code by components... I've just a little problem: when i try to copy...
Massimo, Take a look at the demo project in the folder "Open Source Project" in the file section - the copy & paste functions work in that project. You may...
Hi I have an html editing component built on a TWebBrowser. An annoying problem i am having is that the MSHTML object prompts to save whenever I want to...
Toggel de edit mode off (WebBrowser.Document as IHTMLDocument2).designMode:='Off'; then load new page WebBrowser.Navigate(FileName); works file for me ... ...