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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1693 - 1722 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1715
It sound like you have relative addresses in your document. Take a look at the BaseURL Property - you'll have to set it to proper path. Cheers Kurt ... they...
lexicalis
Offline Send Email
Nov 13, 2004
12:14 pm
1716
I know there have been a couple of issues to fix over the last couple of Delphi versions. I've just uploaded a new updated source that will compile with D5, D6...
lexicalis
Offline Send Email
Nov 13, 2004
12:49 pm
1717
Thanks Kurt This worked!!! I'd take my hat off to you Kurt, this has helped a lot. Rob Web Man P.S. I noticed the was a small error when changing the...
robo_web_man
Offline Send Email
Nov 16, 2004
2:55 am
1718
Rob, ... If you come acros a fix for that error I'll implement it in the OSP Cheers Kurt ... From: robo_web_man [mailto:robo_web_man@...] Sent: 16....
Kurt Senfer
lexicalis
Offline Send Email
Nov 16, 2004
8:56 am
1719
is there anybody who knows about using this feature? i'd like to implement into an application the editing of tag's properties within a window property. i will...
cirocorvino
Offline Send Email
Dec 11, 2004
5:35 pm
1720
I am using this code to change the color of my selection in dhtml, but when I finish my application , it generates an error, why? What's is the correct form to...
alexhaifa
Offline Send Email
Dec 11, 2004
5:36 pm
1721
If I use any command like : ColorText := '#ffffff' ; DHTMLEdit1.ExecCommand(DECMD_SETFORECOLOR, OLECMDEXECOPT_DONTPROMPTUSER, ColorText); when I close the...
alexhaifa
Offline Send Email
Dec 11, 2004
5:36 pm
1722
I am working with dhtml.exe... and how can I change the font size and insert table with coluns. Thanks....
alexhaifa
Offline Send Email
Dec 11, 2004
5:37 pm
Messages 1693 - 1722 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