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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1840 - 1869 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1864
Do a BeforeNavigate2 event like so: procedure TEmailForm.HTMLViewerBeforeNavigate2(ASender: TObject; const pDisp: IDispatch; var URL, Flags, TargetFrameName,...
wslover
Offline Send Email
Oct 20, 2006
2:09 am
1865
I should mention I do have one solution but it is triggered by the onDocumentComplete, which is called after text & images have been drawn. I want to be able...
wslover
Offline Send Email
Oct 20, 2006
8:03 am
1866
onDownloadComplete is called after text and images have been painted, any changes after you call onDownloadComplete will then show....
wslover
Offline Send Email
Oct 20, 2006
8:07 am
1867
I want to save Html content in dhtmledit component into a memorystream in delphi,How can I do?...
sygoto2010
Offline Send Email
Oct 20, 2006
3:23 pm
1868
I wrestled and wrestled with this one. I only managed a cheap way round by saving to a temporary file and then streaming back in from the file. I still feel...
Simon Densley
sibandz
Offline Send Email
Oct 20, 2006
4:31 pm
1869
Come on - its not half as hard as you think - but remember dhtmledit is state of the art anno 1998, so off course there's a lack of build in features you'd...
Senfer Kurt
lexicalis
Offline Send Email
Oct 21, 2006
5:35 pm
Messages 1840 - 1869 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