I had the same problem. Any solution? ... written very simple code using TWO dhtml edit controllers and I get an access violation everytime I close my...
I'm writting an application (an Instant Messenger) and I've got a problem with Windows XP: when I try to shutdown the PC my application using DHTMLEdit does...
Webbrowser can go into an endless loop, it you assign document (navigate-> about:blank) and wait for the state to be ready while the
control is not Visible....
Hi all. Everytime i scroll up or -down the cursor by pressing the arrow-up or arrow-down key, the cursor disappears totally if scrolled to the first or last...
This is driving me crazy guys.... I want to capture an event when someone drags over, or drops something on the editor (in edit mode). I can not find any...
This is what I am doing: backGround := elem.getAttribute('bgColor',x); x is an OLEVariant (it has no value assigned). Is it the case? i.e. capital 'C'. Cheers,...
Hi Maegnas, For the keypress. In the custom messagehandler (see examples in file area if you don't already have this handler), just check the message for the...
Hi all, I want to know if somebody succeeds in creating a VCL component based on TDHTMLEdit (or TCppWebBrowser) ? I want to add properties and methods to the...
I have imported the DHTMLEdit ActiveX in the IDE and can use it in a project without any problem except when I call functions returning values. For example,...
I use the ExecCommand with DECMD_COPY / DECMD_CUT CmdId's .... why DHTML gives a catastrphic error on calling these ? I think that this error appears because...
Ciobanu Alexander
alex@...
Jan 18, 2003 3:06 am
1279
"Catastrophic Failures" are usually related to the DOM being busy. Check for DHTMLEd.Busy before trying to access the DOM. i.e. while DHTMLEd.Busy do ...
Hello Justin, Monday, January 20, 2003, 7:18:44 AM, you wrote: JS> "Catastrophic Failures" are usually related to the DOM being busy. JS> Check for...
Ciobanu Alexander
alex@...
Jan 20, 2003 5:04 pm
1281
FREE DELPHI COMPONENT With Full source code. Starting from TurboPower Orpheus 4.06, you will find a new Delphi component every day, with full source code. Let...
This group is for DHTMLEdit related questions only. Do not spam this group again. If you have an off-topic announcement that you feel would be of value to the...
Hello All, I want select some DHTML/MSHTML control programmatically. Below is part of my code. Variable idElement contain ID of searched control. var CR :...
Hello morgantop70, Thursday, January 30, 2003, 1:19:41 PM, you wrote: mmyc> Hi, do i need to wait for the DocumentComplete event before setting mmyc> the...
Thanks Alex, So you are saying that i cannot set DocumentHTML in the FormCreate event? I am trying to get some data from the DB and display it with the ...
Hello morgantop70, mmyc> So you are saying that i cannot set DocumentHTML in the FormCreate mmyc> event? mmyc> I am trying to get some data from the DB and...
Every time i run a program that uses DHTMLEdit with office 2000 , it pops up a window and trys to re-install the component. I have written a small workaround...
Alex, this is just a thoght, but i think you should first check the element type, if it is "Control" (HR, Table, Image...) then use the IHTMLControlRange...
Could anyone tell me pls how to disable shortcut accelerators in dhtml ??? And is there a method to draw in dhtml ax ???? I used it's DC but it seems not to...
Ciobanu Alexander
alex@...
Jan 31, 2003 4:23 pm
1292
How I make to change a cell of pixel (width="100") for percentage (width="30%")?...
Hello Donald, This is good but this isn't very good. I need rather manage (partial clear) than full clear Undo buffer ;-(( DJ> Toggling the DesignMode Off and...
Its very tricky to partial clear the Undo buffer, and it wont succeed in most situations ! What is it exactly you want to clear from the buffer ? Kurt ... ...
Hello Kurt, Wednesday, February 5, 2003, 8:27:21 AM, you wrote: KS> Its very tricky to partial clear the Undo buffer, and it wont succeed in KS> most...