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.
Autonomous post-training loop placed 8th of 4,000 and then rewrote its own evaluation strategy.
An autonomous AI system built by researchers at Amazon's A-EVO-Lab completed a full post-training run on a 30 billion parameter NVIDIA Nemotron model — with no human in the loop, across four rounds running over multiple weeks — and then did something its designers had not planned for: it detected that its own internal evaluation metric had become misleading and redesigned the search strategy it was using to improve itself.
https://www.techtimes.com/articles/319123/20260626/nvidia-ai-trained-itself-30b-model-corrected-its-own-broken-metric-mid-run.htm
Grok Adult Content Tops 10 Billion Images Monthly
More than half of all traffic flowing through Grok, Elon Musk's flagship AI product, now comes from users requesting pornographic images, explicit videos, and **** roleplay
https://www.techtimes.com/articles/319142/20260626/grok-adult-content-tops-10-billion-images-monthly-xai-engineers-admit-csam-has-no-fix.htm
If Ford would stop hiring SUITS to run the company, and put CAR GUYS back in charge perhaps they could do better. Heck, the only CAR they produce today is the Mustang.
Hey Ford! Not everyone needs/wants an overpriced SUV or pickup truck that is so tall you have to have a step ladder to get in and out of it.
Amazing how some will just jump all over something. Probably the same people that thought Musk was a "tech god" before he saddled up with "bad orange man". Before, they worshiped at his feet, including a lot of so called hollywood types. Now, because he fell off the plantation truck, they toss him under the bus.
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