Good afternoon,
with Planner.Display.DisplayStart & Planner.Display.DisplayEnd j set the "visual" day time, in my case half hour befere and one hour late (work time 08.30-19.00, visual timeline 08.00-20.00).
With Planner.Display.ActiveStart and Planner.Display.ActiveEnd j set the active work hours (08.30 - 19.00).
But in two days the work hours will change in 08.30-13.00 and 15.00-19.00.
There's a way to set two activestart & activeend for the same day ?
One last question ....
J have active Planer.Display.ShowCurrent, how is possible start the planner with the focus on the current time (Planner.SideBar.TimeIndicator:=True and fullline set to true.red line) ??
Now the planner start alway at 08.00, the result j need is if now are 18.30, the planner will start at 18.30.
Thank's for all
Best regard
Daniele
Daniele
Good Afternoon,
for the second question (timeline), resolved .....
Set to true the Planner.ActiveDisplay.
The first one still remain open .....
Thank's again ...
Daniele
If you want to have different active start & end times for different days, you can use Planner.PositionProps that gives you access to a collection of settings where each setting applies for each position (day in the case of a multiday planner) in the Planner.
Hi Bruno,
What i need, if possible, is have more activestart & end in the same day.
I.E. today the first activestart/end 08.30-13.00, second 15.00-19.00
Tomorrow only one 08.30-19.00
Thank's for your appreciate reply
Regards
Daniele
The implementation is that the active period is one block.
If you want to indicate multiple blocks, you can use the event OnPlannerBkgProp() to customize the cell background color per cell and this way, you could indicate in different colors different active blocks.