Insider1984
Technical User
My experience: Mostly dialog based MFC applications.
Based on a input of say Row = X Column = Y (X and Y being user configuarable) what is a good method of creating an array of buttons in a fixed size window (800x600) to represent this array.
It's a tiny project that is low priority so they gave it to me (typically a machine designer creating simple apps and converstion type programs).
I will be taking data from files putting them into a 2D array and based on the "severity" of each failure (each button represents an object) give a color representation to track repeating issues etc.
Thanks for any help.
=====================
Insider
4 year 'on the fly' programmer
C++ Basic Java
Based on a input of say Row = X Column = Y (X and Y being user configuarable) what is a good method of creating an array of buttons in a fixed size window (800x600) to represent this array.
It's a tiny project that is low priority so they gave it to me (typically a machine designer creating simple apps and converstion type programs).
I will be taking data from files putting them into a 2D array and based on the "severity" of each failure (each button represents an object) give a color representation to track repeating issues etc.
Thanks for any help.
=====================
Insider
4 year 'on the fly' programmer
C++ Basic Java