maciakl / perfmong

Automatically exported from code.google.com/p/perfmong
0 stars 0 forks source link

New CPU Popup does not take on background or font colors #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The new fly out for multiple CPU's does not take the custom coloring that 
the rest of the form takes.  Must be added to the config section and 
tested.

Original issue reported on code.google.com by mustcode...@gmail.com on 17 Jul 2007 at 3:06

GoogleCodeExporter commented 9 years ago

Original comment by mustcode...@gmail.com on 17 Jul 2007 at 3:06

GoogleCodeExporter commented 9 years ago
Just a side note, can you increment the version number to 0.2.7 if you will be
checking in a fix for this any time today. I'm not going to have time to work 
on this
till I get home, but the VERSION variable in PerfMonG.cs still says 0.2.6-rc. We
should probably make it a habit to check and increment that variable after a 
release.

Original comment by maci...@gmail.com on 17 Jul 2007 at 3:17

GoogleCodeExporter commented 9 years ago
Changed Version Number to 0.2.7 from 0.2.6-rc (dont know what rc stood for) 
Added a more elegant solution for the Configure() method which loops through 
all 
labels and sets fore and back color accordingly. 

Original comment by mustcode...@gmail.com on 17 Jul 2007 at 8:33

GoogleCodeExporter commented 9 years ago
Thanks!

I think rc was supposed to be "release candidate" or something like that. I only
intended to use that version number on the exe file attached to Issue 9. It was
release candidate because it was a quick hack, that I didn't test on Windows 
2000.
The actual release with installer was supposed to be 0.2.6 as normal. But I 
forgot to
change it. :P

Oh well.

Also, any attempts that make the code more "elegant" are greatly appreciated. It
definitely needs some refactoring but I keep putting it away.

Original comment by maci...@gmail.com on 17 Jul 2007 at 9:03