tags:

views:

18

answers:

1

since i am developing a project on Exchange trade fund and in its first page layout we are developing labels and we want that on clicking on that labels page related to that label may appear on another vertical field manager on the same screen and on that very screen i want page control so that on tracking wheel we may obtain the next page following that page

thanking you

A: 

You can capture trackwheel (e.g. trackwheelClick, trackwheelRoll) events and update the textual contents of the page appropriately.

Just implement these functions as a part of your mainscreen class.

paullb