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 1871 - 1900 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1892
Hi Mars, I think you already have seen my message about this theem ... From: delphi-dhtmledit@yahoogroups.com [mailto:delphi-dhtmledit@yahoogroups.com] On...
Senfer Kurt
lexicalis
Offline Send Email
Apr 23, 2007
3:13 am
1893
Hi xh, ... correctly. It works like a charm - I've just tested it in my old DHTMLEdit project. As you don't explain what kind problems your having with the...
Senfer Kurt
lexicalis
Offline Send Email
Apr 23, 2007
3:20 am
1894
Hi Mars, As you ask this question after having read my posting from late February I recon you have decide to take the easy road instead of implementing all the...
Senfer Kurt
lexicalis
Offline Send Email
Apr 23, 2007
4:13 am
1895
Or just press Shift+Enter :) (it works with MSHTML ...) ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has...
Damir Simunovic
dsimun
Offline Send Email
Apr 23, 2007
2:25 pm
1896
... Oh yes its the nearly universally accepted but sparsely documented "non inserting cursor return" Keyboard Accelerator, witch mshtml converts to the command...
Senfer Kurt
lexicalis
Offline Send Email
Apr 24, 2007
1:43 pm
1897
Here is another alternative that may work for you. Seems that anytime the cursor is within a "<DIV>...</DIV>" then pressing return always creates <DIV> lines...
bkhaas
Offline Send Email
Apr 25, 2007
3:57 pm
1898
... take a look at this old massage: http://tech.groups.yahoo.com/group/delphi-dhtmledit/message/1455 If you don't want to use an external style sheet you can...
Senfer Kurt
lexicalis
Offline Send Email
Apr 26, 2007
9:51 am
1899
I use 'DHTML Editing Control' in C#. It is bad to add <P> tag automatically when press 'Enter', so is there any solution to prevent to add <P> tag...
woosnap
Offline Send Email
Apr 28, 2007
12:11 am
1900
I use 'DHTML Editing Control' in C# , add the control in winform and run the program. In program , if I input ENTER(or Shift + ENTER),the program show nothing....
woosnap
Offline Send Email
Apr 28, 2007
12:11 am
Messages 1871 - 1900 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