Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
wxWebView and bookmarks favorites
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Eric Jensen  
View profile  
 More options Oct 25 2012, 1:01 am
From: Eric Jensen <m...@j-dev.de>
Date: Thu, 25 Oct 2012 07:01:33 +0200
Local: Thurs, Oct 25 2012 1:01 am
Subject: wxWebView and bookmarks favorites
Hi.

i'm using wxWebView in a project with "real" browser functionality,
meaning the user can navigate live webpages. I manage my own bookmarks
and have my own gui for them. But when rightclicking into a webpage or
pressing Ctrl-D, the user can add a bookmark to the browser-internal
bookmarks.

So i'd need one of two things:

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).

b) get a notification if a new bookmark is added and access to the
browser bookmarks

Any way to do one of these?

Thanks.
Eric

--
replace .local with .de to reply to my email address


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steve Lamerton  
View profile  
 More options Oct 25 2012, 5:07 am
From: Steve Lamerton <steve.lamer...@gmail.com>
Date: Thu, 25 Oct 2012 10:07:49 +0100
Local: Thurs, Oct 25 2012 5:07 am
Subject: Re: wxWebView and bookmarks favorites
Hi,

On 25 October 2012 06:01, Eric Jensen <m...@j-dev.de> wrote:

> i'm using wxWebView in a project with "real" browser functionality,

I always like to hear of people using wxWebView, it certainly seems to
be getting a decent amount of use at the moment.

> meaning the user can navigate live webpages. I manage my own bookmarks
> and have my own gui for them. But when rightclicking into a webpage or
> pressing Ctrl-D, the user can add a bookmark to the browser-internal
> bookmarks.

Are you using the IE backend for this?

> So i'd need one of two things:

> 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).

This would be my preferred option, it makes the back ends more
consistent. I can't get Ctrl-D to do anything in the sample for me,
which version of IE do you have installed locally? I know vadz was
looking at the context menu stuff a while ago, not sure what the
conclusion was. I think it is basically easy to add a method to
disable it altogether for the various back ends but it is more complex
if you want to customise them.

Steven


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric Jensen  
View profile  
 More options Oct 25 2012, 5:31 am
From: Eric Jensen <m...@j-dev.de>
Date: Thu, 25 Oct 2012 11:31:36 +0200
Local: Thurs, Oct 25 2012 5:31 am
Subject: Re[2]: wxWebView and bookmarks favorites
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steve Lamerton  
View profile  
 More options Oct 29 2012, 4:21 am
From: Steve Lamerton <steve.lamer...@gmail.com>
Date: Mon, 29 Oct 2012 01:21:44 -0700 (PDT)
Local: Mon, Oct 29 2012 4:21 am
Subject: Re: Re[2]: wxWebView and bookmarks favorites

On Thursday, October 25, 2012 10:31:29 AM UTC+1, Eric Jensen wrote:
> Thursday, October 25, 2012, 11:07:49 AM, you wrote:
> 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.

I added a basic patch to do this for IE to #14789.

Hope that helps

Steven


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric Jensen  
View profile  
 More options Oct 29 2012, 6:01 pm
From: Eric Jensen <m...@j-dev.de>
Date: Mon, 29 Oct 2012 23:01:47 +0100
Local: Mon, Oct 29 2012 6:01 pm
Subject: Re[4]: wxWebView and bookmarks favorites
Hello Steve,

Monday, October 29, 2012, 9:21:44 AM, you wrote:

SL> On Thursday, October 25, 2012 10:31:29 AM UTC+1, Eric Jensen wrote:

>> Thursday, October 25, 2012, 11:07:49 AM, you wrote:
>> 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.

SL> I added a basic patch to do this for IE to #14789.

SL> Hope that helps

Thanks a lot!

Eric


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »