Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Calendar problem
Calendar problem [message #26116] |
Fri, 02 April 2010 01:04  |
 |
koldo
Messages: 3437 Registered: August 2008
|
Senior Veteran |
|
|
Hello
There is a problem in DateTimeCtrl.h, class Calendar.
Now it appears this:
virtual Value GetData() const { return time_mode ? sel : (Date) sel; }
With this I get compiling error. A fix for would be this:
virtual Value GetData() const { return time_mode ? (Time) sel : (Date) sel; }
Best regards
Iñaki
|
|
|
|
|
Goto Forum:
Current Time: Sun Jul 13 04:26:43 CEST 2025
Total time taken to generate the page: 0.05576 seconds
|