I am drag dropping on to the TDHTMLEDIT component to automate element creation. I get X and Y position from the DragDrop event. All is well until the edit...
pete
pete@...
Apr 3, 2001 6:16 pm
603
Use the DOM. Check the various scroll and offset properties: http://msdn.microsoft.com/workshop/author/dhtml/reference/properties.asp -- Henri Fournier ...
Henri Fournier
hfournier@...
Apr 4, 2001 9:17 am
604
How can i save my edited text directly in a stream (eg to save it in a blob field) Andreas Wehner ...
Andreas Wehner
andreas_wehner@...
Apr 5, 2001 6:57 pm
605
Is there a possibility to load and save mhtml files with dhtmledit. Andreas wehner _________________________________________________________________________ ...
Hello, I'm creating a simple HTML Editor based on the DHTMLEdit component. I've run into the situation in which I don't want the user to be able to drag and ...
Remco Volwater
poptr142@...
Apr 14, 2001 2:53 pm
608
Hello, I am creating Outlook Express style E-mail program with BCB5+DHTMLEdit control. How to change background color of document? And, How to insert...
Nakano Kappei
kappei@...
Apr 14, 2001 3:31 pm
609
Simply make the property DropandDrage := false; Andrew...
Andrew Fry
THe_Wizard@...
Apr 14, 2001 7:45 pm
610
When I create PopupMenu (onShowContextMenu) On W2K all shows OK, but on W98 it is corrupted. See screenchot in the attachment Any ideas? FMenuStates :=...
Aleksander Markov
markov@...
Apr 16, 2001 9:43 am
611
Howdy! Has anyone successfully loaded an html file with <OBJECT> tag activex controls on it? After LoadDocument the page appears OK, but the dhtmledit control...
pgrasso@...
Apr 17, 2001 8:49 pm
612
... Yes. ... That doesn't happen to me. Check other factors - for starters, does the <OBJECT> work in frontpage. Anthony asteele@......
Anthony Steele
asteele@...
Apr 18, 2001 7:25 am
613
I opened the page in frontpage and was able to view its property sheet and change the width. BTW I am using ie 5.5 and delphi 5. If I open a page without...
pgrasso@...
Apr 18, 2001 3:53 pm
614
I encountered the same problem when trying to open a page with MediaPlayer controls inside. Here is a quick workaround: Open in the DHTMLEdit a blank html file...
Bogdan Nedelcu
bogdan_nedelcu@...
Apr 18, 2001 5:18 pm
615
Thanks for the info. I did a similar work-around using NewDocument, to clear out what's in the dhtmledit control and then a ...
pgrasso@...
Apr 18, 2001 6:19 pm
616
Hi, I am using DHTMLEdit as a TMemo component (which generates HTML), the problem I have is wraping the text when it touches the border of DHTMLEdit. Is it...
Karol Sudnik
ksudnik@...
Apr 19, 2001 12:31 am
617
Hello Karol, maybe try to wrap the text by setting some CSS Formats. -> "padding-right", oder maybe "rightMargin" in the <body> tag. I've never tried to fit...
Michael Neuhaus
michael.neuhaus@...
Apr 19, 2001 5:33 am
618
Hi, No matter what I do.. or work arounds i try... nothing seems to trigger off the onDragDrop, onDragOver, onStartDrag, onEndDrag. I am able to drag slabs of...
shrub@...
Apr 27, 2001 12:53 am
619
Hello to everybody... I have this problem... I need resize cell in table as in Frontpage. Click to cell border and move mouse with resizing it... Exists some...
zyxel@...
Apr 27, 2001 6:52 am
620
I'm a beginner with DHTMLEdit and I've found a problem with the onKeyPress event because it not passes the key! It's a problem with my code? Which is the...
Paco Vela
PacoVela@...
Apr 30, 2001 10:06 am
621
Hi guys, I've read and tried every possible fix posted here and it worked for me when I close the editform window. However when I close the main parent window...
faadielr@...
Apr 30, 2001 5:10 pm
622
did you try this one ? I was able to solve this problem by changing the code in DHTMLEDLIB_TBL.PAS getControlInterface as follows: function...
Tony Speed
tspeed@...
Apr 30, 2001 5:14 pm
623
... onKeyPress ... If there is someone looking for an answer: don't look anymore! You don't have to look for into the delphi event, but into the dhtml event,...
PacoVela@...
Apr 30, 2001 6:07 pm
624
I've tried to put a carriage return in the html code for structuring purposes using the pastehtml procedure, but it fails Any suggestions?...
PacoVela@...
Apr 30, 2001 6:11 pm
625
... for ... Fixed!! Thank you much.. now for the next issue: urlmon.dll EAccessViolation... yep. Any fixes? Faadiel Rehman...
faadielr@...
May 1, 2001 4:32 am
626
I dont understand... if your EAccessViolation is fixed, what is the next problem ? Tony Speed East West Electronic Trade Centre, LTD ... From:...
Tony Speed
tspeed@...
May 1, 2001 4:36 am
627
... http://docs.yahoo.com/info/terms/ URLMON.DLL is throwing an exception as soon as I start using the DHTMLED control. I've made every possible change.. ...
faadielr@...
May 1, 2001 4:43 am
628
Dear Group Members, Does anyone know how to add form tags to the DHTMLEdit. I have a toolbar that give the user the option to add a form tag / submit btn ...
faadielr@...
May 2, 2001 6:33 am
629
Hello: I would like to know if anybody has created a complete HTML Editor using the DHTMLEdit control? Best Regards. ... VCLCrawler.com, your VCL components...
vclcrawler@...
May 5, 2001 9:31 am
630
... You can find one in the files section at the group's web site @ http://groups.yahoo.com/group/delphi-dhtmledit/files/Open%20Source%20Project/ EJ...
Erik Jan Meijer
ejmeijer@...
May 5, 2001 10:07 am
631
Hi, I want to make a little HTML editor in ActiveX for include it in a html page. I have make a little project in delphi that work fine. I transform my TForm...