Hello and Happy NY
I have some problems with
TCalendar.
If i set in object-inspector
Calendar1.DisplaySettings.dsShowWeekNumbers on
true, the project compile without error but when i run it, it raise a assembler exception...
If i save the project with
dsShowWeekNumbers on
true, i cannot reload the project anymore...
Now if i use
dsShowWeekNumbers on
false in object-inspector and
procedure TForm1.FormCreate(Sender: TObject);
begin
Calendar1.DisplaySettings:= [dsShowHeadings,dsShowDayNames,dsShowWeekNumbers];
end;
It compile also without error but it raise also a exception when i run the project.
The good news is that i can reload the project...
I use :
Lazarus 0.0.28.2-10ubuntu1
FPC 2.4.0
i386-linux-gtk 2 (beta)...