Closed eelke closed 12 years ago
Simple example, in the simpleTimelineDemo project, at the end of the setup() function, add:
timeline.setWidth(500); timeline.setOffset(ofVec2f(100,100));
and run the app.
Zoomer etc are placed correctly, but the elements are all aligned at the left side of the app.
should work now!
Simple example, in the simpleTimelineDemo project, at the end of the setup() function, add:
and run the app.
Zoomer etc are placed correctly, but the elements are all aligned at the left side of the app.