That parameter will have its GetId() called if needed, but in this case
since Bind is being called on the wv object it should be unnecessary
anyway. (Because passing no item or Id means the binding will match an
event from any widget when that event propagates past the widget doing
the binding (wv) and since there can only be one in this case then there
is no need to provide an item/id for the binding.)
BTW it looks like protocol typos are what is not triggering that event,
but it does work for other types of navigation problems. If I change it
to:
wv.LoadURL("
http://fubar.yadda.yahoo.com")
Then I do see the event here (on wxOSX-cocoa with 2.9.4 preview)
--
Robin Dunn
Software Craftsman
http://wxPython.org