Hi agraham,
Thanks for the sample demo. That is a great one... for rectangle hotspot.
Does it work for scrollable panels? Is the coordinates relative to the control, say panel control? Let's say we have a panel, larger than the width. So, there is a horizontal scrollbar. if I specified the coordinates to be x=5, y=5, will it remain the same if the panel is scrolled to the right or left?
For example, there are 10 columns, but only 3 are shown at one time on the screen:
[1] [2] [3] - normal screen - original position.
[2] [3] [4] - scroll to the right
when we specify coordinates for column 2, and when user scroll to the right, column2 becomes the first column. If we specify the coordinates for columns (as in original position), when user tap on column3, will it be column2 coordimates, or column3?
Rgds
WZSun
|