Load window size from file in P3

edited August 2015 in How To...

Hi! I'm transitioning to Processing 3 and found out that I can no longer load a config file -via loadStrings()- before setting the window size -via size()-, since size() now only accepts variables when put in settings().

I cannot think of a way to make this work again, and being able to let users pick a window size is one of the requirements in a tool I'm making.

Any tips?

Thanks a lot!

Sign In or Register to comment.