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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1862 - 1891 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1862
HI the default font of the dhtml component is times new roman size 3 i want it to be arial 2 in OnDocumentComplete event, i did the following: ...
murphy_laws
Offline Send Email
Sep 5, 2006
5:29 pm
1863
I need to control the drawing of images without changing the code. One way I have found is using "ITriEditDocument" but I am at a dead end with this. I am...
wslover
Offline Send Email
Oct 20, 2006
1:57 am
1864
Do a BeforeNavigate2 event like so: procedure TEmailForm.HTMLViewerBeforeNavigate2(ASender: TObject; const pDisp: IDispatch; var URL, Flags, TargetFrameName,...
wslover
Offline Send Email
Oct 20, 2006
2:09 am
1865
I should mention I do have one solution but it is triggered by the onDocumentComplete, which is called after text & images have been drawn. I want to be able...
wslover
Offline Send Email
Oct 20, 2006
8:03 am
1866
onDownloadComplete is called after text and images have been painted, any changes after you call onDownloadComplete will then show....
wslover
Offline Send Email
Oct 20, 2006
8:07 am
1867
I want to save Html content in dhtmledit component into a memorystream in delphi,How can I do?...
sygoto2010
Offline Send Email
Oct 20, 2006
3:23 pm
1868
I wrestled and wrestled with this one. I only managed a cheap way round by saving to a temporary file and then streaming back in from the file. I still feel...
Simon Densley
sibandz
Offline Send Email
Oct 20, 2006
4:31 pm
1869
Come on - its not half as hard as you think - but remember dhtmledit is state of the art anno 1998, so off course there's a lack of build in features you'd...
Senfer Kurt
lexicalis
Offline Send Email
Oct 21, 2006
5:35 pm
1870
I have form with TEmbeddedWB. In program menu I have "Home Page' item. When I select this item: ShellExecute(handle, 'open', 'http://www.homepage.com', '','', ...
Aliaksander Markau
alexander_ma...
Offline Send Email
Oct 24, 2006
10:50 am
1871
Hi, Kurt. Question to you as experienced programmer in area of web browser hosting. Have you ever tried to develop rendering behaviors? I'm trying now and have...
serge_voloshenyuk
serge_volosh...
Offline Send Email
Nov 16, 2006
1:46 am
1872
Hi Serge, ... I got it to work in my KSDHTMLEdit component - you can se it work for highlighting of selected table cells in my demo exe. Just keep on trying...
Senfer Kurt
lexicalis
Offline Send Email
Nov 16, 2006
12:31 pm
1873
Hi, Kurt. Now my IHTMLPainter.GetPainterInfo has been called. I return pInfo.lFlags := HTMLPAINTER_OPAQUE or HTMLPAINTER_HITTEST; pInfo.lZOrder :=...
serge_voloshenyuk
serge_volosh...
Offline Send Email
Nov 17, 2006
1:26 am
1874
... What do you mean? I've found your old email(Message #997 Jan 2, 2002): procedure DoDrawMarker(R: TRect); var DC: HDC; begin DC := GetDC(msHTMLwinHandle); ...
serge_voloshenyuk
serge_volosh...
Offline Send Email
Nov 17, 2006
2:19 am
1875
I just started with MS's render.cab demo and spend a log time doing the usual trial and error stuff - so I don't have the faintest idea of what's troubling...
Senfer Kurt
lexicalis
Offline Send Email
Nov 17, 2006
7:48 am
1876
Take a peep at :http://tech.groups.yahoo.com/group/KSDhtmlEdit/ Kurt ... From: delphi-dhtmledit@yahoogroups.com [mailto:delphi-dhtmledit@yahoogroups.com] On...
Senfer Kurt
lexicalis
Offline Send Email
Nov 17, 2006
8:14 am
1877
hi i added to the dom.body, the following: <basefont face="arial" size="2"> but when i first click on the htmledit to gain focus, ...
murphy_laws
Offline Send Email
Nov 17, 2006
10:25 am
1878
Hi ... render.cab is dll solution. So, microsoft gays had to go through coclass/custom tlb stuff. Marko Binic was doing the same. Is it important for rendering...
serge_voloshenyuk
serge_volosh...
Offline Send Email
Nov 17, 2006
3:52 pm
1879
My KSDhtmlEdit component implements binary behaviors along the same road as you where describing - I don't use "cab-based" behaviors either Kurt ... From:...
Senfer Kurt
lexicalis
Offline Send Email
Nov 20, 2006
7:15 am
1880
With the new windows (vista) DHTMLEdit don't work but TWebBrowser will have the same probleme? Did someone test those two componant with VISTA?? ...
fguerite
Offline Send Email
Nov 20, 2006
5:57 pm
1881
Thanks a lot, Kurt. Some code from your forum has helped me. I didn't have working variant. So it was very complicated to understand wat's wrong. I have not...
serge_voloshenyuk
serge_volosh...
Offline Send Email
Nov 20, 2006
7:20 pm
1882
I posted the following message last July: FYI - Microsoft is removing the DHTML Editing Control from the Windows Vista product. Read more:...
Henri Fournier
hhfournier
Offline Send Email
Nov 21, 2006
12:37 am
1883
hi in case the html im using contains 2 occurrences of <html> tag and <body> tag when switching to browse mode: if the page is already loaded, the content...
murphy_laws
Offline Send Email
Nov 24, 2006
12:40 pm
1884
hi i have an html it contains windows-1255 in the html tag: <meta http-equiv='content-type' content='text/html; charset=windows-1255'> the content is in hebrew...
murphy_laws
Offline Send Email
Dec 24, 2006
6:09 pm
1885
How can draw anomalistic line or other graphics on DHtmlEdit when program is running?...
ËïÀÚ
sunleisl_a
Offline Send Email
Jan 23, 2007
7:59 am
1886
i have an html with the following code: <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.site.com" target="_blank"> i dont have...
murphy_laws
Offline Send Email
Feb 7, 2007
10:43 pm
1887
Hello all, Maybe you know when you copy some content from a web page to the clipboard and if your browser is Internet Explorer, it can ben pasted onto the...
Naile Bozdemir/Gü...
nailedayan
Offline Send Email
Feb 19, 2007
5:13 pm
1888
... the concept as such is simple enough but the actual implementation can be quit demanding :-) Although its not documented at MS the "HTML Clipboard Format"...
Senfer Kurt
lexicalis
Offline Send Email
Feb 20, 2007
4:49 pm
1889
hi i have the following code rg := IHTMLTxtRange(wb.DOM.selection.CreateRange); tmp := rg.Text . . . rg.Text := result; it seems that the text loses its html...
murphy_laws
Offline Send Email
Mar 6, 2007
9:44 pm
1890
Hello,Great Programmer, Now,I Edit HTML with the EmbeddedWB and EditDeigner.When press Enter key, it out <p>. May it out <br>? I do not need <P>. It is very...
betterhao2000
Offline Send Email
Apr 22, 2007
5:34 pm
1891
Hello all, I encountered the same problem.When paste from word,the related source code is : <v:imagedata o:title="DSC06698"...
betterhao2000
Offline Send Email
Apr 22, 2007
5:38 pm
Messages 1862 - 1891 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