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 1089 - 1121 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1104
Hi, Help me... Simple DHtml Editor Samples with Delphi 6 .. where is sample?...
myvtorch
Offline Send Email
May 15, 2002
4:25 am
1105
Thanks Justin, I found it and it works now ! I didnt know Delphi creates it's own file for ActiveX imports . I also did a search for it but it's called...
Seamus MacFetridge
seamusmacfet...
Offline Send Email
May 15, 2002
8:35 am
1106
Is there something thats also needed for the loaddocument call besides this piece of code? OleVariant ovFileName, ovPrompt; ovFileName = ""; ovPrompt = TRUE; ...
jazzy_aka
Offline Send Email
May 20, 2002
6:30 pm
1107
Has anyone done this with the control? An example snippet will be very beneficial, i am trying to figure out how to take the informatio from the dhtmledit and...
jazzy_aka
Offline Send Email
May 21, 2002
12:53 am
1108
Read/Write to the DHTMLEdit.DocumentHTML property. i.e. // Load HTML from the "HTML" field in a table. // First check that the DOM is not busy - to prevent...
Justin Stenning
wurzelchook
Offline Send Email
May 21, 2002
1:04 am
1109
Wow, thanks a lot for the help Justin....
jazzy_aka
Offline Send Email
May 21, 2002
3:08 am
1110
I have not seen this in the sdk help, does anyone know how this is done? Even in the sdk examples it does not show it....
jazzy_aka
Offline Send Email
May 21, 2002
4:23 pm
1111
This is more difficult to do. It depends on how you wish to do it: 1) Display a properties dialog, and be able to provide the size etc of the table or cell. 2)...
Justin Stenning
wurzelchook
Offline Send Email
May 21, 2002
11:18 pm
1112
Thanks again Justin, i am still having fun with the database code you gave me....
jazzy_aka
Offline Send Email
May 22, 2002
2:58 am
1113
I searched all over the newsgroups, even this group and i don't even see one word mentioned about inserting a horizontal line. Any ideas????...
jazzy_aka
Offline Send Email
May 22, 2002
5:29 am
1114
Search the group fore Resizing, pick message 991 and you'll get my two answers too - then your are on your way. Kurt ... From: jazzy_aka...
Kurt Senfer
senfery
Offline Send Email
May 22, 2002
6:04 am
1115
Hello jazzy_aka, Wednesday, May 22, 2002, 8:29:38 AM, you wrote: j> I searched all over the newsgroups, even this group and i don't even j> see one word...
Alex Goldberg
alexgoldberg...
Offline Send Email
May 22, 2002
6:24 am
1116
Thanks Alex, i did not think about checking the file area for any samples. Thanks for pointing that out....
jazzy_aka
Offline Send Email
May 22, 2002
2:49 pm
1117
Hello, I have form with DHTML object and MEMO which display HTML source. I want synchronize current cursor position in DHTML with position in MEMO. Do you have...
Alex Goldberg
alexgoldberg...
Offline Send Email
May 23, 2002
8:22 am
1118
Hi All, I have been working on an HTML editor using MSHTML as the base. Table operations have been the biggest pain. We have: Insert table, Insert/Delete...
mark_finkle
Offline Send Email
May 23, 2002
2:03 pm
1119
Hi, Does anybody know is there a way of streaming information directly into and out of a TDHTMLEdit. I have converted the DocumentHTML into a TStringStream and...
Simon Densley
sibandz
Offline Send Email
May 23, 2002
4:47 pm
1120
Hello Simon, Thursday, May 23, 2002, 7:42:15 PM, you wrote: SD> Hi, SD> Does anybody know is there a way of streaming information SD> directly into and out of...
Alex Goldberg
alexgoldberg...
Offline Send Email
May 24, 2002
7:50 am
1121
DHtmlEdit doesn't work Delphi6....
myvtorch
Offline Send Email
May 24, 2002
1:22 pm
Messages 1089 - 1121 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