<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>3 Nov 2015 18:50:00 Z</lastBuildDate><pubDate>3 Nov 2015 17:15:00 Z</pubDate><description>I have done several types of loops described in the tutorial with success...so i thought let's write something useful this time...lets make a app that when a certain network is available performs a action....until a certain time....so i need to refresh the wifi acces points evry 2 seconds ....what i have so far works for like a couple of seconds until android/windows think the app stopped working can i some how force windows/android to not show the message or is there a better way to write this code?any advice is welcome&#13;
&#13;
the action=show a message&#13;
current time= loop run until 12 a clock&#13;
A1= edit ctrl&#13;
&#13;
os =W8&#13;
wme =19&#13;
ListPoint is string sSSID is string sBSSID is string res is string CurrentTime is string res = TimeSys() res = TimeToString(TimeSys()) CurrentTime = Left(TimeSys(), 4) loop ListPoint = WiFiDetectAccessPoint() EACH STRING AccessPoint OF ListPoint SEPARATED BY CR sSSID = ExtractString(AccessPoint, 2, TAB) sBSSID = ExtractString(AccessPoint, 3, TAB) ... END A1=ListPoint xFIND=Position(A1,"TARGET",1,FromBeginning) IF xFIND = "1" THEN trace("found") END IF CurrentTime="1200" THEN BREAK END</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54808-newbie-question-related-loops/read.awp</link><title>Newbie question related to loops</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/54808-newbie-question-related-loops-54809/read.awp</comments><pubDate>3 Nov 2015 18:50:00 Z</pubDate><description>did you use Multitask function to wait the 2 seconds?&#13;
&#13;
Another possible way of doing this is using timersys or one Automatic p…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54808-newbie-question-related-loops-54809/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54808-newbie-question-related-loops-54809/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54808-newbie-question-related-loops/read.awp">Newbie question related to loops</source><title>Re: Newbie question related to loops</title></item></channel></rss>
