FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1256 : Time Slider, visualizations of time-based processes
Last modified: 2009-05-31 13:13
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
WONTFIX -
Pr
i
ority:
P2
Severity:
enhancement
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
Marco Gergele
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2009-05-31 11:02
I wonder if anybody else needs a time slider? I want to present a few
really simple blocks (rectangles), but they change over time and I want the
user to see the current time as well as give the opportunity to slide to a
certain position - you know, the YouTube movie kind.
There is a list of events each with a time and those mean to add, remove or
fade a simple rectangle.
Everything else looks quite fantastic, I'm really looking forward to use it
for visualizations.
Additional Comment
#1 From Marco Gergele 2009-05-31 11:04
Sorry, but I couldn't find how to mark it "Feature Request".
Additional Comment
#2 From fry 2009-05-31 13:13
This is the sort of thing we rely on libraries for--check out controlp5 or
one of the other GUI libraries on the libraries page:
http://processing.org/reference/libraries/
The issue is that to properly handle components, you quickly need a lot of
infrastructure to handle them, so it's best left to a complete interface
solution.