Hi I am developing an application in Blackberry java using Eclipse IDE. I have added a Browser Filed on the screen. And the Browser Filed contains many link (). I want to know which link the user clicked and perform actions for each link. My question is how can i get click event for Browser Filed link.
Asked
Active
Viewed 77 times
1
-
Show some Code please.. – Suresh Atta Apr 17 '13 at 08:20
-
I have solved this issue by using custom class. please check http://stackoverflow.com/questions/11924182/blackberry-5-0-browserfield-handle-link-clicked/12153989#12153989 – pranavjayadev Apr 17 '13 at 08:45
-
amazing post.This works well. This is what i am looking for. Thank you very much............ – Apr 17 '13 at 08:48