WSjunior / dcef3

Automatically exported from code.google.com/p/dcef3
0 stars 0 forks source link

where is onBeforeBrowse/onBeforeNavigate #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please and Please someone here help me:
I could not find good samples for this with googling.

I had a program with Twebbrowser but I want use chromium.
Now I have a simple html file with a css and jquery
this html file has some Variables and some functions for showing some code.

I want to show this file in chromium with my text in DIV and when the user move 
mouse over the words and links I must catch the words and before browsing to 
other links that user clicks I want to manipulate the address thus until now I 
must:

1-Load Html
2-Insert my strings to the specific DIV from inside of my delphi
3-Inject Jquery to browser from my path
4-Put my css file from my path to html
5-Get/Set variables of Html
6-execute some functions in html with my variable and getting return codes
7-detect words under mouse in chromium
8-manipulate links before chromium go to them
9-Combine all of the files (even with chromium dll and libs) to one file

I taught I must use onBeforeBrowse/onBeforeNavigate but in the last version 
that I got from here these functions are not in the Tchromium Component anymore.

thank you very much

Original issue reported on code.google.com by mojarab...@gmail.com on 22 Jun 2014 at 3:33

GoogleCodeExporter commented 9 years ago

Original comment by hgourv...@gmail.com on 1 Mar 2015 at 11:20