I am new to Delphi and am learning as I go along to make an open source HTML/PHP editor. As you know, most well-written editors are closed source, and would...
Hi! I use DHTML Edit for some times now and there is something I would like to get resolved. When using the DHTMLEdit.PrintDocument() routine. The document is ...
Printing has nothing to do with DHTML Edit - its the MSHTML Engine that does the printing and default it prints the documents path in the footer - in this case...
Hi all, I'd like to provide an interface for my customers which enables them to create additional html pages on the server (eg. adding new events onto their...
Hi All, Can someone provide a 2 minute overview of adding a WYSIWYG HTML editor to a Delphi app. I know there are controls that are part of windows and some...
Brad
groups@...
Dec 7, 2003 3:50 am
1601
Hi Brad, Its difficult to get all the information you need in a 2 minute overview. ... It depends on how much time you want to spend on writing your app. If...
Error Line 276 Error Variable name expected for this code: NullVariant: OleVariant absolute 0; Do I need a component.. it keeps opening up Thesaurus and spell...
hi all, May I insert html code at cursor position? I can insert text at cursor position like this: IDoc1: IHTMLDocument2; rng: IHTMLTxtRange; r: IDispatch; . ....
hi all, May I insert html code at cursor position? I can insert text at cursor position like this: IDoc1: IHTMLDocument2; rng: IHTMLTxtRange; r: IDispatch;...
I'm trying to get HTML source code preservation functionality into my app. I'm using MSHTML. I'm trying to avoid the HTML round-trip problem, where user...
Hi, powax1! I guess you are using D6 or D7, which don't allow declaring variables with absolute addresses. You'd better remove that line and replace all ...
Hello!! To me will very pleasantly join group which is engaged works in the field of editing HTML by the integrated means. I am interested also with this...
First, happy New Year to all of you! Now, a little call for help. Do anybody know how to catch an event when document is modified (using MSHTML IHTMLDocument...
Damir, You need to read the SDK_Help.chm from A to Z - that's the only way to be familiar with DHTML Edit. You can get the help file from this groups file...
I use a DHTMLEdit to print something in the background so it does not need to be visible However as soon as I make it not visible I get a error about something...
Hi, I think you can make its width and height zero and non-tabstop, not invisible, and print. I haven't tried anyway. I have printed with zero-size WebBrowser....
hi all, I would like to disable the right-clic on the webbrowser, and i use this method : on the DocumentComplete event, i tried this : var CurrentWB:...
Hi, I just uploaded a new file "VCL Html Editor.zip", witch contains a VCL component called EmbeddedED. EmbeddedED wraps the MSHTML engine, and removes a lot...
Hi Kurt, great and thank you - I understand this is a great work. I tried to install in D6PE, but failed because of missing QConsts. What must I have in my...
Ruediger, ... Open the KS_Lib unit and Find the line: uses {$IFDEF D6D7} RtlConsts, variants, QConsts, {$ENDIF} AXCtrls, KS_Procs; you can change it to: uses...
Hi Ruediger, ... If you have placed and unpacked the new zip in another folder than the pervious zip, and you haven't executed the DHTML.exe in the new...
Hi, at least I haven't heard about it :-) You should be able to use the OCX version of my editor without great difficulties. Kurt ... From: avi_nahir@......
Has anyone ever tried to call a dhtml session from an asp page??? I dhtml compiled into a activex dll and I am trying to call the dll from an asp page. I can...
... What do you mean by this ? The dhtmled.ocx is an AxtiveX dll - just as it is ! If you a trying to wrap the dhtmled.ocx together with some additional ...