I am trying to build a Windows 8 metro style app using C# and XMAL is there a way to call a methord X times a second instead of when clicked , when touched est.
For example
when user hits a button X , a count down will appear on a screen , which will count down from 10 to 0.
Dont worry about getting the count down to appear just how to count down a int
int countDown;
Void UPDATE()
{
countDown --;
if (countDown == 600)
}
that type of thing.
Everything i have seen on MSDN was on button press , event stuff.
This is a great thing, I always have issues with Verizon while inside of certain football stadiums due to the saturation and walls blocking signal so a LOS way to connect would be great.
Verizon was supposed to be offering sat data this year but I've not heard a word of it lately.
Dude is sending rockets into space in a cheap manner, low waste foot print and has a great product with solar/battery tech. We would be so far behind China right now if not for him and a push to get back into space.
illegally? Proof of that? Seems you are posting misinformation or well a pure straight up lie cause there is zero proof of such a thing.
But I get it...
Question
DrakeN2k
I am trying to build a Windows 8 metro style app using C# and XMAL is there a way to call a methord X times a second instead of when clicked , when touched est.
For example
when user hits a button X , a count down will appear on a screen , which will count down from 10 to 0.
Dont worry about getting the count down to appear just how to count down a int
int countDown;
Void UPDATE()
{
countDown --;
if (countDown == 600)
}
that type of thing.
Everything i have seen on MSDN was on button press , event stuff.
Link to comment
https://www.neowin.net/forum/topic/1131644-cxmal-updating-the-app/Share on other sites
3 answers to this question
Recommended Posts