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...
Punch (ml)
punch_ml@...
May 5, 2001 3:04 pm
632
Of course... I.... Why? Milan...
Milan Kajnar
techno@...
May 7, 2001 2:06 pm
633
Well, I had to reinstall Delphi and when i re-takes my project... Crash!!! This is the error: [Error] DHTMLEDLib_TLB.pas(532): Incompatible types ...in many...
Paco Vela
PacoVela@...
May 8, 2001 4:14 pm
634
I forgot my head at home this morning... sorry, I didn't read the second [ERROR] message with attention, and it´s solved yet....
Paco Vela
PacoVela@...
May 8, 2001 4:28 pm
635
Hi I want to know if a tag has a parent. With the DHTMLedit.dom I get a Element in OleVariant I want to test if the Element.parent is assigned but i get error...
Punch (ml)
punch_ml@...
May 10, 2001 6:10 pm
636
I think the function to call is VarIsEmpty(v : Olevariant) ... From: "Punch (ml)" <punch_ml@...> To: <delphi-dhtmledit@yahoogroups.com> Sent: Thursday,...
Paul Grasso
pgrasso@...
May 10, 2001 6:30 pm
637
Or VarIsNull(v: Olevariant) depending on whether you're checking for empty var or a null var. -- Henri Fournier http://members.home.net/hfournier ... From:...
Henri Fournier
hfournier@...
May 10, 2001 7:37 pm
638
Hi, I am using DHTMLEdit on a modal form. When the user prepares some text he clicks OK, text is kept in some variable, and the form is destroyed (the form is...
Karol Sudnik
ksudnik@...
May 11, 2001 2:07 pm
639
OK it's fine Thanks ++ to Henri and Paul ! ... From: "Henri Fournier" <hfournier@...> To: <delphi-dhtmledit@yahoogroups.com> Sent: Thursday, May 10, 2001...
Punch (ml)
punch_ml@...
May 11, 2001 5:35 pm
640
Hi every people, I have a TForm with an DHTMLedit and a TMemo and some TEdit. But I can't use Ctrl+V or Ctrl+X etc... in Tmemo and Tedit, just in the...
Punch (ml)
punch_ml@...
May 12, 2001 9:28 am
642
Hi, I want that when I click on a button The Item no X(*) of the DHTML.DOM was selected (highlighted) in the DHTMLedit. How to make this ? Thanks... Thierry ...
Punch (ml)
punch_ml@...
May 13, 2001 3:23 pm
643
Please ignore this spam. The person joined the group just prior to sending the message, he/she has been banned and reported to Yahoo! -- Henri Fournier ...
Henri Fournier
hfournier@...
May 13, 2001 4:37 pm
644
... Besides that, it doesn't seem like a viable business model to provide a service and not charge anything for it ... unless they are doing ethically ...
Anthony Steele
asteele@...
May 14, 2001 7:28 pm
645
I think that the list management did it just right ! There's 100.000 sites out there supplying free services or free components or free anything ! Now imagine...
Kurt Senfer
ks@...
May 15, 2001 6:22 am
646
Hi there, since this is my first post and am new to this group let me start by thanking you all for the work that is done here, I have already learned a lot...
peter@...
May 15, 2001 3:45 pm
647
Make sure that you have set your active character set to whatever is appropriate for you. For instance, in the USA you would use: Document.charset :=...
Donald Jeffries
jeffries@...
May 15, 2001 9:36 pm
648
Hi Donald, thanks for the suggestion. When I put this in the code HtmlEdit.Dom.Charset:='windows-1252'; then it also goes wrong. However if i put this "<META...
peter@...
May 16, 2001 6:02 am
649
hello, Has anyone a code for me to get a list of the font styles ('Heading1, heading 2 etc)? thanks, Alex...
ar@...
May 16, 2001 8:19 am
650
I need to know If I am on the right track here. From the VB example I managed to gleen the following. The DHTMLedit Component will allow drag and drop when the...
faadielr@...
May 16, 2001 6:37 pm
651
Hi Alex, Unfortunately I wrote this little fragment in VB6 (after trying to write the same thing in Delphi 5). Here's the VB code on the off chance it will...
Dan Rhea
danr@...
May 17, 2001 12:29 pm
652
Oops.. I forgot the obvious... Here is the results from running the program I mentioned in the previous message. It should be current. { Normal Formatted ...
Dan Rhea
danr@...
May 17, 2001 12:31 pm
653
Sorry to ask for a very obvious thing, for I only program as a hobby. How can I retrieve -as a a string- the text selected in the DHTMLEdit control? And could...
Javier Serra Callejo
JSERRACAL@...
May 18, 2001 11:08 pm
654
I posted a question some days ago and no response. But I guess having this newsgroup is better than no news group and truthfully speaking this is where I found...
faadielr@...
May 20, 2001 4:08 pm
655
Here it is : procedure TEditForm.GetAvailableStyles; var varRange: OleVariant; b: TBStr; a: PSafeArray; l, h, i: longint; hr: HRESULT; begin ...
faadielr@...
May 22, 2001 11:50 am
656
Greetings all. The following is VB6 code that lets me wrap the WebBrowser object (Same as TWebBrowser) with MSHTML and edit any HTML file I drop into the...
Dan Rhea
danr@...
May 24, 2001 4:44 pm
657
Hi there! I saw on the wish list the wish to be able to saving meta tags so I wrote this procedure which might not win me a price for great programming but it...