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...
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...
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 ...
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...
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...
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...
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...
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...
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...
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 ...
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...
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 ...
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...
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...
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...
... 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]...
HI i have a button which execute the follow: if (not HTMLEdit.DOM.queryCommandState('JustifyRight')) then HTMLEdit.DOM.execCommand('JustifyRight', False, 0); ...
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@...
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...
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@...
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 ...
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...