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 1685 - 1714 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1706
Hi, i'm using the imported active-x component, and i got a problem. when i load a file, the images don't show, they show as Xs, like they don't exist, but...
freak_s2
Offline Send Email
Sep 6, 2004
4:35 am
1707
Thanks Bert, Works for me too. nix...
xequte
Offline Send Email
Sep 6, 2004
8:44 am
1708
Hello everyone, I am new to the group. I have one question – I have a simple application that is using the EmbeddedWB. When I navigate to web pages that use...
John Arterberry
arterberry
Offline Send Email
Oct 25, 2004
2:52 am
1709
Hi , I've seen some fancy MSHTML editors that use the MSHTML.dll, but I can't figure out how they do this. They can drag image elements in realtime and stack...
granuja1
Offline Send Email
Nov 4, 2004
3:47 am
1710
Hi everyone, I downloaded and installed the latest THTMLEdit Control and got it compiling. After placing the Control on my Form and running the App it throws...
spec2k3
Offline Send Email
Nov 7, 2004
12:25 am
1711
Hi I'm a newbie to this newsgroup. I'm trying to contruct a html offline editor using Delphi 5 standard edition. I've looked at the sample files, but I can't...
robo_web_man
Offline Send Email
Nov 10, 2004
3:38 pm
1712
... Hi Natan, This only works when Browsemode is ON. With regards, Nick...
hagemannick
Offline Send Email
Nov 11, 2004
6:16 pm
1713
Hi everybody, I'm trying to use frames like this in browsemode. Code sample: <FRAMESET border=0 frameSpacing=0 rows=70,* frameBorder=NO cols=*> <FRAME...
hagemannick
Offline Send Email
Nov 11, 2004
6:16 pm
1714
You can turn the IsDirty property OFF (and ON) this way: pCmd: OleVariant; pValue: OleVariant; begin pCMD := 2342; //IDM_SETDIRTY pValue := Fals; //turn...
lexicalis
Offline Send Email
Nov 13, 2004
12:09 pm
Messages 1685 - 1714 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