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 1352 - 1381 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1352
Hi, I want the end user to click into dhtmledit using a mouse if he clicks on a word ( a single click )I would like to select that word. I have read most of...
iainmckean
Offline Send Email
May 1, 2003
1:03 pm
1353
HI i have a very small questions. i have THTMLEdit on a form. when i type the text, everything is ok but i dont know how to do the follow: (i looked at the...
Amos Szust
amosreut
Offline Send Email
May 1, 2003
2:51 pm
1354
HI how can i insert an image into the HTMLcode of the dhtmledit? im not talking about actually type the code img src .... but do it in design..... 10x ...
Amos Szust
amosreut
Offline Send Email
May 1, 2003
2:51 pm
1355
HI finally my msgs had arrived, until now i managed to find answers to most of my question my only question that was left is this: how can i put indent/auto...
Amos Szust
amosreut
Offline Send Email
May 1, 2003
3:01 pm
1356
HI one more thing: how can i change the font size and name? it seems that if i send a message using outlook with an image embedded, the src="..." equals to...
Amos Szust
amosreut
Offline Send Email
May 1, 2003
3:07 pm
1357
Hi Amos, The best place to start would be to download any number of the examples from the files area and have a look at how they implement these standard...
Justin Stenning
wurzelchook
Offline Send Email
May 2, 2003
1:40 pm
1358
hi, several of the treads I have been following indicate that DHTMLEdit has been largely superceded by the MSHTML Editor. As I am new to either of the...
iainmckean
Offline Send Email
May 3, 2003
7:03 am
1359
You will find it in the list of installed active X controls (c:\windows\system32\mshtml.dll). ... From: "iainmckean" <iain@...> To:...
Justin Stenning
wurzelchook
Offline Send Email
May 3, 2003
7:08 am
1360
Using import active x I have located something called 'Microsoft HTML object library [v4.0]' which points at c:\winnt\system32\mshtml.tbl This provides a class...
iainmckean
Offline Send Email
May 3, 2003
8:39 am
1361
HI this is my code for changin the font: var Temp,Temp2: OleVariant; begin if FontDialog1.Execute then begin Temp := FontDialog1.Font.Name; ...
Amos Szust
amosreut
Offline Send Email
May 4, 2003
9:05 am
1362
HI when sending an image (copy paste, not as attachment), the SRC tag contains garbage and the ALT tag contains the filename itself the problem is that...
Amos Szust
amosreut
Offline Send Email
May 4, 2003
10:20 am
1363
sorry my prev post was related to THTMLLite from PBear site ... From: Amos Szust Sent: Sunday, May 04, 2003 1:21 PM To: delphi-dhtmledit@yahoogroups.com ...
Amos Szust
amosreut
Offline Send Email
May 4, 2003
10:21 am
1364
I'm trying to write HTML text into a DHTMLEdit. If I try and write the text into the DocumentHTML property of the control, it works fine but it seems the...
Khashayar Sajadi
k_sadjadi
Offline Send Email
May 5, 2003
3:36 pm
1365
Hi Kash, Re: UNICODE and DocumentHTML Assuming you are storing your data as UTF-8: when you read the DocumentHTML property convert it from unicode to UTF-8 ...
Justin Stenning
wurzelchook
Offline Send Email
May 5, 2003
11:21 pm
1366
HI there are 3 events for keys on dhtmledit on the 3 of them, i dont have the Key, as the parameter like any other components how can i know which key was...
Amos Szust
amosreut
Offline Send Email
May 6, 2003
7:06 am
1367
Hi, In order to insert a new or modify an existing image (D:\img.gif) I use following same routine: var vo: OleVariant; begin ...
garrels01
Offline Send Email
May 8, 2003
2:14 am
1368
Hi! I'm working in that direction also. No luck yet. What I want to do is give div tag id and then use DOM to access it. Something like that <body> <DIV...
mikeevteev
Offline Send Email
May 9, 2003
6:47 am
1369
Hi all! I have to write mass mailing utility. What I'm going to do is merge data from dataset into html. However, I some problems on that way. My Html looks...
mikeevteev
Offline Send Email
May 9, 2003
6:47 am
1370
... a good starting point: http://bdn.borland.com/article/0,1410,26574,00.html Ciao Massimiliano [Non-text portions of this message have been removed]...
Massimiliano Belletti
mbelletti
Offline Send Email
May 9, 2003
2:45 pm
1371
HI i have a button which execute the follow: if (not HTMLEdit.DOM.queryCommandState('JustifyRight')) then HTMLEdit.DOM.execCommand('JustifyRight', False, 0); ...
Amos Szust
amosreut
Offline Send Email
May 9, 2003
2:48 pm
1372
HI how can i change the alignment (like in my previous post) whenever the user clicks <RIGHT>ctrl+shift or <LEFT>ctrl+shift? 10x...
Amos Szust
amosreut
Offline Send Email
May 9, 2003
3:40 pm
1373
Hi ! How can I catch "tab" key ? In my wrapper of DHTML Editor I used: procedure MySpecialControl(Var Msg : TWMKey); message CN_CHAR; I get all keys except tab...
Dorin Ciobanu
root@...
Send Email
May 9, 2003
3:59 pm
1374
Application raise Error with information "EAccessViolation....at triedit.dll...." when invoking Dhtmledit1.QueryStatus(DECMD_INSERTTABLE); any idea? I am...
adnilzhou
Offline Send Email
May 14, 2003
11:58 am
1375
Hi, is there a way to find out the position of the insertpoint in InnerHTML of a Element?...
Ciobanu Alexander
alex@...
Send Email
May 15, 2003
2:23 pm
1376
Plus ... how can i change the insertion point .... PLS help it's very important ! I've tried everithing.... in MSDN i didn't find the clue ......
Ciobanu Alexander
alex@...
Send Email
May 15, 2003
3:35 pm
1377
... what do you mean? Do you want to change the position of the caret? I have code for this but I am not sure what you want to do....
garrynosleep
Offline Send Email
May 17, 2003
3:12 am
1378
Hello garrynosleep, Saturday, May 17, 2003, 6:12:33 AM, you wrote: g> --- In delphi-dhtmledit@yahoogroups.com, Ciobanu Alexander ... g> what do you mean? Do...
Ciobanu Alexander
alex@...
Send Email
May 17, 2003
11:06 am
1379
Hi Kurt, Would be extremely useful having a look at your source. Hence it's not in the file area any more :-( regards Arno Garrels ... still have ... skip the ...
garrels01
Offline Send Email
May 20, 2003
5:51 pm
1380
Simple answer to this question. Well, this question has been posted some years ago and I guess that Alex, that posted the question, probably have solved it by...
Skywalker_1998_CAB
Skywalker_19...
Online Now Send Email
May 21, 2003
1:57 pm
1381
Why do I get "SHDocVw_TLB unit Not found" error when compiling the DPR demo mshtmled.dpr on Delphi 7?...
jamorenoruiz
Offline Send Email
May 21, 2003
1:58 pm
Messages 1352 - 1381 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