hello. i'm yj. ^^ After select Edit Control, can edit Edit Control's Value if do once more Click. May I do so that can not correct Edit Control's Value?...
Hi, Is there any way to find out the 'range' of the vertical scrollbar of a DHTMLEdit control? BACKGROUND: I basically need to find out how 'tall' the control ...
I have the TDHTMLEdit placed on a non-modal form and have some buttons with hotkeys applied (ALT+A for example). Now when I press 'a' inside the TDHTMLEdit,...
Hi, Had the same problem with MSHTML editor. I implemented the following method in the TEmbeddedWB to prevent the default button from being pressed on <Enter>....
... a ... Easy way :) For example "Alt+S" procedure TMain_Form.DHTMLEdit1onkeypress(Sender: TObject); begin if DHTMLEdit.DOM.parentWindow.event.altKey and ...
Sorry to bother you again, but I'm having a problem setting the font face, size, etc. when *no* text is selected (i.e. for the text to be typed in afterwards)....
Hello you Guru's, I need some help since I'm an absolute beginner in this are please bear with me. I need to execute a javascript in an HTMLDocument from...
How can I set the cursor position to the beginning of the document in DHTMLEdit? I have pasted some HTML into the control and want to jump to the beginning,...
I have some kind of a problem (again). I have set UseDivOnCarriageReturn to True as well as done some modifications, since it still does insert a <P> instead...
I had the same problem. Any solution? ... written very simple code using TWO dhtml edit controllers and I get an access violation everytime I close my...
I'm writting an application (an Instant Messenger) and I've got a problem with Windows XP: when I try to shutdown the PC my application using DHTMLEdit does...
Webbrowser can go into an endless loop, it you assign document (navigate-> about:blank) and wait for the state to be ready while the
control is not Visible....
Hi all. Everytime i scroll up or -down the cursor by pressing the arrow-up or arrow-down key, the cursor disappears totally if scrolled to the first or last...
This is driving me crazy guys.... I want to capture an event when someone drags over, or drops something on the editor (in edit mode). I can not find any...
This is what I am doing: backGround := elem.getAttribute('bgColor',x); x is an OLEVariant (it has no value assigned). Is it the case? i.e. capital 'C'. Cheers,...
Hi Maegnas, For the keypress. In the custom messagehandler (see examples in file area if you don't already have this handler), just check the message for the...
Hi all, I want to know if somebody succeeds in creating a VCL component based on TDHTMLEdit (or TCppWebBrowser) ? I want to add properties and methods to the...
I have imported the DHTMLEdit ActiveX in the IDE and can use it in a project without any problem except when I call functions returning values. For example,...
I use the ExecCommand with DECMD_COPY / DECMD_CUT CmdId's .... why DHTML gives a catastrphic error on calling these ? I think that this error appears because...
Ciobanu Alexander
alex@...
Jan 18, 2003 3:06 am
1279
"Catastrophic Failures" are usually related to the DOM being busy. Check for DHTMLEd.Busy before trying to access the DOM. i.e. while DHTMLEd.Busy do ...