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.
They have lots of info on me, I have a facebook account and have done so for years, it was the thing to have then. My phone number is not on it. I don't have the Facebook app on my phone these days, just the messenger part, and only for a couple of people to contact me, most will text me via SMS or phone.
I agree, Meta, like others, even without an account will know something about me. Just have to try and keep some things private
Also, never saw the need for Whatsapp, people used to ask for me to join it, but as I said to them, I have SMS and a phone, use that, or email
Thanks for taking the time to write such a detailed explanation.
I hadn't considered running fiber for future expansion, so that's something I'll definitely read more about.
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