TPlaner show week number in SideBar

Hello all,



then TPlaner is configured in day periode mode.

How can view the week number in SideBar?



Regards, Kostas

By default, this is not shown in the sidebar. 
You can customize the sidebar in 3 ways:
1) implement the OnPlannerGetSideBarLines where you return the text to be displayed in the 3 available sidebar positons

2) implement the OnPlannerSideDraw event from where you can do full custom painting of the sidebar
3) implement the OnPlannerSideDrawAfter event from where you can paint something on top of a sidebar cell

Thank you and have a nice day Bruno.