Hi there...
I am creating a project into project... i want to create a timeline player for tracked positions of different vehicles...
And here is what i ve done until today:
Created Timeline Example with ScrollPane/Pane at the textfiled output the specific second/of a day (0 to 86399 - 86400 seconds/day) ---> so you can turn it in time simple...
but yet not created as control, from the other hand is doing what i want...
So here i am sharing with all you need it...
I am creating a project into project... i want to create a timeline player for tracked positions of different vehicles...
When i want to view the positions of one vehicle is simple but when i am having 100 of them is difficult....
So i must create a timeline in my mind comes like a big array...
So the times will go at first row measuring by second...
timeline(seconds,vehicles)
timeline(1000,101)
So at first row timerline(0,0)="00:00", timeline(0,1)="00:01"
At second and after will have vehicle/tracking record of database will just seek when needed...
So what is the best way to visualize it...?
Tableview or something else ?
I want if possible someway playing and have index with the control..
Your opinion matters..
So i must create a timeline in my mind comes like a big array...
So the times will go at first row measuring by second...
timeline(seconds,vehicles)
timeline(1000,101)
So at first row timerline(0,0)="00:00", timeline(0,1)="00:01"
At second and after will have vehicle/tracking record of database will just seek when needed...
So what is the best way to visualize it...?
Tableview or something else ?
I want if possible someway playing and have index with the control..
Your opinion matters..
And here is what i ve done until today:
Created Timeline Example with ScrollPane/Pane at the textfiled output the specific second/of a day (0 to 86399 - 86400 seconds/day) ---> so you can turn it in time simple...
but yet not created as control, from the other hand is doing what i want...
So here i am sharing with all you need it...
Attachments
Last edited: