U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » CalendarCtrl » SetEditable option not working in Calendar
SetEditable option not working in Calendar [message #43928] Fri, 21 November 2014 13:07
awksed is currently offline  awksed
Messages: 71
Registered: April 2012
Member
To make the SetEditable option in Calendar work the following needs to be added.

void Calendar::OnMonthLeft()
{
if(IsReadOnly())
return;

void Calendar::OnMonthRight()
{
if(IsReadOnly())
return;

void Calendar::OnYearLeft()
{
if(IsReadOnly())
return;

void Calendar::OnYearRight()
{
if(IsReadOnly())
return;

void Calendar::LeftDown(Point p, dword keyflags)
{
if(IsReadOnly())
return;

Cheers.
Previous Topic: Get rid of current day selection
Next Topic: Calendar does not update month/year on 'gray'-number selection
Goto Forum:
  


Current Time: Sat May 02 20:05:00 GMT+2 2026

Total time taken to generate the page: 0.00620 seconds