We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello people. Nice new forum! I just realised that this sketch is generating 3 popups when loaded?
I have traced to the sketch (commented out HTML tag <canvas data-processing-sources="mixer_01B_noTabs.pde"; style=" outline:none"></canvas>
) stopped the popups... Any idea what could be doing this? The code is big I'll link it here, all the code as I got no clue where it could be...
The popups are three 700x700 gray rects, those images does not exist in the server... And size() is (700,700); Have anyone seen this?
Answers
bumping...
I guess these are caused by the three saveFrame() statements. Try to comment them out.
Thanks as soon as I get home I'll try that, it's probably the answer. I just forgot them there...
@mbraendle Thanks a lot to look at my code and find that. You nailed it :) tks