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 1676 - 1705 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1676
Hi Kurt, I would like to use your row\column sizing script in my app, but I have one major problem: I can't install the DHTMLEventHandler component since I've...
marko_binic
Offline Send Email
May 12, 2004
10:31 am
1677
Marco, I've stopped working with DHTML Edit (dhtmled.ocx) a long time ago, but try the group http://groups.yahoo.com/group/KSDhtmlEdit/ There you'll find...
Kurt Senfer
lexicalis
Offline Send Email
May 12, 2004
1:30 pm
1678
... you'll ... are ready ... Hi Kurt, I'll download it immediatly, thanks alot. Anyway, if you don't mind I would like to ask you just two more questions,...
marko_binic
Offline Send Email
May 13, 2004
10:15 am
1679
Marko, ... an HTML document? In MSHTML Edit your wont be able to do much about the content of the HEAD section, but in KSDhtmlEdit the HEAD section isn't much...
Kurt Senfer
lexicalis
Offline Send Email
May 13, 2004
11:01 am
1680
How get a selection of my choice ? for example : StartSel := 10; LengthSel := 5; Thanks Kaneda Shotaro...
xcalibur_le_grand
xcalibur_le_...
Offline Send Email
May 16, 2004
4:11 pm
1681
... Från: xcalibur_le_grand [mailto:x.calibur@...] Skickat: den 16 maj 2004 16:45 Till: delphi-dhtmledit@yahoogroups.com Ämne: [delphi-dhtmledit]...
Kaj Lund
kaj.lund@...
Send Email
May 17, 2004
5:00 am
1682
Hi, what I want to do is insert a image into the editor without the editor prompting me to select the image. Can anyone tell me how to do this?...
Werner Geyer
wraith777_za
Offline Send Email
May 28, 2004
1:00 am
1683
... Mail code follows: ovRange := document.selection.createRange; if not VarIsNull(ovRange) and not VarIsEmpty(ovRange) then ovRange.pasteHTML( '<img src="' +...
Leonardo Herrera
leherrer
Offline Send Email
May 28, 2004
11:53 am
1684
Thanks, will try it out. ... From: Leonardo Herrera To: delphi-dhtmledit@yahoogroups.com Sent: Friday, May 28, 2004 1:54 PM Subject: Re: [delphi-dhtmledit]...
Wraith
wraith777_za
Offline Send Email
May 28, 2004
2:00 pm
1685
Hi, how can i create a selection of an IHTMLElement? Regards Johannes Teitge...
dscho_teitge
Offline Send Email
Jun 7, 2004
3:09 pm
1686
made a simple application using just the dhtmlsafe component and inserting a button element on the form via the ...Range.pasteHTML() method. The html button...
clupton1964
Offline Send Email
Jun 10, 2004
2:33 pm
1687
found out it's to do with the richedit control - added a hidden one and the dynamic movement is fine - anyone any ideas why?...
clupton1964
Offline Send Email
Jun 10, 2004
3:05 pm
1688
It Might be an idea to write ashort piece of code to change the coordinates at the click of a button - to prove the coordinates can be adjusted at all first! ...
Jezz
jezzb200x
Offline Send Email
Jun 11, 2004
12:27 am
1689
Hi, I am using DHTMLEdit and since a few weeks the response of the component is slow on some machines. The component is slow in responding to right mouse...
brooz2001
Offline Send Email
Jun 21, 2004
9:47 am
1690
Hi, is there anyone that can tell me how to edit / manipulate a marquee with DHTML?...
Werner Geyer
wraith777_za
Offline Send Email
Jun 21, 2004
2:46 pm
1691
hi. how i may make source/visual edit mode. Example, if i press button in my form i see source code of html. I change some code, press "visual" and see my...
aix1979
Offline Send Email
Jun 30, 2004
12:27 pm
1692
... Where can I find these variables ? What Clause must I use to ? Thanks...
xcalibur_le_grand
xcalibur_le_...
Offline Send Email
Jun 30, 2004
12:42 pm
1693
Hello everybody. I am developing the application for handling HTML clips (like NetSnippers, OnFolio, MS OneNote)...... The user reported the error..... it...
Vadim Schetinkin
djvadja
Offline Send Email
Jul 5, 2004
1:25 am
1694
Hello, I cant add a background with dhtmledit1.DOM.body.style.backgroundimage := 'http://www.google.fr/in tl/fr_fr/images/logo.gif'; Error is : Argument...
remixgame
Offline Send Email
Jul 5, 2004
1:25 am
1695
... Of course you can't, try it this way: DHTMLEdit1.DOM.body.setAttribute('background', OleVariant('image path'), 0); Cheers! Marko...
marko_binic
Offline Send Email
Jul 11, 2004
5:17 pm
1696
Here's somethig useful for all ya happy people! 1* function TForm1.QueryLatched(tagName: string): boolean; var r: IHTMLTxtRange; ct: IHTMLControlRange; e, c:...
marko_binic
Offline Send Email
Jul 11, 2004
5:19 pm
1697
... **WebBrowser1.OleObject.Document.Body.InnerHTML** is involved...... Try checking if the WebBrowser is busy, if it is busy when you try to mess with the...
marko_binic
Offline Send Email
Jul 11, 2004
5:22 pm
1698
... Here's a procedure I'm using to do it, the only catch is - you have to know the element's index. You can get it via IHTMLElement.sourceIndex procedure...
marko_binic
Offline Send Email
Jul 11, 2004
5:46 pm
1699
... Well, I don't know if you wanna create and insert a new marquee or just modify an existing one, but here's how to create and insert a new one: var r:...
marko_binic
Offline Send Email
Jul 11, 2004
5:46 pm
1700
... in my form i see source code of html. I change some code, press "visual" and see my changes. Just drop a TMemo on the form and fill it with DocumentHTML,...
marko_binic
Offline Send Email
Jul 11, 2004
5:47 pm
1701
Hi, I'm realizing a wrapper for DHTML Edit that use actions and allow handling of source code by components... I've just a little problem: when i try to copy...
massimoartini
Offline Send Email
Aug 26, 2004
3:46 am
1702
Massimo, Take a look at the demo project in the folder "Open Source Project" in the file section - the copy & paste functions work in that project. You may...
Kurt Senfer
lexicalis
Offline Send Email
Aug 26, 2004
10:02 am
1703
Example of DHTMLEdit feautures is on http://makh.webzone.ru/html...
dmitryhtml
Offline Send Email
Aug 27, 2004
2:48 pm
1704
Hi I have an html editing component built on a TWebBrowser. An annoying problem i am having is that the MSHTML object prompts to save whenever I want to...
xequte
Offline Send Email
Sep 3, 2004
1:06 am
1705
Toggel de edit mode off (WebBrowser.Document as IHTMLDocument2).designMode:='Off'; then load new page WebBrowser.Navigate(FileName); works file for me ... ...
Bert van der Hoeven
bertvanderho...
Offline Send Email
Sep 3, 2004
3:04 pm
Messages 1676 - 1705 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