473,418 Members | 2,338 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,418 software developers and data experts.

Timeline Control?

I am looking for a control that would look like a timeline (12 hours)
which would allow the user to click at a particular location on the
timeline, then allow characteristics to be associated with that point.

Free or For Profit either one.

The idea is I am developing an activity tracking system for a
manufacturing environment where they want to track activities that are
occuring throughout a shift. Activities have start and stop times and
have characteristics.

I would like to modify/edit the times if they make a mistake (my vision
is to be able to slide the points on the timeline thus adjusting the
start and stop times on the fly).

If anyone has any other ideas on UI development, I would like to hear
them.

Thanks in advance,
Kevin

Nov 24 '05 #1
5 5647
"krose" <kr***@bluebonnet.net> wrote in message
news:11*********************@g44g2000cwa.googlegro ups.com...
I am looking for a control that would look like a timeline (12 hours)
which would allow the user to click at a particular location on the
timeline, then allow characteristics to be associated with that point.

Free or For Profit either one.

The idea is I am developing an activity tracking system for a
manufacturing environment where they want to track activities that are
occuring throughout a shift. Activities have start and stop times and
have characteristics.

I would like to modify/edit the times if they make a mistake (my vision
is to be able to slide the points on the timeline thus adjusting the
start and stop times on the fly).

If anyone has any other ideas on UI development, I would like to hear
them.

Thanks in advance,
Kevin


I'm sure it would be possible to associate time of day values with a pseudo
time line using rectangles on a form, is that the kind of thing you had in
mind? What sort of resolution are we talking?

Keith.
www.keithwilby.com
Nov 24 '05 #2
I think a MS Outlook style control or Gantt chart control might do the
trick, but I cannot find one that works with MS Access.

I found the following, but it does not appear they will work with MS
Access. Does anyone have any experience with these, or could recommend
another?

Janus Schedule and Timeline Control for .NET
ActiveGantt
Component Go - WebDailyCalendar 1.0

Thanks again,
Kevin

Nov 24 '05 #3
Kevin,

I do something very similar to what you are talking about.
Our factory workers clock on and off of jobs throughout the day so all
labor is captured and we know how much time is spent on each part. I
do a graphical display of these events but never thought of adjusting
them on the graph. Another poster asked about what resolution you
need.

Because people often have clocking errors or simply forget to
punch, I have a time correction screen which displays the selected day
and employee and allows us to adjust the times, the job number, or the
workstation. We use this information in many reports and to check the
accuracy of our job estimates. It is also useful to know where a job
is at any given time. If a customer calls about a part, we can enter
the job number and immediately see how many operations in the job
stream that have been started and finished.
It is also useful in tracking problems. If a braze joint
fails, we can track it back to the person who made the joint and,
perhaps, do some retraining, if necessary, or adjust our QC procedures.

If you need more information, please ask.
Hank Reed

krose wrote:
I think a MS Outlook style control or Gantt chart control might do the
trick, but I cannot find one that works with MS Access.

I found the following, but it does not appear they will work with MS
Access. Does anyone have any experience with these, or could recommend
another?

Janus Schedule and Timeline Control for .NET
ActiveGantt
Component Go - WebDailyCalendar 1.0

Thanks again,
Kevin


Nov 25 '05 #4
Hank,

I have currently resorted to building a UI with command buttons
(labeled in 10 minute intervals, which is specified by the project)
down the form (I am calling it a shift grid). I will have the user
click on the stop time of the activity. It will then bring up a form
which will allow them to select the activity and its characteristics
(the start time will be the previous stop time, which for this
application is reasonable). Upon saving the activity info, they can
return to the shift grid, but the command buttons representing time
which has been logged will be disabled, thus only allowing them to log
time moving forward.

This seems like it will work great if there are no mistakes, but as we
know there will be (probably in the first shift that uses the app!)
So...I am thinking about this, and your time correction screen sounds
like a good idea.

My original thought was if they could simply slide their activity times
up or down (similar to how you move time on an Outlook calendar) this
would avoid overlap/conflict of activities' times, while giving a
graphical view.

I did find a few controls (FarPoint's Daily Planit and DBI
Solutions::Schedule ctMDay control), but thought I might give my
"homemade" solution a whirl first.

Thanks for your reply, and I will keep you posted if I come up with
anything that seems "slick" enough to help others with.

Kevin

Nov 25 '05 #5
Kevin,

I should have metioned that on the Time Correction screen, as
I said, you see all of an employee's clock ins for the selected date.
First you select a particular entry and then there are a series of
buttons to adjust that entry by one minute, ten minutes, one hour, or
four hours (Up or Down). That saves a lot of typing and therefore
typing errors.

Hank

Nov 25 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Cobb | last post by:
Hello- I'm interested in building a graphical timeline for a series of tasks that are stored in a SQL Server 2000 database. The tasks reside within a table. We also have a table to track the...
0
by: Thorsten Bast | last post by:
Hi, I'm sorry if this problem should have been sufficiently discussed here, but so far I could not find a satisfactory answer. I'm managing rental contracts with an access database and want to...
17
by: jshanman | last post by:
I am working on a timeline API that devevelopers can use to add a dynamic timeline to their sites. Here is a *working* demo of the basic interface. (it works for me anyway on ie6 & firefox 1.5)...
1
by: Doug Laidlaw | last post by:
I am running a genealogy site. I want to implement a graphical timeline running horizontally, with events written at 45 degrees, for example. I can do that with a graphic, but the graphic would...
2
by: monteverest | last post by:
I have a movieclip with 15 frame of animation nested on the main timeline. I want to code a delay on the nested clip so that when the playhead reaches the final frame, the nest clip will stop or...
0
by: nbt725 | last post by:
Dear Sir, Hello ! I have use simile timeline. (http://simile.mit.edu/mail.html). I am new to timeline and would like to do following, please guide me. In my timeline I have created 2 bands one...
3
by: =?Utf-8?B?V2FubmFiZQ==?= | last post by:
My boss would like a calendar looking webpage that shows events and a timeline on the calendar. Similar to something you see in Outlook when you schedule an event that lasts more than one day, but...
1
by: doublestack | last post by:
Hi everyone, I have a xml file that Simile Timeline uses to call events...Some of the events have links in them and I need to have those links open a new window. As it stands now the links replace...
5
by: doublestack | last post by:
Hi everyone, I have a xml file that Simile Timeline uses to call events...Some of the events have links in them and I need to have those links open a new window. As it stands now the links replace...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.