FYI - Microsoft is removing the DHTML Editing Control from the Windows Vista product. Read more: http://blogs.msdn.com/ie/archive/2006/06/27/648850.aspx ...
Hi, I'm using DHTMLEdit component as part of my own component (Derived from TPanel), I'd like to receive regular events (keydown, click, etc .). I've tried to...
Hi, default behaviour of DHTMLEdit is to preserve style settings from previous paragraph if enter is pressed. I need not to. I've got text inserted into div...
Hi, I've got a problem with pasting text into component on form containing DHTMLEdit. I'm talking about TEdit component. I have focus in edit and when I press...
HI there are cases, i get the following error: One or more of the supplied parameters could not be properly interpreted i think it is related to a certain...
Hi, You're getting a Smart Card Authentication error - either SCARD_E_INVALID_PARAMETER or SCARD_E_INVALID_VALUE. Try looking up "Authentication" at MS -...
thank you for your reply "You're getting a Smart Card Authentication error - either SCARD_E_INVALID_PARAMETER or SCARD_E_INVALID_VALUE." im using the dhtmledit...
im not sure what u want me to look for all im using is the loadurl command of dhtmledit its not like im developing the inside functions of dhtmledit i dont...
... have any control of what happening inside of it You get an error from mshtml (the core component of DHTMLED) witch cant coop with your supplied URL - end...
Hi I want to backup my SQL server database,but the operation doesn't run while my service manager is start ,when I stop that I can take a backup. I have used...
that's exactly my point when the problem occured, the same html content in the file, one time succeeded and another time doesnt mayb i do miss something, but...
OK just now i discover that it is somehow related to the Browsemode same HTML, in browsemode = true, it works in browsemode = false - it doesnt so when...
HI i have an html that when BrowseMode is TRUE it shows it perfectly but when BrowseMode is false (i want to edit it) the content disappear looking at the...
hi. how should we use restore command to restore a sql database in delphi program. I used this command : //** ADOConnection1.Execute('RESTORE DATABASE storage...
HI i have this code: Event := wbBody.DOM.parentWindow.event; if VarIsEmpty(Event) then exit; if ((Event.ctrlKey = TRUE) and (Event.keyCode = 10)) or ...
the problem is that the event is not triggered at all so it doesnt really matter what i write inside of it ctrl+enter does trigger the event and it works ok ...
would you mind helping me to restore my sql database, while the error bellow appears after executing this command: // ADOConnection1.Execute('RESTORE DATABASE...
This is really OT, but you still have users connected to your database.... ... From: salma s To: delphi-dhtmledit@yahoogroups.com Sent: Tuesday, August 22,...
The form property "Keypreviw" is set to TRUE? ... From: murphy_laws To: delphi-dhtmledit@yahoogroups.com Sent: Monday, August 21, 2006 6:40 PM Subject:...
it is true cause i have the the same code when the focus is on any other control on that form the alt+s is catched and processed if it is clicked when the...
HI i want to add the char ">" in each line of the html i tried to do so using the innertext of the body but long lines (which were wordwrapped) ... long line...
... you can't - The position of the word wrap inside the long line is determined by the options of the browser, so you normally can't control them. Regards...
I need to control the drawing of images without changing the code. One way I have found is using "ITriEditDocument" but I am at a dead end with this. I am...