Thanks a lot, Henri, but my main concern was about the TWebBrowser. The DHTML has a OnOnClick/OnOnDoubleClick event. I mistaped the name... Too in a hurry or...
Francis-Georges HONHON
francis-georges.honho...
Feb 1, 2001 6:48 pm
474
hello, I am making a application with the DHTML edit Control and I can insert Meta tags, but when they are inserted with the 'InsertBefore'-function they are...
ar@...
Feb 1, 2001 7:21 pm
475
If your question is regarding TWebBrowser then please post to that group. If your question was indeed about DHTMLEdit, then you should be able to use ...
Henri Fournier
hfournier@...
Feb 1, 2001 8:06 pm
476
DHTML-edit blocks for (saving of) any direct changes of the HEAD, except fore changing the TITLE and maybe a few other things. But you explicitly cant insert...
Kurt Senfer
ks@...
Feb 2, 2001 12:55 pm
477
Take another look at the link Henri pointed you to - the component there is mend fore the WebBrowser :-) Kurt ... From: Francis-Georges HONHON...
Kurt Senfer
ks@...
Feb 2, 2001 12:57 pm
478
hello, I have made an application, where you can insert a lot of elements, meta,images, tables etc. Now I have got a problem. I tried to get the tagname of the...
ar@...
Feb 5, 2001 6:40 pm
479
You have to check the selection.type for 'text' or 'control'. If 'control', like Table or Image, then you have a controlRange, NOT a textRange. ...
Henri Fournier
hfournier@...
Feb 5, 2001 6:51 pm
480
You may or may not have noticed that eGroups was taken over by Yahoo! The old links still work, but you should probably get the new links and e-mail addresses...
Henri Fournier
hfournier@...
Feb 5, 2001 9:26 pm
481
Hello, Somebody knows good spell checker, which will work with DHTMLEDIT. Alex Markov vicont@......
Aleksander Markov
vicont@...
Feb 6, 2001 9:54 am
482
I adapted Addict SpellCheck years ago to work with DHTMLEdit. http://www.addictive.net/addict.html -- Henri Fournier http://members.home.net/hfournier ... ...
Henri Fournier
hfournier@...
Feb 6, 2001 3:25 pm
483
Hello, I am using Delphi 4. I am trying the following command to make the bold work: DHTMLEdit1.ExecCommand DECMD_BOLD; and I also tried ...
THe_Wizard@...
Feb 6, 2001 5:40 pm
484
var ovCommand, ovOption, ovDummy: OleVariant; begin ovCommand := DECMD_BOLD; ovOption := OLECMDEXECOPT_DODEFAULT; DHTMLEdit1.ExecCommand(ovCommand, ovOption,...
Henri Fournier
hfournier@...
Feb 6, 2001 6:19 pm
485
hello, I have two questions: 1) In my application the undo doesn't work, first it worked, Does anyone know the sollution? 2) How can I handle the errors? I...
ar@...
Feb 6, 2001 7:10 pm
486
Hello, First I would like to start off by saying thank you to Henri Fournier for his help earlier. I want to activate the following command: ...
THe_Wizard@...
Feb 6, 2001 10:54 pm
487
I guess you really are a newbie. <g> Just write a procedure you can call with DECMD_BOLD or anything else you want to do: ExecCmd(DECMD_BOLD,...
Henri Fournier
hfournier@...
Feb 7, 2001 12:41 am
488
Hello, Again I would like to thank you for all of your help. I would like the following command: DHTMLEdit1.QueryStatus(DECMD_BOLD); I would like it to be...
THe_Wizard@...
Feb 7, 2001 1:29 pm
489
Hey, I'm not gonna write all your code for ya. Copy the procedure in the last message and change the name of the procedure and parameters as appropriate. Then...
Henri Fournier
hfournier@...
Feb 7, 2001 3:04 pm
490
Help, After I posted the message I figured out a way of doing. I just started programming with Delphi 2 days ago and Delphi is harder than C++ Builder becasue...
THe_Wizard@...
Feb 7, 2001 8:40 pm
491
Hi Henri, ... I've heard this is a good spellchecker. Was it difficult to integrate? Did you manage to get "live" spelling to work? If you have any code...
Gary Handley
support@...
Feb 8, 2001 9:29 am
492
I want to get the plain text of the html file I editing. Anyone can help me? Thanks in advance....
tjacvic@...
Feb 9, 2001 9:41 am
493
DHTMLEdit1.Oleobject.DOM.body.innerText -- Henri Fournier http://members.home.net/hfournier ... From: tjacvic@... [mailto:tjacvic@...] Sent:...
Henri Fournier
hfournier@...
Feb 9, 2001 1:13 pm
494
Folks, I'm trying to retrieve the URL currently set for an <A> tag - according to the help file, this should be done by calling "IOleCommandTarget::Exec" with ...
Marc Scheuner
mscheuner@...
Feb 11, 2001 5:00 pm
495
Creating dynamically is strongly recommended. DONT drag the DHTMLEdit component from component palatte to your form, but create it when you need, and set its...
tjacvic@...
Feb 12, 2001 10:11 am
496
Creating dynamically is strongly recommended. DONT drag the DHTMLEdit component from component palatte to your form, but create it when you need, and set its...
tjacvic@...
Feb 12, 2001 10:12 am
497
You can circumvent the DHTML-edit-internal "GetTheURL"-function and build your own function by using the MSHTML-engine to do the job. When you have set focus...
Kurt Senfer
ks@...
Feb 12, 2001 10:54 am
498
1. Does it support MBCS exactly? In the open source project, the absolute path of images inserted include MBCS strings, then when I change to "Browse", it...
tjacvic@...
Feb 13, 2001 9:38 am
499
Hello, When I try to install my application on an other computer, it gives some errors, like "Library not registered". How can I solve this? What must I...
ar@...
Feb 13, 2001 6:47 pm
500
The target system must have IE4 or IE5. IE5 comes with the DHTMLEdit component: http://msdn.microsoft.com/workshop/author/dhtml/edit/ref/cncpt.asp#Deploying ...
Henri Fournier
hfournier@...
Feb 13, 2001 7:05 pm
501
Is is possible to create a plugin using the DHTMLEdit component ? Any help will be greatly appreciated. Personal Pages: http://members.optusnet.com.au/~amgaz...
tekin@...
Feb 14, 2001 11:51 am
502
Has anybody had any success with implementing the embedded asnychronous pluggable protocol with the dhtmledit component ? Having absolutely no luck here.....