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...
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...
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...
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...
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,...
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...
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...
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 ...
hi 10x for your answer cant i just do document.pastehtml('<EMBED SRC=' + EmbedObj + '>'); ? ... From: Peter Oostwoud [mailto:poostwoud@...] Sent: Tuesday,...
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 <>...
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...
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...
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...
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...
I don't have any experience with the EMBED tag, however I do know that you can set the width and height for it. I don't know if the flash window has a fixed...
hi as i wrote i can set it but then im also control its size when viewing and that i dont want ... From: Peter Oostwoud [mailto:poostwoud@...] Sent:...
hi, I M NEW IN THIS GROUP. I HAVE A PROB. i want to read the dhtmledit control text. like if the control have text "Hello world " i want to read it but when i...
... me ... There is a free HTML Parser (called HTMLParser) available on the web which will take your HTML data and give you back your text separately and your...