Search the web
Sign In
New User? Sign Up
delphi-dhtmledit · Delphi: Using MS DHTMLEdit
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1893 - 1922 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1893
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...
Senfer Kurt
lexicalis
Offline Send Email
Apr 23, 2007
3:20 am
1894
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...
Senfer Kurt
lexicalis
Offline Send Email
Apr 23, 2007
4:13 am
1895
Or just press Shift+Enter :) (it works with MSHTML ...) ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has...
Damir Simunovic
dsimun
Offline Send Email
Apr 23, 2007
2:25 pm
1896
... Oh yes its the nearly universally accepted but sparsely documented "non inserting cursor return" Keyboard Accelerator, witch mshtml converts to the command...
Senfer Kurt
lexicalis
Offline Send Email
Apr 24, 2007
1:43 pm
1897
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...
bkhaas
Offline Send Email
Apr 25, 2007
3:57 pm
1898
... 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...
Senfer Kurt
lexicalis
Offline Send Email
Apr 26, 2007
9:51 am
1899
I use 'DHTML Editing Control' in C#. It is bad to add <P> tag automatically when press 'Enter', so is there any solution to prevent to add <P> tag...
woosnap
Offline Send Email
Apr 28, 2007
12:11 am
1900
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....
woosnap
Offline Send Email
Apr 28, 2007
12:11 am
1901
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...
NINJA ::.
dadash_ninja
Offline Send Email
May 3, 2007
3:17 pm
1902
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...
taoh15
Offline Send Email
May 22, 2007
2:44 am
1903
... Sorted - I forgot to register it - D0h!...
taoh15
Offline Send Email
Jun 9, 2007
8:15 am
1904
All Any ideas how to prevent the yellow window appearing at the top of TEmbeddedED, I don't want to disable it in IE only in TEmbeddedED. Cheers...
taoh15
Offline Send Email
Jun 9, 2007
8:17 am
1905
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...
Alireza Alef - G
dadash_ninja
Offline Send Email
Sep 5, 2007
8:19 am
1906
Another solution is to edit the source of the page as an DOCUMENT and change the overflow pragmatically. Webpage.OleObject.document.body.style.overflowX :=...
Andrew Brunner
l82c
Online Now Send Email
Sep 5, 2007
4:13 pm
1907
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...
yanngui2001
Online Now Send Email
Sep 15, 2007
5:39 pm
1908
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 ...
Senfer Kurt
lexicalis
Offline Send Email
Sep 17, 2007
12:47 pm
1909
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 ...
murphy_laws
Offline Send Email
Sep 20, 2007
7:54 pm
1910
HI, You'll need to implement a temporary pluggable namespace handler (e.g. MyNSHandler - a class that implements IInternetProtocol and IInternetProtocolSink)...
Senfer Kurt
lexicalis
Offline Send Email
Sep 21, 2007
8:55 am
1911
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...
murphy_laws
Offline Send Email
Sep 21, 2007
1:07 pm
1912
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 ...
murphy_laws
Offline Send Email
Sep 21, 2007
1:22 pm
1913
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...
Senfer Kurt
lexicalis
Offline Send Email
Sep 21, 2007
2:17 pm
1914
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...
Senfer Kurt
lexicalis
Offline Send Email
Sep 21, 2007
2:41 pm
1915
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...
murphy_laws
Offline Send Email
Sep 21, 2007
2:51 pm
1916
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...
murphy_laws
Offline Send Email
Sep 21, 2007
3:02 pm
1917
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...
Senfer Kurt
lexicalis
Offline Send Email
Sep 24, 2007
6:49 am
1918
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...
Senfer Kurt
lexicalis
Offline Send Email
Sep 24, 2007
12:14 pm
1919
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...
murphy_laws
Offline Send Email
Oct 14, 2007
1:41 pm
1920
Hey all, I download VCL html editor, i open source file with delphi ide but it show errors,(ks... nt componenet found), it's normally because i haven't...
info_mahfoud
Offline Send Email
Oct 24, 2007
8:19 am
1921
I am looking for a db_dhtmledit or dhtmledit component for Lazarus....
jnicolini2000
Offline Send Email
Dec 22, 2007
1:18 am
1922
Well it shouldn't be a problem fore Windows and 68K-Mac nor fore Linux if you add "IEs 4 Linux" and Wine. Running IE on either of the target platforms will...
Senfer Kurt
lexicalis
Offline Send Email
Dec 27, 2007
11:03 am
Messages 1893 - 1922 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help