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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1802 - 1832 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1802
How to know that DHTMLEdit is changed or Edited. For Example Inserted Image, Inserted Text or Deleted som texts or other elements....
nader_anhari
Offline Send Email
Jan 10, 2006
3:51 pm
1803
Check the documentation in the file "OCX Documentation.txt" ... From: delphi-dhtmledit@yahoogroups.com [mailto:delphi-dhtmledit@yahoogroups.com] On Behalf Of...
Senfer Kurt
lexicalis
Offline Send Email
Jan 10, 2006
11:28 pm
1804
Sorry - wrong text: Check the documentation in the filesection - folder "DHTML Edit docs" ... Inserted...
lexicalis
Offline Send Email
Jan 11, 2006
7:38 am
1805
How to resize col and row in table,like a frontpage?(use DHTMLEdit)...
linkervic
Offline Send Email
Jan 24, 2006
4:40 pm
1806
... The same as in FrontPage - point to a cell border and wait until the cursor changes shape then drag the border. Check the documentation - there is extra...
Senfer Kurt
lexicalis
Offline Send Email
Jan 25, 2006
8:08 am
1807
Hello! I've tried to access images in editor via DOM branch, but I've got an access violation. Could anyone help me? Here's the code: for(int...
brick_khv
Offline Send Email
Jan 25, 2006
6:44 pm
1808
subj...
linkervic
Offline Send Email
Feb 20, 2006
9:34 am
1809
did you get your solutions? can you share your solutions? I have the save problem. ... of ... to ... cursor ... object ... your ... bottom...
cgh_chen
Offline Send Email
Feb 23, 2006
5:53 pm
1810
hi long time ago i used the following code: ovStyleSheet := wbBody.OleObject.DOM.CreateStylesheet; ovStyleSheet.addRule('P', 'margin-top: 0.0pt;margin-bottom:...
murphy_laws
Offline Send Email
Apr 12, 2006
3:14 pm
1812
i have the following code: var oleImage: OleVariant; begin oleImage := URL; wbBody.DOM.execCommand('INSERTIMAGE', FALSE, oleImage); wbBody.DOM.selection.empty;...
murphy_laws
Offline Send Email
Apr 13, 2006
4:45 pm
1813
i have the following code for inserting a flash file var sel: IHTMLSelectionObject; rng: OleVariant; Text: string; tmp: TTntStringList; begin OpenDialog.Filter...
murphy_laws
Offline Send Email
Apr 14, 2006
1:42 pm
1814
apparently this is a known issue solution can be seen here: http://www.mcse.ms/archive167-2005-3-1423816.html...
murphy_laws
Offline Send Email
Apr 14, 2006
1:53 pm
1815
I am using the component as an HTML viewer for emails, when the user clicks a link I want to open this link in a new window and not change the TEmbeddedED...
wslover
Offline Send Email
Apr 17, 2006
3:16 am
1816
HI how can i change the encoding when viewing a page using dhtmledit? on TWebBrowser a simple right click would give me this option thanks...
murphy_laws
Offline Send Email
Apr 17, 2006
3:35 pm
1817
I use IE as the ole container, such as word document, excel document, but when i save after edited the document, IE will show a save Prompt dialog, does anyone...
zeng_jb
Offline Send Email
May 11, 2006
2:36 am
1818
Hi all I can Link Selected Text of HtmlEditor by following code: var MyLink : String; AElement : IHTMLElement; ATxtRange : IHTMLTxtRange; if...
nader_anhari
Offline Send Email
May 13, 2006
10:11 pm
1819
Hi, ... You can only create a IHTMLTxtRange from IHTMLDocument2.selection if you have no selection or selected some text. Because you call...
Senfer Kurt
lexicalis
Offline Send Email
May 15, 2006
7:51 am
1820
Thanks From Senfer Kurt. I use this code for Insert a HyperLink in KSDHTMLEdit: var MyText, MyLink : String; AElement : IHTMLElement; ovTextRange: OleVariant; ...
nader_anhari
Offline Send Email
May 15, 2006
7:44 pm
1821
hi i m working on c++ builder can anybody tell me how could i edit head tag on dhtmlediting component. is there any bound....
rifakaid
Offline Send Email
May 16, 2006
7:05 pm
1822
Hi, ... component. its just plain mshtml interface programming - nothing out of the ordinary. But you cant persist it :-) Fore some obscure reason DHTMLEdit...
Senfer Kurt
lexicalis
Offline Send Email
May 17, 2006
7:59 am
1823
Hi I am using D4 Pro and I have tried to register KsDHTMLEDLib.ocx but when I chooose the file and click on it under "Import ActiveX Control" the file does not...
spectrix_today
Offline Send Email
Jun 1, 2006
2:37 pm
1824
Hi John, Ive posted my ansver to the KSDhtmlEdit group: http://groups.yahoo.com/group/KSDhtmlEdit/ Cheers Kurt ... From: delphi-dhtmledit@yahoogroups.com ...
Senfer Kurt
lexicalis
Offline Send Email
Jun 2, 2006
11:11 am
1825
I need scan a document letter by letter and to geth information as the color of that letter. Somebody knows as to make this? Example: If I have in my...
marco_avila_2
Offline Send Email
Jun 10, 2006
3:45 pm
1826
I think what the information in this URI could help you http://members.shaw.ca/iedelphi/dhtmledit.htm#bugs1 CodeMaxter...
alvaroagamez
Offline Send Email
Jun 15, 2006
6:01 pm
1827
I am using dhtml.ocx in my last project in D7. nearly i use every command in program, like inserttable,picture, setfont,setcolor and others. but i have a...
ntxsoft
Offline Send Email
Jun 17, 2006
5:04 pm
1828
Witch version of OCX ? Do you get the same problem if you use the demo application ? Do you get the AV if you just start and then close the demo ? If not I...
Senfer Kurt
lexicalis
Offline Send Email
Jun 19, 2006
7:08 am
1829
Sorry - wrong group - Forget the previus mail ! ... From: Senfer Kurt Sent: 19. juni 2006 09-07 To: 'delphi-dhtmledit@yahoogroups.com' Subject: RE:...
Senfer Kurt
lexicalis
Offline Send Email
Jun 19, 2006
7:19 am
1830
I am using Webbrowser as a HTML editor. In the latest version 14.5 (I used the version 10 before) OnCommandStateChange events do not occur. I used that event...
Aliaksander Markau
alexander_ma...
Offline Send Email
Jun 19, 2006
2:47 pm
1831
Use ver 14.52. Ver 14.5 was beta and had Exec procedure failare Regards Eran ... From: Aliaksander Markau To: delphi-dhtmledit@yahoogroups.com Sent: Monday,...
Eran Bodankin
bsalsaa
Offline Send Email
Jun 19, 2006
3:20 pm
1832
BTW, on ver 14.52, I added a Modified property, which will surly help, when it comes to Editors. Modified is a read only value. it will auto set to false/true,...
Eran Bodankin
bsalsaa
Offline Send Email
Jun 20, 2006
2:45 pm
Messages 1802 - 1832 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