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 » DropDate problem?
Re: DropDate problem? [message #26005 is a reply to message #25956] Thu, 25 March 2010 00:42 Go to previous messageGo to previous message
zsolt is currently offline  zsolt
Messages: 702
Registered: December 2005
Location: Budapest, Hungary
Contributor
It would be better to fix the real bug in Calendar class declaration from
virtual Value GetData() const			{ return sel;          }

to
virtual Value GetData() const			{ if(time_mode) return sel; else return (Date)sel; }
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: StrToDate(Date& d, const char *s, Date def)
Next Topic: DropTime and WhenAction() problem
Goto Forum:
  


Current Time: Fri Jul 18 09:54:48 CEST 2025

Total time taken to generate the page: 0.03816 seconds