Hello,Great Programmer, Now,I Edit HTML with the EmbeddedWB and EditDeigner.When press Enter key, it out <p>. May it out <br>? I do not need <P>. It is very...
Hi Mars, I think you already have seen my message about this theem ... From: delphi-dhtmledit@yahoogroups.com [mailto:delphi-dhtmledit@yahoogroups.com] On...
Hi xh, ... correctly. It works like a charm - I've just tested it in my old DHTMLEdit project. As you don't explain what kind problems your having with the...
Hi Mars, As you ask this question after having read my posting from late February I recon you have decide to take the easy road instead of implementing all the...
Or just press Shift+Enter :) (it works with MSHTML ...) ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has...
... Oh yes its the nearly universally accepted but sparsely documented "non inserting cursor return" Keyboard Accelerator, witch mshtml converts to the command...
Here is another alternative that may work for you. Seems that anytime the cursor is within a "<DIV>...</DIV>" then pressing return always creates <DIV> lines...
... take a look at this old massage: http://tech.groups.yahoo.com/group/delphi-dhtmledit/message/1455 If you don't want to use an external style sheet you can...
I use 'DHTML Editing Control' in C# , add the control in winform and run the program. In program , if I input ENTER(or Shift + ENTER),the program show nothing....
Hi there I need to remove the horinzontal scroll bar from TEmbededWB For example , In a instant messaging program or something else like that When you're...
Hi I've used Delphi since v1.00 but never needed HTML editing till now. I am using D2006 on XP SP2, IE6 - fully patched. I downloaded OSPv1r002.zip, imported...
Hi there I need to remove the horinzontal scroll bar from TEmbededWB For example , In a instant messaging program or something else like that When you're...
Another solution is to edit the source of the page as an DOCUMENT and change the overflow pragmatically. Webpage.OleObject.document.body.style.overflowX :=...
Hello, I'd like to prevent the user from resizing the images of the DHTMLEdit I use in my delphi app. I have made many many search on this subject on many...
Hi Yann, ... DHTMLEdit 1) Its fairly simple to do if you completely block the users from interfering with pictures on a page at all, and if you don't mind ...
hi how can i prevent images from downloading/viewing? currently im using the dom.images property for that but this happens after the document was downloaded ...
HI, You'll need to implement a temporary pluggable namespace handler (e.g. MyNSHandler - a class that implements IInternetProtocol and IInternetProtocolSink)...
hi thank you for your answer i will try to see if i can gather code fractions into sth that works i have 2 problems using your ocx: 1) its an ocx, and my app...
hi the cursor is crDefault, but i want the cursor to be crHandPoint (or any other cursor) i set DHTMLEd.Cursor := crHandPoint; but the cursor remains the same ...
Hi again, ... to stay that way well - As soon as your exe start running on Vista installations you have to deliver and install the dhtmled.ocx anyway. See this...
Hi, If you want to react on hovering you must hook into the message-chain like I explained in one of my previous postings. look up _TrackMouseEvent to learn...
1) on my app site, i already have the package that MS itself made for vista in order to register back the dhtmledit.ocx 2) what about the vcl component of...
hi i meant sth else just like when changing edit1.cursor := crHourGlass; causes the cursor to be an hourglass each time the mouse hovers the TEdit, i want the...
Hi, ... free, then it solves both of my problems :) You are quite right about this theme - my editor wrapped up as an ActiveX component is freeware, but if you...
Hi, ... You tried the obvious way and it didn't work ! I suggested the only way I've ever got to work - so I'll be very interested in seeing whatever...
for some reason i cant post msgs to ksdhtmledit group it receives my post but it is never added to the group itself i know kurt is reading this one too i hope...