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

Home » U++ Library support » CalendarCtrl » [Minor bug & patch] CalendarCtrl should offer support for native cursor icon.
[Minor bug & patch] CalendarCtrl should offer support for native cursor icon. [message #39545] Wed, 27 March 2013 13:32 Go to previous message
Klugier is currently offline  Klugier
Messages: 1117
Registered: September 2012
Location: Poland, Kraków
Senior Contributor
Hello,

I have enclosed patch code (CtrlLib/DateTimeCtrl - line 309):

Image Calendar::CursorImage(Point p, dword keyflags)
{
	bool b = (selall == false ? Day(newday) > 0 : true);
	if((newday != nullday && b) || istoday)
		return Image::Hand();
	else
		return Image::Arrow();
}


Sincerely,
Klugier


U++ - one framework to rule them all.

[Updated on: Wed, 27 March 2013 13:33]

Report message to a moderator

 
Read Message
Read Message
Read Message
Previous Topic: Setting FirstDay puts day numbers out of alignment with day names
Next Topic: Little improvement of Caledar & DropDate controls
Goto Forum:
  


Current Time: Mon May 04 20:37:28 GMT+2 2026

Total time taken to generate the page: 0.00517 seconds