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 1171 - 1202 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1171
http://www.geocities.com/topjavalinks/...
topjavalinks_for_delp...
topjavalinks...
Offline Send Email
Sep 4, 2002
9:28 am
1172
I have problem with UNDO buffer. I have TTimer placed on my form together with DHTMLEdit component. Every 1000 milisecond I check lenght of HTML typed/pasted: ...
kysypl
Offline Send Email
Sep 12, 2002
8:30 pm
1173
I've uploaded a new editor to the file section: MSHTML Edit.zip It's an editor build completely around the MSHTML engine, and it still have all the...
Kurt Senfer
senfery
Offline Send Email
Sep 16, 2002
3:41 pm
1174
... Thank you! I want to change my own project to MSHTML, but didn't found enough information on how to make the migration. I'm going to take a look. Regards, ...
Leonardo Herrera
leherrer
Offline Send Email
Sep 16, 2002
5:36 pm
1175
Hi All, I have been working on a small property editor to work in conjunction with the DTML object, however I am stuck on one section which I believe "should"...
blah6677
Offline Send Email
Sep 18, 2002
12:37 pm
1176
Hi there, I'm using something like the code bellow and it seems to work well: var range: OleVariant; Doc: IHTMLDocument2; ctl, ctl2: OleVariant; begin result...
SorinV
Offline Send Email
Sep 18, 2002
5:21 pm
1177
Hi all, You may have noticed that when using the TEmbeddedWB the editing by drag and drop doesn't work (try selecting a piece of text then drag it - it won't...
SorinV
Offline Send Email
Sep 18, 2002
5:39 pm
1178
Hi, Has anybosy implemented a DHTML editor component or has everybody moved over to TWebBrowser? Cheers, Ian...
Jed Blake Sir
tidles666
Offline Send Email
Sep 19, 2002
2:19 pm
1179
Hello Jed, Thursday, September 19, 2002, 5:14:41 PM, you wrote: I have implemented DHTMLedit. And the excellent example is in file area of mailgroup. Alex JBS>...
Alex Goldberg
alexgoldberg...
Offline Send Email
Sep 19, 2002
2:38 pm
1180
Hi All, Im using the setattribute property for am IMG tag, where the attribute is "width", at the moment I have setattribute ('width',val); where val is an...
blah6677
Offline Send Email
Sep 22, 2002
7:16 am
1181
set the width property of the style attribute of the element, not the with attribute od the element itself, to, e.g., '50%'...
henry34223
Offline Send Email
Sep 22, 2002
1:11 pm
1182
Thanks henry! It worked perfectly as soon as I used the "Style" tag. I'll whack some source here quickly of what worked for me just in case someone else in the...
blah6677
Offline Send Email
Sep 23, 2002
2:13 am
1183
I've uploaded a new UPDATED editor to the file section: MSHTML_Edit.zip (a bug, that prevented drag & drop in a new document on IE 6, is fixed) Why bother as...
Kurt Senfer
senfery
Offline Send Email
Sep 23, 2002
8:17 am
1185
Anyone know why this runs fine in Delphi 6 but Av's in Delphi 7 with InvalidVarientType? Thanks Bill procedure ThtmlEdit.GetStyles; var varRange: OleVariant; ...
Bill Miller
williamwmiller
Offline Send Email
Sep 30, 2002
12:35 am
1186
Hi, I think this question has already been asked but i didn't find the answer in the FAQ. Where is the IEConst.dcu asked in the Dhtml.pas. I've looked on my ...
mikaelmorvan
Offline Send Email
Sep 30, 2002
3:54 pm
1187
I need change the color of cells, <TD> not have a id, I see many examples, but not work....
silviohf
Offline Send Email
Oct 1, 2002
6:03 am
1188
I have a little roblem ... Page is protected via .htaccess file. Users get it via its own proxy server with proxy authorization. Methods User and Pasword are...
lehapilipenko
Offline Send Email
Oct 1, 2002
8:19 am
1189
I find your editor really usefull, I am interesting in the source. I read the readme document as you suggest. Sorry, I didn't find the link to the files. Is...
jucar62
Offline Send Email
Oct 3, 2002
4:00 pm
1190
Hi Juan, Take a look at the file MSHTMLEdit.zip for the version Kurt is doing. MSHTML_Edit.zip is the one that I created (it's not as sophisticated as the one...
Dan Rhea
danratsirs
Offline Send Email
Oct 3, 2002
4:39 pm
1191
Juan, the mail address "jucar62@..." isn't valid. Send me a valid mail address and I'll contact you. Cheers Kurt KS@... ... I ... know? ... ...
senfery
Offline Send Email
Oct 7, 2002
9:06 am
1192
Sorry Kurt, Please, use this one: jucar62@... thanks in advance Juan Carlos ... source. ... is ... is ... around ... IE ... give...
jucar62
Offline Send Email
Oct 7, 2002
7:16 pm
1193
Excuse me. I need help in this. I have own html editor programmed as editor in TFrame and this TFrame I have registered as component. When I add my component...
mkcmrk
Offline Send Email
Oct 8, 2002
7:28 am
1194
I have been trying to find some code that works for enumerating the IMG tags in the current editor window. Does anyone have any code that works? I would like...
iisfaq2000
Offline Send Email
Oct 10, 2002
7:21 pm
1195
... j: OleVariant ... j := i; image := doc.tags('IMG').item(j, varEmpty) as IHTMLElement; ... The index of an OLE collection must be a variant, since it can be...
Franz-Leo Chomse
franzleochomse
Offline Send Email
Oct 10, 2002
8:07 pm
1196
I got it working with the following code: Procedure TEditArticleFrm.ValidateDocumentImageTags(); var I : integer; Doc : IHTMLElementCollection; image :...
iisfaq2000
Offline Send Email
Oct 11, 2002
1:59 am
1197
Hi, I want forbidden the bold or italic or other tag in the HTMl_edit. How to do that? Thanks a lot...
charlyolegfr
Offline Send Email
Oct 11, 2002
7:38 am
1198
Hi kurt, I am intrested in the source code too. Is there any way to get it? thank you in advance! tomaz ... MSHTML_Edit.zip ... fixed) ... table and ... power...
jezek1
Offline Send Email
Oct 11, 2002
10:27 am
1199
I have the sam problem! And dont know how to fix it! Is there anyone that knows how to fix this problem! lp tomaz ... as ... When ... keys ... somebody...
jezek1
Offline Send Email
Oct 11, 2002
10:30 am
1201
another possibility : var I : integer; Doc : IHTMLDocument2; All: IHTMLElementCollection; Image: IHTMLElement; v : OleVariant; begin Doc := DHTML.DOM...
ezerrot
Offline Send Email
Oct 11, 2002
10:05 pm
1202
I am also interested in the source code. Thank you Jose...
zetomaster
Offline Send Email
Oct 12, 2002
11:54 am
Messages 1171 - 1202 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