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 1791 - 1821 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1791
Hi, Guys! I'm using the TEmbeddedED and I found this compo great... But I have one problem with it. I have many HTML files with some strange character and I...
André Felix Mierts...
andre_f_m
Offline Send Email
Oct 3, 2005
12:43 am
1792
Hi Andre, Unicode pages can indeed be a bit tricky. If you go to the group http://groups.yahoo.com/group/KSDhtmlEdit/ you'll find TEmbeddedED's much more...
Senfer Kurt
lexicalis
Offline Send Email
Oct 3, 2005
6:25 am
1793
Kurt, I have tested it, and it works ;) But with some difference to the profDHTMLEdit. HTML Source: KSDhtmlEdit : Example εïз profDHTMLEdit: Example...
andre-f-m
andre_f_m
Offline Send Email
Oct 3, 2005
6:15 pm
1794
Andre, ... its because the HTML-source view in the demo app only is a (ANSI) TMemo Take a look at the following page that explains this a bit more:...
Senfer Kurt
lexicalis
Offline Send Email
Oct 5, 2005
10:49 am
1795
I'm trying to compile the editor with Delphi 2005 (WIN32), and I'm getting the same error (classname doesn't exists). What did you do to fix the problem? ...
mw_zantii
Offline Send Email
Oct 15, 2005
7:40 am
1796
Hi Mathias, Check this message: http://groups.yahoo.com/group/delphi-mshtml/message/161 Kurt ... From: delphi-dhtmledit@yahoogroups.com ...
Senfer Kurt
lexicalis
Offline Send Email
Oct 16, 2005
5:53 pm
1797
how i can get key press in dhtmledit with delphi ???!!...
hexadesimal2004
Offline Send Email
Oct 19, 2005
1:47 am
1798
I have some problem . it is this~ IF DHTMLEdit is embedded in another ActiveX control , fuction Keys is disable. i find this question's answer , but it is C++...
hidragonyong
Offline Send Email
Oct 20, 2005
3:27 am
1799
There is a new Embedded Web Browser version for d5, d6, d7, d2005 in: http://groups.yahoo.com/group/delphi-webbrowser/ I hope it helps ... to ... code ... ...
Eran Bodankin
bsalsaa
Offline Send Email
Dec 13, 2005
1:56 am
1800
Did you receive ou find the last version of EnbeddedED.pas? Regards, Bispo....
imbispo
Offline Send Email
Dec 28, 2005
11:16 pm
1801
Hi Bispo, the "VCL Html Editor 2_1.zip" in the file section of this group contains the latest version of EnbeddedED.pas - I did an update of the file last ...
Senfer Kurt
lexicalis
Offline Send Email
Dec 29, 2005
10:39 am
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
Messages 1791 - 1821 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