Search found 2 matches
- Sat May 22, 2021 2:45 am
- Forum: GM LS1 512Kbyte and 1Mbyte and newer
- Topic: PCM Hammer Suite development
- Replies: 185
- Views: 86444
Re: PCM Hammer Suite development
dropping DataGridView entirely, and just do all of the rendering yourself using WinForms graphics APIs That's a good idea. I'll start down that path after I get the profile feature finished. I spent 3 or 4 nights trying to get WPF DataGrid to work, but I just can't figure out the data binding. I wa...
- Mon May 17, 2021 12:09 pm
- Forum: GM LS1 512Kbyte and 1Mbyte and newer
- Topic: PCM Hammer Suite development
- Replies: 185
- Views: 86444
Re: PCM Hammer Suite development
Hi all, I've been working on creating a histogram page for PCM Logger, similar to what HP Tuners has. Right now I have it adding values to the histogram when the UI updates. It can also read in a previous log file .CSV and display the values from that. It supports column and row or just column table...