User Profile
Collapse
-
Yes, I have considered many different solutions. I do think that the GUI update must be tight connected to the other updates for it to be real-time feeling for the user... -
The GUI update should be much faster than 1 second. but since there are other software involved (3:part) updating the GUI, its hard to know how much time and power it takes.
But something is taking time, I have tried to do as much as possible in other threads (async).Leave a comment:
-
Windows Form application Timer Tick
Hi!
I use C# 4.0 to build a windows form application.
I have a Windows Forms Timer that should tick every second. In every tick I do some work (get GPS position, update a map, save to a local DB etc). It takes about 0.09 sec to execute. The save to the local DB is done async to release the GUI thread faster but the other code is executed on the GUI thread (need to for updating the GUI)
Some time the tick is not... -
How to convert GPS positions to fit a map?
Hi!
Are there any c# libraries or code I can use to convert GPS positions in WGS84 to fit a map projected in
EPSG:31255: MGI / Austria GK Central?
Regards
Henrik
No activity results to display
Show More
Leave a comment: