Tagged Questions
5
votes
2answers
400 views
How to force load a page in Twebbrowser control when this is not visible
i need to execute some javascript functions from delphi code, but this functions fails if the page is not loaded in the Twebbrowser control. so the problem is if page is located in a tabshet wich ...
5
votes
3answers
751 views
open default browser with a post in Delphi
I know in delphi you can open the default browser with:
ShellExecute(self.WindowHandle,'open','www.website.com',nil,nil, SW_SHOWNORMAL);
but I'm wanting to know if there is a way to automatically ...
4
votes
2answers
278 views
TWebBrowser crashes with embedded Youtube clips
Here is my code:
type
TForm1 = class(TForm)
WebBrowser1: TWebBrowser;
Button1: TButton;
Button2: TButton;
procedure Button1Click(Sender: TObject);
procedure Button2Click(Sender: ...
4
votes
1answer
559 views
Chrome/ Firefox Alternative to TWebBrowser Control
I have a Delphi app that shows a group of webpages in a TWebBrowser control. Its a kiosk type app so a user touches a button on the side and it shows a particular webpage in a tab. I am having some ...
4
votes
2answers
178 views
TWebbrowser very slow to load real time markers from local google map HTML
I am actually displaying every 2 seconds many real time GPS points (20) by showing it from an index.html (using google maps to display and treat points) in my TWebBrowser, and it slows a lot my app.
...
4
votes
1answer
1k views
How can I disable javascript errors on “TWebbrowser”?
I am getting javascript errors popping up in some webpages I am browsing to.
Does anyone know how to disable javascript error boxes from displaying in a Delphi app using a TWebbrowser? or any other ...
3
votes
1answer
39 views
TWebBrowser how set caret position to end of INPUT(text) field on IE8
I have an application that loads a webpage via TWebBrowser and on this page I have some HTML inputs. What I want is to change the value of an input and set the caret position to the end.
This is what ...
3
votes
1answer
84 views
TEventObject and WebBrowser
I created a TEventObject to provide OnMouseDown and OnMouseMove events for TWebBrowser. The events work perfectly when moving the mouse and when clicking in the webbrowser, but when I scroll or click ...
3
votes
2answers
182 views
How to detect Print command has finished in TWebBrowser?
procedure TForm1.Button1Click(Sender: TObject);
var
vaIn, vaOut: OleVariant;
begin
WebBrowser1.Navigate('http://www.google.com');
while WebBrowser1.ReadyState < READYSTATE_COMPLETE do
...
3
votes
1answer
262 views
TWebBrowser without parent window
I am trying to use TWebBrowser in Console/Service type of application (without any windows). Navigate is definitely doing something, but it never calls onDocumentComplete. Is there any other way to ...
3
votes
3answers
664 views
How to release memory used by IHTMLDocument?
is there a way to release memory after using IHTMLDocument (IHTMLDocument2) ?
Currently I'm using EmptyWorkingSet function but I feel that it's not a good way to do it
...
3
votes
3answers
267 views
Application locks while trying to access TWebbrowsers HTML
Edit
Narrowed it down to this 1 line,
HTML := wb.OleObject.Document.documentElement.innerHTML;
which consumes the time... how can that be speed up?
Using the following code my application can ...
3
votes
1answer
396 views
Delphi TWebBrowser does not respond to clicking on file hyperlinks
I have TWebBrowser component (Delphi 7), and I loaded HTML from memory stream. The HTML code of the page loaded fine, the page is displayed correctly. But when I try to click on any hyperlink with ...
3
votes
1answer
522 views
Move Flash Player in a Delphi TWebBrowser control to a background thread?
I have a Delphi 6 Pro program with a TWebBrowser component that loads a web page that embeds a Cool Iris Wall. The Cool Iris wall is an SWF object which means that when running, the execution happens ...
3
votes
2answers
262 views
Pressing Alt clears the embedded TWebBrowser
I have TWebBrowser embedded in a TForm.
Whenever I press Alt button the browser window becomes white. If I drag the form around it repaints correctly.
What I am doing wrong?
I have DevExpress Bars ...
3
votes
2answers
690 views
How to send arrow keys to Adobe Flash Player inside a Delphi TWebBrowser control?
I am using a TWebBrowser control inside a Delphi Pro 6 form (TForm) to view a YouTube video on YouTube's "leanback" interface page. I want to send arrow keys to the Flash Player that is playing the ...
3
votes
1answer
1k views
How to install TWebBrowser in Delphi 2010
Is there any way of installing TWebBrowser in Delphi 2010 directly without having to install the Web Development Controls?
If I select the Web Development Controls option on the Delphi 2010 setup, ...
2
votes
0answers
116 views
WebBrowser SinkEvents and DesignMode = 'on'
Zarko Gajic demonstrates how to get the url of a hyperlink when the mouse moves over a TWebBrowser Document in the following article and demo:
http://delphi.about.com/od/vclusing/a/wbsinkevents.htm
...
2
votes
1answer
135 views
How do I redirect the TWebBrowser control to a custom URL?
Example:
I navigate to http://www.stackoverflow.com with my web browser control
there's a link to FAQ in the top bar, with target http://stackoverflow.com/faq
I need to redirect e.g. to the ...
2
votes
1answer
91 views
How to name the TWebBrowser threads
Once you call Navigate or Navigate2 on a TWebBrowser it creates at least 2 new threads which do not get freed until you destroy the browser.
What is the best way (if any) to get the thread IDs of ...
2
votes
2answers
309 views
Defaultinterface in TChromium is missing
We are trying to change the builtin browser component from TWebBrowser to TChromium.
It is used mostly for displaying maps from Google and Bing. The communication from the javascript to Delphi is done ...
2
votes
2answers
372 views
Delphi - How can I get a select from a twebbrowser into an array?
I have the following select in my twebbrowser
<Select name="ship_to_method">
<option value="1941">Royal Mail Standard Delivery at £1.45 </option>
<option value="1942">Courier ...
2
votes
1answer
147 views
delphi override webbrowserH
I try to make a cutomized webbrowser which infact is a Twebbrowser that has an extra feature: it dispatch an event TimerOut when the page does not load within 30 seconds.
SO I added an timer in ...
2
votes
3answers
590 views
Is TWebBrowser dependant on IE version?
I am thinking about using the TWebBrowser component that comes within Delphi's default pallet of components in a project, but I wonder if it uses the IE version installed on the client machine?
If ...
2
votes
1answer
581 views
How to suppress Script error warnings when using TWebBrowser in Delphi? [closed]
Possible Duplicate:
how to disable javascript errors on “twebbrowser” ?
I'm using the TWebBrowser component with Delphi 6.0 to display a YouTube web page. Sometimes I get a ...
2
votes
4answers
792 views
2
votes
3answers
775 views
Problem with Keyboard hook proc
The background: My form has a TWebBrowser. I want to close the form with ESC but the TWebBrowser eats the keystrokes - so I decided to go with a keyboard hook.
The problem is that the Form can be ...
2
votes
3answers
1k views
Creating TWebBrowser in Runtime with Delphi
I have a TWebBrowser object which is created in runtime and used in background, that is, not visible. The problem is that events like OnDocumentComplete dont work or are not triggered in Delphi2009. ...
2
votes
2answers
508 views
TWebBrowser and NTLM-authencation
How can I connect with the TWebBrowser-component in Delphi from outside an ADS-Domain to a Sharepoint-Server. I've created an user-account in my domain and will connect with this information to the ...
1
vote
1answer
123 views
How to supress EAccessViolation Finalization exception (mshtml.dll)
We use TWebBrowser in our application.
on some of my customers computers (IE9/Win7) after my app terminates, it throws an Exception: "Access violation at address XXXX in module 'mshtml.dll'. Read of ...
1
vote
1answer
69 views
TWebBrowser Can Undo or Redo
With a TWebBrower how can you get the undo or redo state (CanUndo, Can Redo)?
This always is false?
Undo1.Enabled := HTMLDocument2Ifc.queryCommandValue( 'Undo' );
Redo1.Enabled := ...
1
vote
1answer
131 views
get and set string onmouseover js value
I want to run some onmousedown function, but how can I run this function without onmousedown event, in twebbrowser?
Can you suggest me a proper function, please?
1
vote
1answer
108 views
EOle error on calling HTML file in a TWebBrowser Delphi
I am actually getting a huge problem.
In fact, my program is working well on my computer but when i do a setup file in order to install on other computer, and when i install it, it failed.
In my ...
1
vote
3answers
175 views
Why never called ommouseenter event in TWebBrowser (IE9 is Installed)
I want to handle ommouseenter event, but event never called from TWebBrowser. Although I successfully catch onmousemove event. Current Browser IE9. My code:
var
D3: IHTMLDocument3;
begin
if ...
1
vote
1answer
610 views
Delphi, EmbeddedWB/TWebbrowser - jQuery not executing
I am using EmbeddedWB (A TWebbrowser extension) to do like a "live preview" of some dynamically generated content.
I am trying to add jQuery into the mix, so I can get some fancy effects going on, ...
1
vote
1answer
172 views
Open new pages also in TWebBrowser
I have created an app with a twebBrowser in it. Problem is when i click on some link, in say gmail, it opens in a new window of my default browser( which is IE). how do i make it work like firefox or ...
1
vote
2answers
324 views
A way to redirect keypresses from TWebBrowser to the ParentForm
First question. Help format it, if needed, please.
Context
I have a TWebBrowser in the main form that is used to behave like it was a printer.
So I load some HTML text in it as user do some commands ...
1
vote
1answer
310 views
Capture javascript errors
I'd like to attach a debugger to a TWebBrowser control. I'm currently using Delphi.
The functionality I'm looking for is to capture javascript errors as well as being able to pause script execution ...
1
vote
2answers
413 views
CSS and TWebbrowser delphi
I was wondering if it was possible to manipulate the CSS of websites. For example color in the input fields? I had a look at several questions, but its not clear to me if it is possble at all.
For ...
1
vote
1answer
297 views
how to use the TWebbrowser on a diffent cache?
I want to build an Internet Browser just like any other web browser or Internet Explorer except that each window should use a unique name for cache. Any ideas? Or any third party components?
1
vote
2answers
519 views
read content in webbrowser input field
Something I have been trying to do and still can't get done. Reading the information typed in a website input field and being able to copy that.
Is there a way I can read the ty
1
vote
2answers
771 views
Error message blocking TWebBrowser refreshes
I'm using a TWebBrowser in my Delphi app. When an Internet Explorer Script Error dialog pops up it blocks automated refreshes ("the requested resource is in use"). Is there a way to automagically ...
1
vote
1answer
523 views
disable dialog webbrowser delphi
how to prevent the appearance of the dialog box This document has changed. save changes? which occurs in the transition when webbrowser about: blank
Thank you so much. did so
Browser.Navigate ...
1
vote
2answers
639 views
How can I avoid refresh with TWebBrowser
I have a TWebBrowser component that show a Google maps page. The problem is that when user press F5 the page refresh and page reloads. This cause javascript variables to reinitialize and get out of ...
1
vote
1answer
622 views
Detect cursor position in TWebBrowser at edit mode
I get selection range like this:
var
Range: IHTMLTxtRange;
begin
if Supports((Document as IHTMLDocument2).selection.createRange,
IHTMLTxtRange, Range)
end;
TWebBrowser in editing. I need ...
1
vote
2answers
382 views
How to make TWebBrowser ignore accelerator chars of others controls?
I have a TWebBrowser placed on a form with the designMode enabled.
Bellow the browser I have a close button with the Caption set to 'Clos&e'.
When I am editing the contents of a document inside ...
1
vote
2answers
425 views
TWebBrowser modal print dialog?
I've found many ways to make the TWebBrowser show a modeless print dialog box, but how do I make it show a modal one? I would like to print an html page, that's why I need the modal dialog.
I'd ...
1
vote
1answer
317 views
Getting size of a webpage with TWebBrowser in Delphi
How can I get the size (chars or Bytes) of a webpage loaded using TWebBrowser? I mean "size" as length of HTML content of a webpage loaded.
Thanks in advance.
1
vote
3answers
1k views
How do I open links from a TCppWebBrowser component in the systems default browser
We are using a TCppWebBrowser Component in our program as a kind of chatwindow, but since the TCppwebrowser is using the IExplorerengine all links that are clicked is opening in IExplorer.
One idea I ...
0
votes
0answers
84 views
How can I suppress Webbrowser from showing its own document has changed dialog so I can use my own dialog?
I use my own dialog to show that a Webbrowser document has changed before loading a new document. But by default, the webbrowser display's its own dialog to report the same. How can I suppress ...