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 1759 - 1788 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1759
Having found the DHTMLEdit looked ideal solution except this "Unknown interface" Think I have a potential solution (not as nice as I would like due to issues...
middleofvortex
Offline Send Email
Mar 13, 2005
8:42 pm
1760
Hi! Sometimes when I execute a LoadDocument, the first character of the text is erased from the document. This appears to be a Random behavior and happens 1...
kamui_pegasus
Offline Send Email
Mar 15, 2005
4:00 am
1761
I know that this question must be dumb. But i have been looking around to find the manual for DHTMLEdit, but i havent found one. So, could anyone please show...
Eris Ristemena
eristemena
Offline Send Email
Mar 23, 2005
3:40 am
1762
Try this: http://groups.yahoo.com/group/delphi-dhtmledit/files/DHTML%20Edit%20docs / Kurt ... From: Eris Ristemena [mailto:eris@...] Sent: 23. marts...
Senfer Kurt
lexicalis
Offline Send Email
Mar 23, 2005
9:38 am
1763
I get the VCL Html Editor 2.zip on the file section, but I can not compile. Is there a new version to the EmbeddedED.pas or other related units? could it be...
amota_sp
Offline Send Email
May 11, 2005
1:32 am
1764
In D7 you have to change aElement.ClassName to aElement._ClassName Kurt ... From: delphi-dhtmledit@yahoogroups.com [mailto:delphi-dhtmledit@yahoogroups.com] On...
Senfer Kurt
lexicalis
Offline Send Email
May 11, 2005
8:27 am
1765
Good morning Mr. Senfer. It's everything all right now. I've made some changes into the code and something else. Now my package and DHTML.exe demo are running...
amota_sp
Offline Send Email
May 11, 2005
3:53 pm
1766
12:45, terminei o almoço, compilei o editor (antes tive de localizar um arquivo de diretivas de compilação nos fontes ao qual o programa fazia referência -...
amota_sp
Offline Send Email
May 11, 2005
4:00 pm
1767
Please, ignore the previous email, I thought to be in my web mail. really sorry Andre mota...
amota_sp
Offline Send Email
May 11, 2005
4:07 pm
1768
Hello Andre, ... please do so Kurt ... From: delphi-dhtmledit@yahoogroups.com [mailto:delphi-dhtmledit@yahoogroups.com] On Behalf Of amota_sp Sent: 11. maj...
Senfer Kurt
lexicalis
Offline Send Email
May 12, 2005
5:52 am
1769
I am not very familiar with the MSHTML API. I want to perform a simple task: - Load an HTML file - Replace each link X inside each <a> tag with link Y - Save...
chrisspencer02
Offline Send Email
May 18, 2005
1:29 am
1770
... var i: integer; a: IHTMLElementCollection; begin a := DHTMLEdit1.DOM.all.tags('a') as IHTMLElementCollection; for i:= 0 to a.length - 1 do if (a.item(i,...
marko_binic
Offline Send Email
May 18, 2005
10:23 am
1771
... what ... message ... Thank you very much for this code to handle step 2. But how do I write my updated HTML to a file on disk? And what type is ...
chrisspencer02
Offline Send Email
May 18, 2005
6:02 pm
1772
... You posted to Delphi.DHTMLEdit, so I suppose you know what I'm talking about, DHTMLEdit1 is the TDHTMLEdit component imported from dhtmled.ocx [DHTML Edit...
marko_binic
Offline Send Email
May 18, 2005
7:31 pm
1773
Dear Sir : it can not work .. can you help me ? best regards jack ... Yahoo!©_¼¯¹q¤l«H½c §K¶O®e¶q250MB¡A«H¥ó¦b¦h¤]¤£©È¡C§ó¦h»¡©ú ...
 
thatisjam
Offline Send Email
May 20, 2005
3:22 am
1774
Has anybody come across a strange situation, when you try to type non-latin (in my case east-europen characters) in TWebBrowser and then got a lot of jibirish...
Srdjan Segvic
kingze
Offline Send Email
Jun 17, 2005
2:32 pm
1775
Hi Srdjan, It can indeed be troublesome to add a bunch of nice edit features to TWebBrowser and on the same time keep it compatible wit all sorts of windows...
Senfer Kurt
lexicalis
Offline Send Email
Jun 20, 2005
1:06 pm
1776
Thank you for the replay I've sorted out the problem, it was the message handler for the TWebBrowser component, which fixes the enter key problem so i've just...
Srdjan Segvic
kingze
Offline Send Email
Jun 21, 2005
9:57 am
1777
I tried to use the InternetCheckConnection but does not work. Tks for any help......
katolllzi
Offline Send Email
Jul 1, 2005
11:40 am
1778
... the ... path ... (mypath). ... you ... Thanks again Marko. I have noticed that when I access a tag's HREF elements through the DOM, they are incorrectly...
chrisspencer02
Offline Send Email
Jul 21, 2005
8:41 am
1779
Since installing XP Update 2, an Delphi app I have which has the DHTMLEdit component gives me a "no such interface supported" error message. Anyone know a work...
spiderwebsoftware007
spiderwebsof...
Offline Send Email
Aug 5, 2005
8:45 am
1780
Hi Mike If you are using the program with MS Windows Update KB 891781 you have to uninstall Update KB 891781 or replace DHTMLED.OCX, but if You uninstall this...
katolllzi
Offline Send Email
Aug 5, 2005
8:35 pm
1781
This is a message from some time ago. It works for us in Delphi 6 too. ... From: middleofvortex To: delphi-dhtmledit@yahoogroups.com Sent: Sunday, March 13,...
M. ter Woord
meddochat
Offline Send Email
Aug 15, 2005
2:56 pm
1782
This is a workaround: 1/ Put the file DHTMLED.OCX into your app directory. 2/ With Notepad create an empty file and save it on your app directory with the...
Morgan
bdevbdev
Offline Send Email
Aug 15, 2005
2:56 pm
1783
Hello All; Could someone please help me with an issue that I am facing? I would like to be able to [Highlight] text in the DHTMLEdit control And have the text...
Wayne & Carr
dreaminkisscarr
Offline Send Email
Aug 18, 2005
2:31 am
1784
First of all - Kurt thank you for includind "chasing windmeels" in your reply to my previous questin. It led me to thinking a bit more - I wondered why you...
marko_binic
Offline Send Email
Aug 18, 2005
1:21 pm
1785
Hi, Couple of questions: Where can I get a licence for KsDHtmlEdit? Doe KsHtmlEdit wrap MSHTML or DHTMLEDIT? ... Wim van der Vegt...
wvd_vegt
Offline Send Email
Aug 31, 2005
2:51 pm
1786
Hi Wim, ... it wraps mshtml ... Go to the group http://groups.yahoo.com/group/KSDhtmlEdit/ You don't need a licence for KSDhtmlEdit. Its free for any purpose,...
Senfer Kurt
lexicalis
Offline Send Email
Aug 31, 2005
3:28 pm
1787
Hello! I'm using very simple editor based on TWebBrowser switched to design mode, and with some basic formating functions. But I have serious problem - focus...
dsimun
Offline Send Email
Aug 31, 2005
11:02 pm
1788
HI: I am sorry that i do it like what you said as follows, but the error of "no such interface supported" appears still when running at: "procedure...
mawf_zust
Offline Send Email
Sep 2, 2005
4:40 am
Messages 1759 - 1788 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