I’d like to find out what is the best way to achieve countdown functionality. Can I use standard c# timer component? I need countdown from, for example, 3 minutes to 0, would need to display the counter over camera view as a layer when custom button is pressed. It has to look like a regular timer, displaying 3:00, 2:59, 2:58 etc.
Need the best solution for that.
BTW I have it done in regular c# Visual Studio, with forms application - can I just use the same code?
Thanks, but my question was specifically related with c# timer component, not wit text element. Would it work without any issues under Smart Client? I know, that some components, like WebBrowser do not work, just want to make sure. Thanks!
The timer classes I know of and have experience with are all without UI, so the delivery is in that case a text element. I have used timers in plugins often but never in conjunction with overlay in the Smart Client. You will have to do the experiment.