Open GoogleCodeExporter opened 8 years ago
More testing shows that adding more controls will always call those events with
the
last control added.
Original comment by manixr...@gmail.com
on 1 May 2009 at 3:12
Apparently there is a way to solve this, I have found this:
http://www.blackfishsoftware.com/blog/don/passthroughapp_bho_toolbar_interceptin
g_requests_responses
(csexwb2 uses the same passthroughapp method)
I have tried extracting a normal function from Google gears source code, but I
have a
very limited time and understanding of the code.
As far as my understanding goes, the function StartImpl in http_handler_base.cc
is
the implementation of both StartEx and Start (see http_handler_app.cc), both of
which
are called and later calls the StartImpl.
Can anybody understand how to make the necessary changes to avoid the
frustrating bug?
Thanks in advance!
Original comment by AviEli...@gmail.com
on 20 Jul 2009 at 6:59
Original issue reported on code.google.com by
manixr...@gmail.com
on 1 May 2009 at 2:31