Search the web
Sign In
New User? Sign Up
delphi-dhtmledit · Delphi: Using MS DHTMLEdit
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1834 - 1863 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1834
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 ...
Henri Fournier
hhfournier
Offline Send Email
Jul 10, 2006
10:49 pm
1835
I want to insert some text in dhtmledit control at the cursor position if the user checks the checkbox or select the option from combo box....
arun80_inin
Offline Send Email
Jul 12, 2006
5:38 pm
1836
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...
b.klucka
Offline Send Email
Jul 20, 2006
5:17 pm
1837
... I've tried to unzip this file and I cannot do it, could you please someone share it? Thanks Brona...
b.klucka
Offline Send Email
Jul 20, 2006
5:18 pm
1838
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...
b.klucka
Offline Send Email
Jul 21, 2006
4:20 am
1839
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...
b.klucka
Offline Send Email
Jul 25, 2006
5:16 am
1840
I am also having the same issue. Please inform me if you find solution for this...
arun80_inin
Offline Send Email
Aug 1, 2006
11:55 am
1841
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...
murphy_laws
Offline Send Email
Aug 17, 2006
5:42 am
1842
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 -...
Senfer Kurt
lexicalis
Offline Send Email
Aug 17, 2006
6:37 am
1843
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...
murphy_laws
Offline Send Email
Aug 17, 2006
6:58 am
1844
... not sure i understood you MS = MicroSoft Authentication = a subject at the MS site ... From: delphi-dhtmledit@yahoogroups.com ...
Senfer Kurt
lexicalis
Offline Send Email
Aug 17, 2006
7:02 am
1845
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...
murphy_laws
Offline Send Email
Aug 17, 2006
7:42 am
1846
... 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...
Senfer Kurt
lexicalis
Offline Send Email
Aug 17, 2006
8:54 am
1847
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...
salma s
aban4009
Offline Send Email
Aug 17, 2006
11:01 pm
1848
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...
murphy_laws
Offline Send Email
Aug 17, 2006
11:02 pm
1849
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...
murphy_laws
Offline Send Email
Aug 17, 2006
11:09 pm
1850
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...
murphy_laws
Offline Send Email
Aug 18, 2006
9:21 am
1851
hi. how should we use restore command to restore a sql database in delphi program. I used this command : //** ADOConnection1.Execute('RESTORE DATABASE storage...
salma s
aban4009
Offline Send Email
Aug 19, 2006
9:17 am
1852
HI i have this code: Event := wbBody.DOM.parentWindow.event; if VarIsEmpty(Event) then exit; if ((Event.ctrlKey = TRUE) and (Event.keyCode = 10)) or ...
murphy_laws
Offline Send Email
Aug 21, 2006
6:38 pm
1853
I have a similar code and works perfectly... try use that way: on "onkeydown" event: if wbBody.DOM.parentWindow.event.altKey then case...
"Marcelino The Max Au...
marcelinoap
Offline Send Email
Aug 21, 2006
9:13 pm
1854
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 ...
murphy_laws
Offline Send Email
Aug 21, 2006
9:57 pm
1855
would you mind helping me to restore my sql database, while the error bellow appears after executing this command: // ADOConnection1.Execute('RESTORE DATABASE...
salma s
aban4009
Offline Send Email
Aug 22, 2006
1:38 pm
1856
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,...
Matthijs ter Woord
meddochat
Offline Send Email
Aug 22, 2006
1:47 pm
1857
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:...
"Marcelino The Max Au...
marcelinoap
Offline Send Email
Aug 22, 2006
1:57 pm
1858
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...
murphy_laws
Offline Send Email
Aug 22, 2006
2:21 pm
1859
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...
murphy_laws
Offline Send Email
Aug 28, 2006
6:50 pm
1860
... 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...
Franz-Leo Chomse
franzleochomse
Offline Send Email
Aug 28, 2006
7:47 pm
1861
thank you for your quick reply and any way i can force wordwrap to add line break (br) each time it happens? (when the user type long lines) thanks...
murphy_laws
Offline Send Email
Aug 28, 2006
8:07 pm
1862
HI the default font of the dhtml component is times new roman size 3 i want it to be arial 2 in OnDocumentComplete event, i did the following: ...
murphy_laws
Offline Send Email
Sep 5, 2006
5:29 pm
1863
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...
wslover
Offline Send Email
Oct 20, 2006
1:57 am
Messages 1834 - 1863 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help