Hello AlishaM,
Basically there are 2 options in ZPX (Zap-fix) to swipe (slideroll) the mobile’s screens from one place to a different place:
1. Using the "SwipteTo" method, its format is:
Object.SwipteTo ZapObject swipeDestinationObject, Optional int msSpeed (Default = 1500)
Explanation:
You specify the first object in the GUI from where you want to start the swiping, and the second object is the destination of the swiping, meaning, what is the last place the swipe should stop its execution.
2. Change GUI class object into a "Swiper" class
Explanation:
By changing the object’s class you create a new type of object which contains 2 rectangles to update in the Workbench:
Each rectangle can behave as the target or the source location of the swiping action, and using its methods you will be able to execute the swiping physical action.
Please contact Zap for further help.
Thanks,
Sasha