Quote:
|
Originally Posted by cjelly
Do you think you can release the source for the patch? My team has been working on the dashboard and the new update source code should be helpful.
|
If you're already working with the source, the only change is to replace line 55 in DataFrameBase.cs in the typelib project with the following:
public int Team_Number { get { return ((data[iCTRL_A] & 0x0F) << 8) | data[iCTRL_B]; }}
I updated the source linked earlier in the thread as well if you want a fresh copy.
Quote:
|
Originally Posted by cjelly
I am also recieving "Cross-Thread Operation Not Valid" error messages when I run the main application. Has anyone else experienced this? Do you have a proposed solution?
|
Sorry, this I have not seen. Have you changed anything?