Search the web
Sign In
New User? Sign Up
delphi-webbrowser · Delphi: Using IE's WebBrowser
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 10002 - 10031 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10002
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...
Wim van der Vegt
wvd_vegt
Offline Send Email
Aug 1, 2006
2:01 pm
10003
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...
Fotis Kokkoras
fkokkoras
Offline Send Email
Aug 1, 2006
3:33 pm
10004
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?...
Anthony Watson
a_richard_wa...
Offline Send Email
Aug 1, 2006
3:52 pm
10005
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...
Wim van der Vegt
wvd_vegt
Offline Send Email
Aug 1, 2006
4:22 pm
10006
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...
Wim van der Vegt
wvd_vegt
Offline Send Email
Aug 1, 2006
4:35 pm
10007
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: ...
Anthony Watson
a_richard_wa...
Offline Send Email
Aug 1, 2006
4:41 pm
10008
Hi, The followin code also fails to display xml in a nice formatted way (it only displays 'bla'): var Xml : IXMLDOMDocument; ...
Wim van der Vegt
wvd_vegt
Offline Send Email
Aug 2, 2006
12:01 pm
10009
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...
Daniel
DanielCalegari
Offline Send Email
Aug 2, 2006
2:59 pm
10010
Well, Yahoo mixed all my code... The interesting part is: Var iSS:IHtmlStyleSheet; iRulesCol:IHtmlStyleSheetRulesCollection; iSSRule:IHtmlStyleSheetRule; ...
Daniel
DanielCalegari
Offline Send Email
Aug 2, 2006
3:07 pm
10011
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:...
Fotis Kokkoras
fkokkoras
Offline Send Email
Aug 2, 2006
9:44 pm
10012
this may help http://xml.defined.net/samples/delphi/webbrowser.html ... From: delphi-webbrowser@yahoogroups.com [mailto:delphi-webbrowser@yahoogroups.com] On...
Fotis Kokkoras
fkokkoras
Offline Send Email
Aug 4, 2006
10:31 pm
10013
tried and failed (it works only for HTML) ... From: delphi-webbrowser@yahoogroups.com [mailto:delphi-webbrowser@yahoogroups.com] On Behalf Of Fotis Kokkoras ...
Fotis Kokkoras
fkokkoras
Offline Send Email
Aug 4, 2006
10:58 pm
10014
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...
rkaiser_una
Offline Send Email
Aug 10, 2006
10:42 am
10015
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...
rkaiser_una
Offline Send Email
Aug 10, 2006
10:44 am
10016
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...
Tahereh
dadash_ninja
Offline Send Email
Aug 10, 2006
11:30 am
10017
Mail me the code. + little info txt Our site is now located in http://bsalsa.com/ Regards, bsalsa...
Eran Bodankin
bsalsaa
Offline Send Email
Aug 10, 2006
12:21 pm
10018
See the EmbeddedWB demo (Element under mouse) Regards bsalsa ... From: "rkaiser_una" <ralf-kaiser@...> To: <delphi-webbrowser@yahoogroups.com> ...
Eran Bodankin
bsalsaa
Offline Send Email
Aug 10, 2006
12:24 pm
10019
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 ...
Eran Bodankin
bsalsaa
Offline Send Email
Aug 10, 2006
12:42 pm
10020
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...
Ralf Kaiser
rkaiser_una
Offline Send Email
Aug 10, 2006
12:53 pm
10021
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...
Tahereh
dadash_ninja
Offline Send Email
Aug 10, 2006
1:00 pm
10022
can you share those 5 lines? ... From: Eran Bodankin To: delphi-webbrowser@yahoogroups.com Sent: Thursday, August 10, 2006 2:22 PM Subject: Re:...
Felix_at_home
felixjumo
Offline Send Email
Aug 10, 2006
1:20 pm
10023
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...
Tahereh
dadash_ninja
Offline Send Email
Aug 10, 2006
1:41 pm
10024
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...
Eran Bodankin
bsalsaa
Offline Send Email
Aug 10, 2006
2:37 pm
10025
NewWindow3 Raised when a new window is to be created. Extends NewWindow2 with additional information about the new window. like: object: Object expression that...
Eran Bodankin
bsalsaa
Offline Send Email
Aug 10, 2006
4:05 pm
10026
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 ... ...
Tahereh
dadash_ninja
Offline Send Email
Aug 10, 2006
4:13 pm
10027
type OSVERSIONINFOEX = packed record dwOSVersionInfoSize: DWORD; dwMajorVersion: DWORD; dwMinorVersion: DWORD; dwBuildNumber: DWORD; dwPlatformId: DWORD; ...
Eran Bodankin
bsalsaa
Offline Send Email
Aug 11, 2006
3:41 am
10028
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,...
Eran Bodankin
bsalsaa
Offline Send Email
Aug 11, 2006
8:21 am
10029
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...
Ralf Kaiser
rkaiser_una
Offline Send Email
Aug 11, 2006
9:43 am
10030
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...
Ralf Kaiser
rkaiser_una
Offline Send Email
Aug 11, 2006
9:46 am
10031
these are events of the document object (IHTMLDocument2) fotis ... From: delphi-webbrowser@yahoogroups.com [mailto:delphi-webbrowser@yahoogroups.com] On Behalf...
Fotis Kokkoras
fkokkoras
Offline Send Email
Aug 11, 2006
11:40 am
Messages 10002 - 10031 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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