Closed kcarmody closed 4 years ago
I am withdrawing this proposal. The conflicts with the current version of the master have become fairly complex, and I would rather resolve them myself than burden the HMG team with resolving them. I will submit a new pull request in the future with the conflicts resolved and other changes in addition.
These changes include the following new or revised features:
One new readonly property to the Grid control: RowsPerPage.
14 new properties and methods to the MonthCalendar control:
a. 11 new assignable properties: Length, Width, RangeMin, RangeMax, View, and 6 color properites.
b. 2 new readonly properties: VisibleMin and VisibleMax.
c. 1 new method: OnGetBoldDays.
2 samples have been updated to demonstrate the new MonthCalenar features.
2 samples have been added to demonstrate the new Grid and MonthCalendar features.
The IsVista() function has been updated to correctly identify newer releases of Windows 10.
In i_color.ch, the definitions have been alphabetized and a few missing colors added.
The HMG manual in the DOC folder has been updated to reflect the above changes, and a color array page has been added.