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 1738 - 1767 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1738
Hi, I wrote a small function for may ActiveForm in C++Builder containing a TDHTMLEdit. The function is this: OleInitialize(NULL); while(EditRTFHTMLEdit->Busy)...
M. Noroozi Eghbali
galaxy_dream...
Offline Send Email
Feb 10, 2005
1:41 pm
1739
Hi there Has anyone had this problem & does anyone have a remedy? I have several appications which use the DHTMLedit component which have suddenly stopped...
robo_web_man
Offline Send Email
Feb 11, 2005
1:57 am
1740
same here! http://www.microsoft.com/technet/security/bulletin/ms05-013.mspx I removed Hotfix KB891781 for now......
morgantop70
Offline Send Email
Feb 13, 2005
2:33 pm
1741
I have an application that uses tags in the format <#MyTag> to allow users to create a pretty email that replaces mytag with info from a database. Like Dear...
Chris Matheson
c20cjm
Offline Send Email
Feb 14, 2005
1:40 am
1742
I solved the problem like this : the resolve-tag function that resolves '<#mytag>' into a databasevalue, also resolves '&lt;#mytag&gt;' into the same...
Marc Georges
exentryc
Offline Send Email
Feb 14, 2005
6:11 am
1743
hey, that's a great idea - thanks! I had a dodgey workaround of global search/replace of &lt; with < cj ... From: "Marc Georges" <marc.georges@...> To:...
Chris Matheson
c20cjm
Offline Send Email
Feb 14, 2005
6:18 am
1744
Accessing DhtmlEdit.DOM results EOleExeption: "No such interface supported" Anyone found a solution to this problem? ... which ... was...
morgantop70
Offline Send Email
Feb 14, 2005
11:50 am
1745
g'day, ... ditto using DhtmlEdit.DocumentHTML := sometext; ... none using DHTMLEdit. tried re-importing the control, re-building the app, same problem. MSHTML...
chemware
Offline Send Email
Feb 15, 2005
10:30 pm
1746
Hello! After upload new microsoft service pack, I have error on this code: while DHTMLSD.Busy do Application.ProcessMessages; ...
murka51
Offline Send Email
Feb 16, 2005
2:35 am
1747
also, the problems seems to be only with Delphi. VB projects that use DHTMLED control work fine... ... the ... with M$....
morgantop70
Offline Send Email
Feb 16, 2005
9:56 am
1748
Am Wed, 16 Feb 2005 09:56:13 -0000, schrieb "morgantop70" <morgantop70@...>: Hi, ... got the same problem. Is there a work-around? TIA, -- ... ,yours...
ireland@...
tzi2k4
Offline Send Email
Feb 17, 2005
7:30 am
1749
hi, i need a little piece of code (in Delphi, will be better) to get text's FONT-FACE and FONT-SIZE attributes. i use: TForm1..... var FDocument :...
emandtt
Offline Send Email
Feb 18, 2005
2:31 am
1750
Look at using IOleCommandTarget. You can get this interface by QueryInterface the IHTMLDocument2 pointer. There are many formatting states you can read using...
mark_finkle
Offline Send Email
Feb 20, 2005
6:15 pm
1751
The error of "interface not supported" we have talked about a few days ago? dhtmledi.dom property always returns nil. hmmmm, i am beginning to hate m$.......
adnilzhou
Offline Send Email
Feb 21, 2005
12:51 am
1752
... i had same problem so i ripped out DHTML and replaced it with MSHTML - which still works just fine. you may find the "msgui" set of wrapper components for...
chemware
Offline Send Email
Feb 21, 2005
2:16 am
1753
Hi, take a look at the TProfDHTMLEdit support forum, I posted a workaround for Windows 2000 and XP there that should work with your component as well....
Olaf Bartelt (AMTANGE...
olaf_bartelt
Offline Send Email
Feb 21, 2005
5:39 am
1754
Hi, I don't have a fix fore the current "DhtmlEdit.DOM" problem, but you might consider to use my KSDhtmlEdit.ocx as a replacement of the MS DHTMLEdit ocx. I...
Senfer Kurt
lexicalis
Offline Send Email
Feb 21, 2005
11:10 am
1755
Not sure how usefull it is for anyone on this group but I've just gave up on IDHTMLEdit and migrated my appliance to one based on plain MSHTML. A few tips...
adamnajmanowicz
Offline Send Email
Feb 22, 2005
8:12 am
1756
Have you tried Loading 'about:blank' and then let it settle down with EditRTFHTMLEdit->Busy? Adam ... any body...
adamnajmanowicz
Offline Send Email
Feb 22, 2005
8:23 am
1757
first I have this utility method: function TPageEditorForm.GetStringProperty(PropertyName: String): String; var V: OleVariant; PrevNullStrictConvert : Boolean;...
adamnajmanowicz
Offline Send Email
Feb 22, 2005
8:26 am
1758
I've had a problem similar to this, not sure if it crashed on closing the form or the app, I've found out I need to add DHTMLEdit.ControlInterface._AddRef; ...
adamnajmanowicz
Offline Send Email
Feb 22, 2005
8:37 am
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
Messages 1738 - 1767 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