Browser in Embedded Mode Symbian 3rd Edition
| Wed, 2007-06-20 06:08 | |
|
Hi Everybody, I am new to Symbian.I am trying to implement browser in embedded mode in my example application. I couldn't get sample source code or enough explanation about this. Could anyone help me out in this issue. Thanks in advance... Cheers, Karunakaran |
|






Forum posts: 82
Hi
Are you talking about a Browser Control embed in you native Symbian App. If yes, pls have a look at BrCtlSampleApp example which comes along with S60 SDK.
\Symbian\9.1\S60_3rd\S60Ex\BrCtlSampleApp . Can I ask, what example application are you making(if you don't mind)
Br
Gurpreet
Forum posts: 3
Hi,
Thanks a lot for your reply. Is it possible to embed browser in S60 2nd Edition FP2.Could you give me some suggestion or sample codes regarding this edition please.
I am just trying to embed in HelloWorld example application to get knowledge about embedding browsers. Thank a lot again.
Cheers,
karunakaran.D
Karunakaran
Forum posts: 82
Sorry
Till now, I have only worked with 3rd edition. May be I'll be able to answer your question, after a month or so, as I'm planning to port some of my apps to 2nd Edition.
It would be nice if anybdy else answers this.
Br
G;p
Forum posts: 3
Hi,
Thanks a lot. I will try my level best to embed browser inside my application. And sure that I will share my ideas or knowledge with you.
Cheers,
karunakaran.D
Karunakaran
Forum posts: 85
Hi,
I also embeded browser in my app and I wish to use EKeyDownArrow- EKeyUpArrow to scroll my loaded page.
I can receive these events from OfferKeyEventL() but I don't know how to "move" the loaded page, select the desidered link, etc.
Browser Control API haven't a MoveDisplayL() - MoveCursorL() functions, so if you can would you please suggest to me how I should do it?
Thanks a lot,
Cheers, Luca