<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>13 Jul 2017 19:05:00 Z</lastBuildDate><pubDate>12 Jul 2017 17:41:00 Z</pubDate><description>Good Morning&#13;
&#13;
On Android I changed the image using a this code in the swipe event:&#13;
&#13;
------------------------------------------------------------------&#13;
&#13;
IF Gesture.Direction = RightToLeft AND Gesture.Speed &gt; 500 THEN&#13;
gnPosition++&#13;
ChangePage()&#13;
END&#13;
&#13;
IF Gesture.Direction = LeftToRight AND Gesture.Speed &gt; 500 THEN&#13;
gnPosition--&#13;
ChangePage()&#13;
END&#13;
&#13;
------------------------------------------------------------------&#13;
&#13;
But in iOS I can't use the variable Gesture.Direction and Gesture.Speed.&#13;
Any idea how to recreate this functionality for iOS?&#13;
&#13;
Thanks in advance&#13;
David Cabrera</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61718-wm22-ios-change-images-programmatically-with-swipe/read.awp</link><title>[WM22] iOS - Change images programmatically with swipe</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61718-wm22-ios-change-images-programmatically-with-swipe-61749/read.awp</comments><pubDate>13 Jul 2017 19:05:00 Z</pubDate><description>In case someone is in my same situation, I solved that inconvenience with this code.&#13;
&#13;
//-----Global declarations of WIN-----//…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61718-wm22-ios-change-images-programmatically-with-swipe-61749/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61718-wm22-ios-change-images-programmatically-with-swipe-61749/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61718-wm22-ios-change-images-programmatically-with-swipe/read.awp">[WM22] iOS - Change images programmatically with swipe</source><title>Re: [WM22] iOS - Change images programmatically with swipe</title></item></channel></rss>
