Hi, Does anyone know how to load xml from a TStringlist or otherwise without first saving it to disk? When I try a stringlist the WB sees it as text and not...
TstringList contains plain text. XML is another animal (contains tags, atributes, etc). Assuming you know the XML you want, you can easily parse the stringlist...
XML is "plain-text" The tags and attributes are represented in "plain-text". Wim when you save the file to disk are you saving it with the extension .xml?...
Hi, I have a stringlist containing xml. It just won't display like when i load the same text from disk. ... Wim van der Vegt. ,_._,___ [Non-text portions of...
Hi, Yes whenm i save the stringlist as a xml file and load it from disk it displays the xml structure. When i load the same stringlist directly into the WB it...
what if you save it into a Delphi VCL XML component and then load the WB from a stream on the XML component? ~aw Wim van der Vegt <wvd_vegt@...> wrote: ...
The code below receives a HTML Document 2 interface and extract a list of all CSS selectors and attributes from tags LINK type="text/css" rel="stylesheet". I...
Well, Yahoo mixed all my code... The interesting part is: Var iSS:IHtmlStyleSheet; iRulesCol:IHtmlStyleSheetRulesCollection; iSSRule:IHtmlStyleSheetRule; ...
As far as I know, the <!DOCTYPE .......... tag, if it exists, should be the very first tag in the html file. nothis else is allowed before it. fotis ... From:...
this may help http://xml.defined.net/samples/delphi/webbrowser.html ... From: delphi-webbrowser@yahoogroups.com [mailto:delphi-webbrowser@yahoogroups.com] On...
tried and failed (it works only for HTML) ... From: delphi-webbrowser@yahoogroups.com [mailto:delphi-webbrowser@yahoogroups.com] On Behalf Of Fotis Kokkoras ...
Hello, how can i find the active frame using embeddedwb? I mean the frame where the user did his last click? When printing from IE there is an option "Print...
Hello, how can i donate code to the embedded webbrowser project? Is there someone who reviews the code (or the modifications to existing code) before including...
Hi friends ! Any one know how can wrote ie toolbar ? Any sample project ?? Anyone know how can kill popup's in ie toolbars ? Or on embeded web , Without using...
Its 5 lines of code using EmbeddedWB last release using NewWindow3 Why not using it?. Download the last release from our forum in http://bsalsa.com/ Regards ...
Sorry but i do not understand what you exactly mean. Do you refer to a newer version of the demo? I have downloaded the demo from the webpage but i cannot find...
Thanks dear bsalsa Yeah i know it , But onnewwindow3 coming with IE6+SP3 OR newer , On IE6-SP1 , We got unwanted ERROR ! Any more idea please ? Any idea about...
Any one know how to make IE toolbar ? How to make it with a popup-Blocker Add On ?! Like yahoo toolbar or else ? Thanks ! ///////////////////////// Yeah ! Why...
A little fix, SP2 is enough. But, all the rest is not functioning right and hard to handle. I did it once using 2 methods at once: 1. OnNew window terms (like...
NewWindow3 Raised when a new window is to be created. Extends NewWindow2 with additional information about the new window. like: object: Object expression that...
Yeah , Thanks alot IF you can wrote some of them for me , I will be too sorry :D But , Do you know it than how we can make ieToolbar for IE ? Regards ... ...
Ahh ok. My mistake. The updated demo is in our new release . It's not posted yet. In any case here is the code: If you can't figure out what's going on here,...
Hi, one additional note: in this code you are doing ScreenToClient twice (see below). That shifts the resulting TPoint by the position of the window. And it...
Hi, the code itself seems to work. Thanks. My current problem is now that EmbeddedWB does not expose any event like OnClick, OnMouseDown/Up or anything else to...
these are events of the document object (IHTMLDocument2) fotis ... From: delphi-webbrowser@yahoogroups.com [mailto:delphi-webbrowser@yahoogroups.com] On Behalf...