TTMSFNCPlanner

Hi team,

1. Selection over multiple days
Using TTMSFNCPlanner, I can select a period going over multiples days by using Shift + click.
As an example here, selecting from 5:00 to 10:00 for Tuesday to Friday.


With Planner.SelectedResource, I get the index for the first day. In this case 1
How can I get the index of the last day (Resources). In this case, 4 ?

2. Remove any selection from the planner
I don't find the way to remove all current selection(s) from the planner.
Planner.SelectItem(-1); don't do the job.
What can I use to remove all selections from the planner ?

3. Scrolling whith selection
When selecting multiples hours with the mouse, the planner does not scroll automatically like Excel would do it.
Is there a way to get that ?

4. Potential drawing bug
Please note that I have changed PositionsApperance.TopStroke.Color and TimeLineApperance.LeftStroke.Color.
I also changed Stroke.Color and PositionsApperance.BottomStroke.Color accordingly.

I get this strange look where some parts are not colored properly


Is that a bug or something I can apply myself?

Thank you
Cheers
Bob

I forgot one question :smiley:

I am using the planner to define access right that are applied every week.
So, this is not based on the real Date and Time.

How can I set up the planner to be used as a weekly planner only?
Just considering Monday to Sunday whatever month or year.

The answers to the first post have been answered by email. (Please try to limit to one support channel, preferably this support center). About the second question, you can setup a custom timeline with the custom mode and the CustomDateTimes collection. You can add the dates you wish to display there.