I would prefer that you ask questions here, rather than my personal e-mail. -- Henri ... From: Aleksey [mailto:alklkim@...] Sent: May 28, 2003 4:15 AM To:...
After Cell Props modification of bgcolor DhtmlEdit component doesn't show the new colour. But if i close and reload this document the new colour appears Why ?...
i have resolved in this mode procedure THTMLEdit.ApplicationEvents1Message(var Msg: tagMSG; var Handled: Boolean); begin if (Msg.message = WM_KEYDown) then ...
How would I do this? An example would be good. Also when in Editmode, how do I insert text. I would have thought I could just type and it would insert what I...
Hi Everybody, I am trying to load a HTML file that contains Frameset, like so: <FRAMESET ROWS="150,*"> <FRAME NAME="control"> <FRAME NAME="main"> </FRAMESET> ...
Hi folks, after a long and unexpected struggle with the Delphi type library editor, the OCX I've spoken of several times is available in beta. The OCX is...
As you know, a DHTMLEDIT control will disable function keys if it is embedded in another ActiveX control. Here is the solution. The source code is for C++, but...
HI 1) if im pressing UP key in the first line of the control or the DOWN key in the last line of the control the cursor disappears from it, and i need to click...
HI how come that the Event OnKeyPress does not include the values for the key that was pressed? any other control includes the Key that was pressed and the...
HI for some reason no matter how i declare the BidiMode (at runtime since it has no property with this name) the control's scrollbars are always on the right...
HI as continue to my previous post about losing focus after going up from first line or down from last line, i tried .setfocus after each keypress/down/up the...
HI i want to write in hebrew in the dhtmledit i set the Align Right and its ok, the thing is the scrollbars are on the right so when im doing spaces and signs ...
hi i am looking for a delphi function that acts like escape and unescape in javascript. example: xmlstr:=encode('hello'); // xmlstr will contain hello ...
only way i could solve this is like that: in DocumentComplete: ... if (BiDiMode = bdRightToLeft) then DOMInterface.body.setAttribute('dir', 'rtl', 0); // UI...
the real question is how to *programaticaly* set focus on the DHTMLEDIT control :-P i still unable to do this... ... from first line ... keypress/down/up ... ...
use the Ononkeypress event: procedure TForm1.DHTMLEdit1onkeypress(Sender: TObject); var Event: IHTMLEventObj; begin if not DocComplete then Exit; try Event :=...
Hello, I downloaded the DHTML Editor Frame in the files section. It's great, it works almost OK... but it hasn't any Table Insert... It also gives some weird...
Hello I've got a problem with MSHTML. I insert a relative link and mshtml does automaticly replace the target of the link with an absolute link: txtRange :=...
You could try using a ./ in that link. Else I just do not know. But I have another tip. I found a way to get a relatively positioned span/div or font for that...