[wxPython] WebBrowser and tab event

Hi, everyone

I am attemping to use a webbrowser IE in wxPython window - like demo
ActiveXWrapper_IE.

But tab, ctrl, delete key doesn't work inside webbrowser - why?

I am using:
    wxPython 2.3.3.1
    IE 6.0
    Windows XP
    win32all-149

Regards,
PiotrP

Piotr Pondo wrote:

Hi, everyone

I am attemping to use a webbrowser IE in wxPython window - like demo
ActiveXWrapper_IE.

But tab, ctrl, delete key doesn't work inside webbrowser - why?

See my response to your message in wx-users about this.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Inside webbrowser - that is mean:
"... Microsoft :slight_smile: .. "
yes?

PiotrP

···

----- Original Message -----
From: "Robin Dunn" <robin@alldunn.com>
To: <wxpython-users@lists.wxwindows.org>
Sent: Wednesday, October 16, 2002 7:44 PM
Subject: Re: [wxPython] WebBrowser and tab event

Piotr Pondo wrote:
> Hi, everyone
>
> I am attemping to use a webbrowser IE in wxPython window - like demo
> ActiveXWrapper_IE.
>
> But tab, ctrl, delete key doesn't work inside webbrowser - why?

See my response to your message in wx-users about this.

Piotr Pondo wrote:

Piotr Pondo wrote:

Hi, everyone

I am attemping to use a webbrowser IE in wxPython window - like demo
ActiveXWrapper_IE.

But tab, ctrl, delete key doesn't work inside webbrowser - why?

See my response to your message in wx-users about this.

Inside webbrowser - that is mean:
"... Microsoft :slight_smile: .. "
yes?

Yes. It may be that there is something in the IE control that needs to be initialized, or an event that needs handled to get it to work. You may be able to find some answers in the microsoft docs at http://msdn.microsoft.com

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Hi,

I'm just begun making a toolbar that I'm managing myself. (I actually don't think I need a Toolbar, except that I want toggleable buttons that can have images, and this is the only way I've found to get that.)

1. On Windows, the toolbar always displays a line above itself, regardless of its orientation. Setting wxNO_BORDER has no effect. Anyone found anyway around this? (I've attached a small image of how it appears.)

2. Apparently, the tools' longhelp values don't make it to the frame's status bar if the toolbar's direct parent is a panel. Anyone found a way to get this easily (besides doing the event handling and statusbar interaction myself)?

Thanks!
Robb

s1.jpg

Robb Shecter wrote:

Hi,

I'm just begun making a toolbar that I'm managing myself. (I actually don't think I need a Toolbar, except that I want toggleable buttons that can have images, and this is the only way I've found to get that.)

Take a look at the wxPython.lib.buttons module. wxGenBitmapToggleButton should do it for you.

1. On Windows, the toolbar always displays a line above itself, regardless of its orientation. Setting wxNO_BORDER has no effect. Anyone found anyway around this? (I've attached a small image of how it appears.)

No.

2. Apparently, the tools' longhelp values don't make it to the frame's status bar if the toolbar's direct parent is a panel. Anyone found a way to get this easily (besides doing the event handling and statusbar interaction myself)?

No.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!