the stuck is for some second Every few seconds. can i open a new thread in AMS??? for this code.
page: on show
Page.StartTimer(3000, 10);
page: on timer
connected = HTTP.TestConnection("http://www.jfunc.com", 20, 80, nil, nil);
if connected then
Image.Load("Image1", "AutoPlay\\Images\\Bullet-001.png");
else
Image.Load("Image1", "AutoPlay\\Images\\Bullet-003.png");
end
page: on show
Page.StartTimer(3000, 10);
page: on timer
connected = HTTP.TestConnection("http://www.jfunc.com", 20, 80, nil, nil);
if connected then
Image.Load("Image1", "AutoPlay\\Images\\Bullet-001.png");
else
Image.Load("Image1", "AutoPlay\\Images\\Bullet-003.png");
end
Comment