Can you upload the source code of TDHTMLEventHandler? Or provide a method to do that. ... programming :-) ... job - then ... number of ways ... tables ... show...
The problem seems to be the line iOIPAO._Release; I changed it into iOIPAO:=nil; and have no exceptions anymore. As far as I know, in Delphi 6 Interfaces are...
... The problem is in GetAvailableStyles : Change it to this : procedure TfrmMain.GetAvailableStyles; var varRange: OleVariant; b: TBStr; a: PSafeArray; l, h,...
Hi all I use MSHTML for builing a editor. Now I want to enable the users to Copy/Paste or Drag/Drop text from MS Word. It's working, but it generates horrible...
Hi all, I am new to using dhtmledit and am just learning to program delphi so this is probably a stupid question. I have inserted a table into my dhtmledit...
I need to make a function that changes the background color of a table cell in DHTMLEdit .... but i can't find out on what IHTMLElement is the Keyboard cursor...
Dorin Ciobanu
root@...
Nov 6, 2002 1:39 pm
1219
Hi, I would like to use the WYSIWYG editor MSHTML. I read, that dropping a TWebBrowser component would be the beginning. In the following, the interface...
inport MSHTML type librery from menu project|install type library and install component then you 'll get MSHTML2_tlb.pas or somethink like that than put that...
Hi there ... you may try replacing while w.Busy do Application.ProcessMessages; with while Browser.Busy do Application.ProcessMessages; An alternative method...
Replied directly to him, but will post here for all of you to see :) This piece of code will give you the currently selected element. var range: OleVariant; ...
Hello Sorin, of what type is your variable "range"? And I'm not sure if I understand your second alternative which seems to insert an image... Do you use this...
Hi, Range is of type OleVariant. For inserting simple text, you can either embed the text in a <span> object or use Range.Text := 'mynewtext'; (this will...
Hi, Have you tried: rg.parentElement.outerHTML := new_html; ? Regards, Sorin ... so this ... like to ... table, ... selection. Since ... working with ... don't...
Hello. You. I am the student to begin the study to make the uebeditu now. I inserted leul DHTML component TABLE leul to use. The size adjustment of the cloumn...
Hi Sorin Thanks for the response. I figured out what I was doing wrong. Instead of treating the items as objects which I could then assign attributes to, I...
Hi, MSHtml is truly not my world :-( Can anybody please tell me how to set a style like <H1> in a MSHtml component? A piece of code would be very helpful. I...
Hi, I would really recommend altering the TD and TR tags directly instead of setting COL tags in the table. It is more flexible. Regards, Sorin ... Instead of...
I alter the TD tag when I change the Cell attributes and the TR tag when I set the Row attributes. I want to alter the col tag when I set the Column...
Ok, I've figured out how to set the COL attributes (DUH!! setattribute.) Can someone give me an easy way to specify which Column of the table the cursor is in...
Ok, I've now figured out how to use the RowIndex and CellIndex to obtain my Row and Column and can now format the currently selected Row, Column, and Cell of a...
Hi, I've search on this newsgroup, and found many similar queries, but no answers. I'm hoping to get lucky on this one :) Okay, the problem is: When I press...