Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 61
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: Thu Mar 28 12:09:12 CET 2024

Total time taken to generate the page: 0.02016 seconds