User Profile

Collapse

Profile Sidebar

Collapse
Henrik Söderber
Henrik Söderber
Last Activity: Nov 7 '11, 07:12 AM
Joined: Jan 23 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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...
    See more | Go to post

    Leave a comment:


  • 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).
    See more | Go to post

    Leave a comment:


  • Henrik Söderber
    started a topic Windows Form application Timer Tick

    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...
    See more | Go to post

  • 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
    See more | Go to post
No activity results to display
Show More
Working...