h3l1 Messages: 28 Registered: August 2006 Location: Innsbruck, Austria
Promising Member
Hi,
nice work with your control.
I tested it with 607-dev3 and got 2 problems:
in main.cpp I had to change line 55 to
Ctrl::ShowRepaint( repaint * 20 );
and in DateTimeCtrl.cpp I hat to change line 449 to
int fh = fnt.Info().GetHeight();
So now it works.
Additionally I added a german translation to the t file.
What I also saw, was the days and months are already defined in Core.t so why not use them.