HMG-Official / HMG

Other
7 stars 13 forks source link

MONTHCALENDAR, GRID, ISVISTA() enhancements #2

Closed kcarmody closed 4 years ago

kcarmody commented 4 years ago

These changes include the following new or revised features:

  1. One new readonly property to the Grid control: RowsPerPage.

  2. 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.

  3. 2 samples have been updated to demonstrate the new MonthCalenar features.

  4. 2 samples have been added to demonstrate the new Grid and MonthCalendar features.

  5. The IsVista() function has been updated to correctly identify newer releases of Windows 10.

  6. In i_color.ch, the definitions have been alphabetized and a few missing colors added.

  7. The HMG manual in the DOC folder has been updated to reflect the above changes, and a color array page has been added.

kcarmody commented 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.