Hello Donald, This is good but this isn't very good. I need rather manage (partial clear) than full clear Undo buffer ;-(( DJ> Toggling the DesignMode Off and...
Its very tricky to partial clear the Undo buffer, and it wont succeed in most situations ! What is it exactly you want to clear from the buffer ? Kurt ... ...
Hello Kurt, Wednesday, February 5, 2003, 8:27:21 AM, you wrote: KS> Its very tricky to partial clear the Undo buffer, and it wont succeed in KS> most...
I wonder if there is a way to keep specific types of operations off of the undo stack? That way if the user does an undo operation, it will only affect their...
Hello Dan, Wednesday, February 5, 2003, 3:25:09 PM, you wrote: DR> I wonder if there is a way to keep specific types of operations off of the DR> undo stack?...
Hello kurt, Which is the type of the following variables/funtions: 1. MouseClickOnElement 2. doc 3. ovActualCell The compilation presents errors. Alexandre. ...
hi all, i would like that the TAB key behave the same as with other controls. i.e: when i click TAB within the control the focus goes to the next control on...
Hello A simple problem but I got no solution for my problem. I'm using MSHTML and I want to implement a Drag&drop of elements into MSHTML. To do this I have...
G'day, I have a listbox with a couple of lines...when the user drags one of the lines of the listbox over the DHTMLEdit control, I would like to insert some...
Hi All, does anybody knows how to make the DHTMLEdit component to make a paragraph justified? I´ve looked at its files but I didn´t found a const like...
This might be a terribly simple question but is there a way to find if the current insertion point is inside of a specific tag? What I'm trying to do is detect...
I have an application that uses the dhtmlEdit component created using D5 and IE5.5 When I recompiled it in D7 using IE6 I get strange behaviors. The ...
HI roy If you look in the DHTML Edit SDK in athe samples section - there is a sample: "VBDOM". Its an application (with VB source) which I belive will show you...
Sorin, I've made this change, but I still cannot utilize dragging and dropping an html object while in edit mode. Is there something else I need to do other...
Looking over the documentation I see that there is a tag you can include to make an element atomic (only selectable as a unit). I want to include a special...
Is the correct file listed in the Files section? The file there shows a date of 10/4/2001 and it does not appear to have anything to do with MSHTML. Trev ... ...
Hello all. If i scroll up or -down with the arrowkeys in the editing component, and i get beyond the last or first line, the cursor disappears and the focus is...
Thanks a lot Kurt. For all interested, getting the IDM_ATOMICSELECTION was only the first step. Thank goodness for Google. After compiling information from...
Take a look at IHTMLEditHost (you'll find a sample on IE & Delphi), the SnapRect will enable you to block sizing. You can mark selected controls you want to...