
Originally Posted by
ltomuta
hi m00gl3,
I'm afraid it won't work. The Homescreen Publishing API only allows you to pass content between your application and the actual AI plug-in that will render it, there is no way for you to get access to the control in which the conten is displayed. Not having access to that control you will not have access to its key/pen event either, only a select event will be sent to you.
With a tempate that has more that one items you could eventually implement this kind of trick: e.g. in "onerow" template the image could act as a "next" button while your actual content is in the text section. A click on the image brings the next content. A click on the text opens the app to see more details about that topic.