Hello Steve,
Thursday, October 25, 2012, 11:07:49 AM, you wrote:
>> i'm using wxWebView in a project with "real" browser functionality,
SL> I always like to hear of people using wxWebView, it certainly seems to
SL> be getting a decent amount of use at the moment.
It was definitely an important addition to wxWidgets. Thanks for that.
>> pressing Ctrl-D, the user can add a bookmark to the browser-internal
>> bookmarks.
SL> Are you using the IE backend for this?
I have to admit, i didn't even try it, i just assumed it would work.
But it doesn't, so forget aboout that - my bad.
>> a) catch/block/disable these browser internal functions, so that the
>> user can only add bookmarks using my own gui (this would be my
>> prefered solution, because it's the least amount of work for me).
SL> This would be my preferred option, it makes the back ends more
SL> consistent. I can't get Ctrl-D to do anything in the sample for me,
SL> which version of IE do you have installed locally? I know vadz was
SL> looking at the context menu stuff a while ago, not sure what the
SL> conclusion was. I think it is basically easy to add a method to
SL> disable it altogether for the various back ends but it is more complex
SL> if you want to customise them.
Just disabling the context menu would be perfect for me.
Thanks.
Eric