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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1655 - 1684 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1655
hi, I M NEW IN THIS GROUP. I HAVE A PROB. i want to read the dhtmledit control text. like if the control have text "Hello world " i want to read it but when i...
Imran Zaheer
im_imranzaheer
Offline Send Email
Apr 1, 2004
5:08 pm
1656
dhtmledit.dom.body.innertext ... From: Imran Zaheer [mailto:im_imranzaheer@...] Sent: Thursday, April 01, 2004 5:01 PM To:...
Amos Szust
amosreut
Offline Send Email
Apr 1, 2004
5:10 pm
1657
... me ... There is a free HTML Parser (called HTMLParser) available on the web which will take your HTML data and give you back your text separately and your...
sibandz
Offline Send Email
Apr 2, 2004
3:11 pm
1658
Try this: var ColorText: OleVariant; begin ColorText := MyColor; HTMLEditor.ExecCommand(DECMD_SETFORECOLOR, OLECMDEXECOPT_DONTPROMPTUSER, ColorText); end; ...
marko_binic
Offline Send Email
Apr 3, 2004
12:38 pm
1659
HI i have a form with dhtmledit on it after closing the form, even after formdestroy event triggered i get access violation in dhtmledit.ocx im not sure this...
Amos Szust
amosreut
Offline Send Email
Apr 4, 2004
9:10 pm
1660
hi sth i forgot about the previous post: it works ok under win2000 the problem is under winxp...
Amos Szust
amosreut
Offline Send Email
Apr 4, 2004
9:16 pm
1661
i made some more research and go this: in OnDocumentComplete i have this code: btnAlignRightClick(HTMLEdit); HTMLEdit.DOM.body.setAttribute('dir', 'rtl', 0); ...
Amos Szust
amosreut
Offline Send Email
Apr 4, 2004
10:37 pm
1662
I've got a cell sizing script written in Visual basic, can anyone rewrite this so it could work in Delphi? Thanks! This script was written by Charles Law...
marko_binic
Offline Send Email
Apr 5, 2004
10:16 am
1663
HI is there a problem with dhtmledit and XP ? i have my application working on winXP i made some changes (i develop on win2k) and everything works fine when i...
Amos Szust
amosreut
Offline Send Email
Apr 5, 2004
5:37 pm
1664
Народ поимейте совесть не кидайте такого размера вложения. [Non-text portions of this message have been...
Евгений Болтик
boltik_evgeny
Offline Send Email
Apr 6, 2004
5:44 am
1665
Hi! I use the DHTMLEdit component to develop an e-mail client software. I want to format the content of the DHTMLEdit when the user replies to a message. I...
vincentlemieux
Offline Send Email
Apr 8, 2004
10:32 pm
1666
hi, i m getting a prob. in getting the innerHtml property. i have opened the html file in it. dhtmledit1.loaddocument("c:\temp1.html") i have used this syntax ...
Imran Zaheer
im_imranzaheer
Offline Send Email
Apr 8, 2004
10:34 pm
1667
HI i have the following code: if HTMLPreview.DOM.queryCommandEnabled('Cut') then HTMLPreview.DOM.execCommand('Cut',TRUE,0); but the IF returns false and no...
Amos Szust
amosreut
Offline Send Email
Apr 15, 2004
2:05 pm
1668
I don't know the exact code snippet by head, however you should add the following two rules before the last "end." of your unit OleInitialize OleUnitialize ...
Peter Oostwoud
pitbv
Offline Send Email
Apr 15, 2004
2:11 pm
1669
i got it when u r right u r right ... From: Peter Oostwoud [mailto:poostwoud@...] Sent: Thursday, April 15, 2004 4:13 PM To:...
Amos Szust
amosreut
Offline Send Email
Apr 15, 2004
2:16 pm
1670
Try this: if HTMLPreview.ExecCommand(DECMD_CUT, OLECMDEXECOPT_DONTPROMPTUSER) = DECMDF_ENABLED then HTMLPreview.ExecCommand(DECMD_CUT,...
Marko Binic
marko_binic
Offline Send Email
Apr 17, 2004
10:08 am
1671
I was able to solve this problem by changing the code in DHTMLEDLIB_TBL.PAS getControlInterface as follows: function TDHTMLEdit.getControlInterface :...
Marko Binic
marko_binic
Offline Send Email
Apr 17, 2004
10:12 am
1672
Hi, I am using this code to copy from DHTMLEdit and paste it into a RichEdit component: (I need the RTF code of the things wrote in the DHTMLEdit) ... ...
galaxy_dreams2000
galaxy_dream...
Offline Send Email
Apr 18, 2004
5:39 am
1673
How on Delphi i can insert a table in TDHTMLEdit and change a properties of selected table? Please, write me a code!...
dmitryipac2004
Offline Send Email
Apr 21, 2004
2:58 pm
1674
hi, i want to deploye dhtmledit control on different machines i need to know about the deployment dll's ocx's or any requirements for this plz tell me about...
Imran Zaheer
im_imranzaheer
Offline Send Email
Apr 22, 2004
8:00 am
1675
Hello, I am working with the Dhtmledit component.I need a favor,I want to know if the component have the posibility when I paste text from the clipboard...
Lisette Esperon
lecorcho
Offline Send Email
Apr 23, 2004
4:21 am
1676
Hi Kurt, I would like to use your row\column sizing script in my app, but I have one major problem: I can't install the DHTMLEventHandler component since I've...
marko_binic
Offline Send Email
May 12, 2004
10:31 am
1677
Marco, I've stopped working with DHTML Edit (dhtmled.ocx) a long time ago, but try the group http://groups.yahoo.com/group/KSDhtmlEdit/ There you'll find...
Kurt Senfer
lexicalis
Offline Send Email
May 12, 2004
1:30 pm
1678
... you'll ... are ready ... Hi Kurt, I'll download it immediatly, thanks alot. Anyway, if you don't mind I would like to ask you just two more questions,...
marko_binic
Offline Send Email
May 13, 2004
10:15 am
1679
Marko, ... an HTML document? In MSHTML Edit your wont be able to do much about the content of the HEAD section, but in KSDhtmlEdit the HEAD section isn't much...
Kurt Senfer
lexicalis
Offline Send Email
May 13, 2004
11:01 am
1680
How get a selection of my choice ? for example : StartSel := 10; LengthSel := 5; Thanks Kaneda Shotaro...
xcalibur_le_grand
xcalibur_le_...
Offline Send Email
May 16, 2004
4:11 pm
1681
... FrЕn: xcalibur_le_grand [mailto:x.calibur@...] Skickat: den 16 maj 2004 16:45 Till: delphi-dhtmledit@yahoogroups.com дmne: [delphi-dhtmledit]...
Kaj Lund
kaj.lund@...
Send Email
May 17, 2004
5:00 am
1682
Hi, what I want to do is insert a image into the editor without the editor prompting me to select the image. Can anyone tell me how to do this?...
Werner Geyer
wraith777_za
Offline Send Email
May 28, 2004
1:00 am
1683
... Mail code follows: ovRange := document.selection.createRange; if not VarIsNull(ovRange) and not VarIsEmpty(ovRange) then ovRange.pasteHTML( '<img src="' +...
Leonardo Herrera
leherrer
Offline Send Email
May 28, 2004
11:53 am
1684
Thanks, will try it out. ... From: Leonardo Herrera To: delphi-dhtmledit@yahoogroups.com Sent: Friday, May 28, 2004 1:54 PM Subject: Re: [delphi-dhtmledit]...
Wraith
wraith777_za
Offline Send Email
May 28, 2004
2:00 pm
Messages 1655 - 1684 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