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 » [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: 1076
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: Thu Apr 18 06:26:25 CEST 2024

Total time taken to generate the page: 0.02173 seconds