tags:

views:

136

answers:

2

I need to display some images. And I want to slide out one image from one slide of the screen so the the next image is displayed. Is it possible to have such an animation? thanks

A: 

It's probably not useful to you yet, but device software 5 has features for doing just that. (PictureScrollField)

seanpd
A: 

I can do it with a timer which can keep on feeding new values to the x or y coordinates of the bitmap. That way we show it moving horizontally, vertically or diagonally. Any more ideas??

Bohemian