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.
So they saved ton of money by using AI resulting in loss of crap load of money in recalls and expenses.
Bravo. Management needs to be replaced by AI, not engineers.
Ditto that, I have a few Alexa devices around the house to control lighting and such for a disabled person I live with, and it shows a *lot* of ads on the display. The dots are simple but effective. A lot cheaper too.
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