weird popups generated by processing/processingjs sketch.

_vk_vk
edited October 2013 in JavaScript Mode

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?

Tagged:

Answers

  • bumping...

  • Answer ✓

    I guess these are caused by the three saveFrame() statements. Try to comment them out.

  • _vk_vk
    edited October 2013

    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

Sign In or Register to comment.