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...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1622 - 1651 of 1923   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1622
Has anyone ever tried to call a dhtml session from an asp page??? I dhtml compiled into a activex dll and I am trying to call the dll from an asp page. I can...
mew_work
Offline Send Email
Feb 18, 2004
1:27 am
1623
... What do you mean by this ? The dhtmled.ocx is an AxtiveX dll - just as it is ! If you a trying to wrap the dhtmled.ocx together with some additional ...
Kurt Senfer
lexicalis
Offline Send Email
Feb 18, 2004
6:33 am
1624
Hi, This is probably a really obvious question but how do I Stop an TDHTMLEdit LoadFromFile operation half way through if it is taking too long to load?...
sibandz
Offline Send Email
Feb 19, 2004
11:55 am
1625
Hi All , An easy question, is their a server side version of DHTMLED or MSHTML that I can use to pass HTML strings to for easy DOM manipulation. A vb.net...
Jeremy
mjleppan2000
Offline Send Email
Feb 19, 2004
12:14 pm
1626
... install ... posts ... can ... of ... I have to sympathize with you, I just spent a whole day trying to get it installed! And I finally did, but frankly I'm...
billym101
Offline Send Email
Feb 25, 2004
1:36 am
1627
... variables ... all ... Help! I am having the same problems trying to compile DHTML.dpr in delphi 6. When I replaced the occurrences of "nulvariant" with...
billym101
Offline Send Email
Feb 25, 2004
1:37 am
1628
try specifying the command group and make sure your browser is in edit mode: // Make sure editmode is on // I dun recommend this method to activate edit mode,...
ttarantello
Offline Send Email
Feb 25, 2004
1:38 am
1629
Has decided to use WebBrowser1 questions have appeared 1. How to load from HTML the text without use of a file. 2. WebBrowser1. OnExit and OnEnter are not...
Евгений Болтик
boltik_evgeny
Offline Send Email
Mar 15, 2004
4:17 am
1630
Привет, Евгений. ЕБ> Решил использовать WebBrowser1 появились вопросы ЕБ> 1.Как загрузить из...
WTLib
wtlib_developer
Offline Send Email
Mar 15, 2004
6:04 am
1631
... TWebBrowser не имеет такого свойства. Это свойство есть только у TDHTMLEdit, но он глючный до...
Евгений Болтик
boltik_evgeny
Offline Send Email
Mar 15, 2004
11:57 am
1632
1.) How can I insert a bookmark? It's code goes like this : <a name="bookmark name">bookmark object</a> I need to put the selected object's html code between...
marko_binic
Offline Send Email
Mar 17, 2004
1:57 am
1633
Hi all, Has anyone idea how to catch navigation errors (e.g. 404 not found) for images? OnNavigateError (TWebBrowser) works fine for simple pages, frames but...
Ruslan Ciurca
rtybase
Offline Send Email
Mar 17, 2004
11:01 am
1634
Does anyone know how to change the entire page color of the dhtml control to something other than white? Thanks....
Jazzy Jeff
jazzy_aka
Offline Send Email
Mar 20, 2004
2:02 am
1635
That's easy, this is all there is to it: DHTMLEditor1.DOM.bgColor := '#000000'; the color up there ^ is black, you can put any other color there (with or...
marko_binic
Offline Send Email
Mar 23, 2004
5:29 pm
1636
HI i want to add a flash to the dhtledit 2 things: 1) in BrowseMode = false, i see the flash window in black in BrowseMode = true, i see the flash playing ok,...
Amos Szust
amosreut
Offline Send Email
Mar 25, 2004
9:17 am
1637
HI how can i add a flash file to dhtmedit.dom ? there are commands to make bold, add an image but didnt find anything to add a flash any ideas? 10x...
Amos Szust
amosreut
Offline Send Email
Mar 28, 2004
11:07 am
1638
i tried to show caret in dhtmledit (without clicking on it) when my aplication start, how can i do this?...
thelete2000
Offline Send Email
Mar 28, 2004
10:48 pm
1639
how to change a font color in dhtmledit ???...
thelete2000
Offline Send Email
Mar 28, 2004
10:48 pm
1640
Hi I have been using the ocx with success. Only one thing remaining. Everytime I have done anything even saving the anoying Save dialog is poping up. Could...
rfrank_2004
Offline Send Email
Mar 28, 2004
10:48 pm
1641
Hi Just wondering if anyone could advice me of how I could get rid of the Save as dialog everytime I have done some changes. I would like to do all my saving...
rfrank_2004
Offline Send Email
Mar 28, 2004
10:48 pm
1642
HI how can i add the EMBED tag to the current position in the dhtmledit ?...
Amos Szust
amosreut
Offline Send Email
Mar 29, 2004
9:09 am
1643
HI no one knows how to add the tag EMBED to the htmledit ?...
Amos Szust
amosreut
Offline Send Email
Mar 30, 2004
10:51 am
1644
Hi, Don't have my code at my work, but you can try using the pasteHTML function. Something like -> document.pasteHTML('EMBED'); After that you can create a ...
Peter Oostwoud
pitbv
Offline Send Email
Mar 31, 2004
2:06 am
1645
hi 10x for your answer cant i just do document.pastehtml('<EMBED SRC=' + EmbedObj + '>'); ? ... From: Peter Oostwoud [mailto:poostwoud@...] Sent: Tuesday,...
Amos Szust
amosreut
Offline Send Email
Mar 31, 2004
8:13 am
1646
hello, It depends on whether or not you want to be able to replace your current selection. Check out this sample below: sel := document.selection; if sel <>...
Peter Oostwoud
pitbv
Offline Send Email
Mar 31, 2004
10:11 am
1647
i want to insert it in the caret position not instead of another text... and in that case "sel" will be null, no ? ... From: Peter Oostwoud...
Amos Szust
amosreut
Offline Send Email
Mar 31, 2004
10:16 am
1648
I believe document.pasteHTML will do the trick then, however I'm not quite sure if it will do anything with the current selection... however if it does you can...
Peter Oostwoud
pitbv
Offline Send Email
Mar 31, 2004
10:38 am
1649
HI if BrowseMode=FALSE, the embeded file (flash in this case) is not displayed, but i see a black box where the flash should be. if BrowseMode=TRUE, the flash...
Amos Szust
amosreut
Offline Send Email
Mar 31, 2004
12:37 pm
1650
Hey, Not possible, as far as I know....dhtmledit uses the same concept (or vice versa) as for example FrontPage. There is a WYSIWYG editor part and a preview...
Peter Oostwoud
pitbv
Offline Send Email
Mar 31, 2004
12:55 pm
1651
the real problem is that the size of the black square is much bigger than the size of the flash window when viewing it. true, i can control it, but i want it...
Amos Szust
amosreut
Offline Send Email
Mar 31, 2004
1:05 pm
Messages 1622 - 1651 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