XML Feeds

.

[javascript-dev] Re: Callback for bpatcher resize event?

John Pitcairn cycling74forum at opuslocus.net
Wed Dec 5 22:24:26 MST 2007


It doesn't require polling, unless you want a "live" resize on drag. 

You can make the window-size check quite efficient, and you only do that on mouseup anyway - which really won't be very frequent, compared to polling every 100ms or so. 

So you still don't run any of your GUI-resize code unless the patcher size has changed.


More information about the javascript-dev mailing list