[DUG] TWebBrowser D2010 Frames

2010-08-29 Thread Ian Fear
trying to use TWebbrowser to access a web page on a secure sit after the password box pops up we never get to the right page. it just sits on the last display. the page source says I need a browser with frames. any idea what I need to do to get it to move on  Ian Fear Fear Consulting Ltd 1427 Te

[DUG] TWebBrowser D2010 Frames ?

2010-08-29 Thread Ian Fear
trying to use TWebbrowser to access a web page on a secure site after the password box pops up we never get to the right page. it just sits on the last display. the page source says I need a browser with frames. any idea what I need to do to get it to move on  Ian Fear Fear Consulting Ltd 1427 Te

RE: [DUG]: TWebBrowser and Enter key

2001-07-08 Thread Patrick Dunford
> Sent: Friday, 6 July 2001 17:43 > To: Multiple recipients of list delphi > Subject: Re: [DUG]: TWebBrowser and Enter key > > > Thanks Dennis. This indeed did the trick for Enter, _but_ now Escape key > functionality disappeared. Escape used to work as a Reset button, now i

Re: [DUG]: TWebBrowser and Enter key

2001-07-05 Thread Alex Kouznetsov
ROTECTED]> To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]> Sent: Friday, 6 July 2001 3:15 Subject: RE: [DUG]: TWebBrowser and Enter key > > This is because of the way Delphi handles in place OLE activation. I saw > this workaround for D4, but haven't tri

Re: [DUG]: TWebBrowser and Enter key

2001-07-05 Thread Alex Kouznetsov
l when TWebBrowser used. > -Original Message- > From: Alex Kouznetsov [mailto:[EMAIL PROTECTED]] > Sent: Friday, 6 July 2001 4:44 p.m. > To: Multiple recipients of list delphi > Subject: [DUG]: TWebBrowser and Enter key > > > When using TWebBrowser and filling some web page f

RE: [DUG]: TWebBrowser and Enter key

2001-07-05 Thread Dennis Chuah
CTED]] > Sent: Friday, 6 July 2001 16:44 > To: Multiple recipients of list delphi > Subject: [DUG]: TWebBrowser and Enter key > > > When using TWebBrowser and filling some web page form, pressing Enter key > does not submit data entry. > > Say I go to www.anzwers.com.au and

RE: [DUG]: TWebBrowser and Enter key

2001-07-05 Thread Myles Penlington
Normally to do this you need to use Javascript (DHTML etc) and trap the enter/return key and then make this do a submit. Myles. -Original Message- From: Alex Kouznetsov [mailto:[EMAIL PROTECTED]] Sent: Friday, 6 July 2001 4:44 p.m. To: Multiple recipients of list delphi Subject: [DUG

[DUG]: TWebBrowser and Enter key

2001-07-05 Thread Alex Kouznetsov
When using TWebBrowser and filling some web page form, pressing Enter key does not submit data entry. Say I go to www.anzwers.com.au and using IE type 'Delphi' and then press enter. It'll go to search for Delphi. If I do exactly the same thing using the simplest possible Delphi application with

[DUG]: TWebbrowser

2000-12-20 Thread Sandeep
Hi When I try to print the content of browser using WebBrowser.ExecWB(OLECMDID_PRINT, 0); I get an error message "Trying to revoke a drop target that has not been registered." What does it mean? And how do get around it. Sandeep.

RE: [DUG]: TWebBrowser

2000-11-30 Thread David O'Brien
work fine, and cause no other problems. Dave. -Original Message- From: Dave [mailto:[EMAIL PROTECTED]] Sent: Thursday, 30 November 2000 10:29 p.m. To: Multiple recipients of list delphi Subject: Re: [DUG]: TWebBrowser OK... Does anyone have any idea how to get _Any_ navigation keys

Re: [DUG]: TWebBrowser

2000-11-30 Thread Dave
er 29, 2000 12:14 PM Subject: [DUG]: TWebBrowser > Same old problem with keys not happening. > > I am trying to use some code found on a previous thread, but having > problems. > The actual problem with the browser control is that the enter key does not > work in a multi-line texta

[DUG]: TWebBrowser

2000-11-28 Thread David O'Brien
Same old problem with keys not happening. I am trying to use some code found on a previous thread, but having problems. The actual problem with the browser control is that the enter key does not work in a multi-line textarea. Is this the correct way to get all keys working in the control, or is

RE: [DUG]: TWebBrowser

2000-09-12 Thread Nahum Wild
mailto:[EMAIL PROTECTED]]On > Behalf Of Nahum Wild > Sent: Wednesday, September 13, 2000 14:12 > To: Multiple recipients of list delphi > Subject: RE: [DUG]: TWebBrowser > > > Cool, thanks!! Sounds like a typical MS thing - remove a > behaviour and call > it a feature. &

RE: [DUG]: TWebBrowser

2000-09-12 Thread Nahum Wild
L PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Patrick Dunford > Sent: Wednesday, September 13, 2000 8:08 > To: Multiple recipients of list delphi > Subject: RE: [DUG]: TWebBrowser > > > http://members.home.com/hfournier/webbrowser.htm#bugs1 > > Q: ShortCut (Ctrl-C,

RE: [DUG]: TWebBrowser

2000-09-12 Thread Patrick Dunford
ailto:[EMAIL PROTECTED]]On > Behalf Of Nahum Wild > Sent: Wednesday, 13 September 2000 01:18 > To: Multiple recipients of list delphi > Subject: RE: [DUG]: TWebBrowser > > > Any type of copy command does not work. I event tried sending a WM_COPY > message to it, but to n

RE: [DUG]: TWebBrowser

2000-09-12 Thread Mike Mueller
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Nahum Wild > Sent: Tuesday, 12 September 2000 5:35 > To: Multiple recipients of list delphi > Subject: [DUG]: TWebBrowser > > > Anybody used the TWebBrowser VCL component from under the 'Internet' tab? > (Del

RE: [DUG]: TWebBrowser

2000-09-12 Thread Nahum Wild
ipients of list delphi > Subject: Re: [DUG]: TWebBrowser > > > Nahum wrote: > > > webpages that it shows. Its most annoying. It completely ignores my > > control+C key press. > > > Has anybody encountered this problem and if so did they solve it?? > > Tried

Re: [DUG]: TWebBrowser

2000-09-12 Thread Peter Hyde
Dahum wrote: > webpages that it shows. Its most annoying. It completely ignores my > control+C key press. > Has anybody encountered this problem and if so did they solve it?? Tried Ctrl-INS, in case that works? Should, in some cases where CTRL-C isn't explicitly defined... cheers, peter =

[DUG]: TWebBrowser

2000-09-11 Thread Nahum Wild
Anybody used the TWebBrowser VCL component from under the 'Internet' tab? (Delphi 5 Pro) I've tried using it and can't copy any text form any webpages that it shows. Its most annoying. It completely ignores my control+C key press. Has anybody encountered this problem and if so did they solve i

[DUG]: TWebBrowser Appearance Issues....

2000-06-28 Thread Donovan J. Edye
G'Day All, I have a few problems with TWebBrowser and I was hoping someone has some solutions: 1. When dropped on a form it is FLAT. However as soon as you navigate to a page it bevels. Any way to keep it totally flat? 2. Is there any way to remove the scrollbars? 3. Is it possible to determine