|
Author |
Topic: Slider and ScrollBar classes... (Read 6989 times) |
|
arielm
|
Re: Slider and ScrollBar classes...
« Reply #1 on: May 27th, 2003, 8:28pm » |
|
the following source code (same behavior like "paper box 1") present an extended version of these classes that use a basic "event-posting" system: http://www.chronotext.org/bits/021/paper_box_1_rv_1.pde it can be useful when things get too complicated to handle within loop(): basically, the point is to use an "observer" object that (if properly registered) can receive events from sliders and scrollbars, and react appropriately...
|
Ariel Malka | www.chronotext.org
|
|
|
vent
|
Re: Slider and ScrollBar classes...
« Reply #2 on: Jun 16th, 2003, 12:09am » |
|
These are really well designed. The manner in which they are implemented in paper box 1 is excellent. Very nice!
|
http://www.shapevent.com/
|
|
|
arielm
|
Re: Slider and ScrollBar classes...
« Reply #3 on: Jun 16th, 2003, 12:20am » |
|
thanks zevan, looking forward to see one of these classes in one of your forthcoming shape events...
|
Ariel Malka | www.chronotext.org
|
|
|
|