MONTHCALENDAR under HMG and MiniGUI.
Posted: Sat Oct 30, 2021 5:27 am
hi,
i use MONTHCALENDAR under HMG and MiniGUI.
after create i re-size to
using HMG i got 12 Month and with MiniGUI 9 Month
how can it be different
p.s. both Image have same Size
---
under MiniGUI i can "set Color" to MONTHCALENDAR but how under HMG
but i get no Color 
i use MONTHCALENDAR under HMG and MiniGUI.
after create i re-size to
Code: Select all
SetProperty( "BigCalendar", "MONTHCALENDAR_1", "WIDTH", 600 )
SetProperty( "BigCalendar", "MONTHCALENDAR_1", "HEIGHT", 600 )how can it be different
p.s. both Image have same Size
---
under MiniGUI i can "set Color" to MONTHCALENDAR but how under HMG
Code: Select all
hDPick := GetControlHandle( "MONTHCALENDAR_1", "BigCalendar" )
SetMonthCalendarColor(hDPick, MCSC_BACKGROUND , BLACK) // in SOURCE\h_monthcal.prg
SendMessage( hDPick, MCM_SETCOLOR, MCSC_BACKGROUND , {56, 56, 56 })