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 1071 - 1103 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1071
This site has some real good credit cards and will even find a card for you! check it out! http://apply4creditcard.com...
jdgsfjkd
Offline Send Email
Apr 4, 2002
12:47 pm
1072
mailto:delphi-dhtmledit-unsubscribe@yahoogroups.com moderator, if you set email to moderate status, you will be able to control the list content with ease. ...
Mark W
oceansidecalm
Offline Send Email
Apr 4, 2002
1:32 pm
1073
I have just been made aware that Yahoo! has changed its privacy policy. You will have to "opt-out" in order not to get spammed by these morons. For more info,...
hhfournier
Offline Send Email
Apr 8, 2002
3:35 pm
1074
Hello, I wonder if you know how to contact the webmaster. Maybe we should all send them an email to tell them how we like getting spammed :(( In my opinion,...
TeoSuper@...
teoenedwin
Offline Send Email
Apr 8, 2002
5:41 pm
1075
Hello, I have a problem with the dhtmledit component. I want to assign some strings to the documenthtml property, but if I do so if the string is very large (...
schaubuwe
Offline Send Email
Apr 9, 2002
5:17 pm
1076
From memory when you get the "Catastophic Failure" message it is because you are trying to access a function of the DOM while it is busy... In my app I have a...
Justin Stenning
wurzelchook
Offline Send Email
Apr 9, 2002
11:40 pm
1077
Seems stupid question but this problem makes me nervous;) Where's IHTMLElement class is declared? (Delphi 6.0) I've been looking in MidItems but there's no...
afqx2410
Offline Send Email
Apr 17, 2002
10:48 am
1078
Take a look here... (Follow the D5 directions as a guide) http://www.euromind.com/iedelphi/gettingstarted __________________________ Dan Rhea Windows...
Dan Rhea
danratsirs
Offline Send Email
Apr 17, 2002
11:33 am
1079
... Doesn't for me :-( It fails at the line ... With 'Invalid Variant Type'. Any ideas why. What I have really been trying to do is get the routine ...
markjakes
Offline Send Email
Apr 21, 2002
11:01 am
1080
FAQ pages are up and running again (see my sig line). -- Henri Fournier http://members.shaw.ca/iedelphi...
IE Delphi
hhfournier
Offline Send Email
Apr 21, 2002
9:27 pm
1081
Hi, I'm having the same problem. I'm using the same webbrowser to edit several pages, and undo goes back into the previous pages, -not- what I need... I tried...
siggma1
Offline Send Email
Apr 22, 2002
7:15 am
1082
more of me.. (for the mshtmledit users, dunno how it can be done with the dhtmledit thingy): seems like the undo gets cleared well enough just by toggling ...
siggma1
Offline Send Email
Apr 22, 2002
11:52 am
1083
Good day , all It also can be done with replacing whole documentHTML. but you still need to care about cursor position. Sincerely, Alex ... From: "siggma1"...
Alex Pirojnikov
forgermailru
Offline Send Email
Apr 22, 2002
10:41 pm
1084
Hi, Did you ever figure out how to do this? I need to do it too! Thanks, Scott...
scottvandenelzen
scottvandene...
Offline Send Email
Apr 23, 2002
9:00 pm
1085
You should be able to do it like any other component shouldn't you? i.e. check that the triedit.dll is around or whatever, and if so DHTML := ...
Justin Stenning
wurzelchook
Offline Send Email
Apr 23, 2002
10:41 pm
1086
why does DHTMLedit is not calling my pop up menu using the PopUpMenu properties? thanks...
delphinoy
Offline Send Email
Apr 24, 2002
11:36 am
1087
The DHTMLEdit control isn't based upon the VCL which provides the support for the PopupMenu property, Delphi automatically inserts this property when importing...
Justin Stenning
wurzelchook
Offline Send Email
Apr 24, 2002
10:42 pm
1088
If the selection.type = 'Text' i can move the selection like this If HTMLEdit.DOM.selection.type_ = 'Text' Then Begin txtRange :=...
ibrun
Offline Send Email
Apr 25, 2002
10:43 am
1089
Where to find rsolectrls.pas ? Thanks....
sasainternet
Offline Send Email
May 1, 2002
11:38 am
1090
Hi All, When I switch to DesignMode in MSHTML editing I can pick various controls, like edit box inputs or textareas. If I click the selected control a second...
mark_finkle
Offline Send Email
May 2, 2002
5:39 pm
1091
Hi all, I was just wondering if somebody has a solution to applying inline formatting other than standard EM, STRONG, STRIKE, or U tags. For example to add...
den_alex
Offline Send Email
May 4, 2002
7:27 am
1092
You would have to manually add the HTML tags yourself... i.e. manually insert the SPAN around the selection or whatever... and set the style attributes etc......
Justin Stenning
wurzelchook
Offline Send Email
May 5, 2002
12:41 am
1093
I have tried to put DHTMLEdit inside an Active-x whith a memo. When I press an arrow keys the control go to memo. I've tried the work-around in bug faq at ...
ppoldone
Offline Send Email
May 9, 2002
4:55 am
1094
Suppose this html: <b>bla bla text b|la text random bla...</b> Suppose "|" is my cursor: is possible to select from tag "<b>" to "</b>" ?? Thanks, Aldo....
ppoldone
Offline Send Email
May 11, 2002
9:41 pm
1095
I just wanted to congratulate you for a good job right here! Keep it that way....
radupoe@...
radupoe
Offline Send Email
May 13, 2002
9:34 am
1099
I am not sure I understand what you mean by 'select', but the following code will give you the HTML element where the cursor is: var ovRange, ovElement:...
Jorge Cardozo
el_jucumari
Offline Send Email
May 14, 2002
1:11 pm
1100
Hi, I was getting the Catastrophic Failure when trying to run the command DHTMLEdit1.ExecCommand(DECMD_CUT, OLECMDEXECOPT_DODEFAULT ); so on the advice in the...
seamusmacfetridge
seamusmacfet...
Offline Send Email
May 14, 2002
3:38 pm
1101
Dear everyone: I put '<textarea>i<>0</textarea>' into DHTMLEdit's DocumentHTML property, it's ok. but when get it back from DocumentHTML property, the value in...
adnilzhou
Offline Send Email
May 14, 2002
5:14 pm
1102
You will need to get a function that can unencode them. ... From: "adnilzhou" <adnilzhou@...> To: <delphi-dhtmledit@yahoogroups.com> Sent: Wednesday,...
Justin Stenning
wurzelchook
Offline Send Email
May 14, 2002
9:15 pm
1103
The DHTMLEdit_TLB should exist... Do a file search for it. If you Import an ActiveX control a *_TLB file is created for you (I think it is usually under ...
Justin Stenning
wurzelchook
Offline Send Email
May 14, 2002
9:16 pm
Messages 1071 - 1103 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