Loading...
Logo
Processing Forum
Code currently just using the controlp5 example frame command to have controls in a separate window.

I have it working fine to use sliders to control in the parent however i am using the newly updated version of modelbuilder back with the UTilesaver class and getting an error when trying to do the tilesave hires

Using processing 2.0ab5, cant say for sure which version of controlp5 but think its the latest as i added it using the new library import func


Wierdly if i use setup(400,400,???) anything in the question marks the controlp5 frame disappears. Is this to do with using the java.awt.frame and conflict with opengl2 in processing 2 ?

Im assuming that becuase modelbuilder uses pgraphics3d and its not in processing2 (?) then this is the problem.

Saveframe() works of course, from a button on the frame window

Any help appreciated.

Ashley

Replies(1)

actually wierdly im now only getting an error on tiler.pre(); function from UTileSaver


Wondering if its cos its trying to do hires on the controls window? saveframe knows to capture the screen and not the controlp5 window

didnt do anything other than set a new folder for all my sketches for processing 2 ratehr than using same - wondering if maybe some kind of conflict with libraries was happening becuase of it.

had to reinstall controlp5 and other libs into processing 2 becuase of changing the sketchbook folder in p2 prefs. 

im still not ready to give up 1.5.1 for stuff as its really solid - but use 2 for android based things.