[javascript-dev] Re: Callback for bpatcher resize event?
John Pitcairn
cycling74forum at opuslocus.net
Wed Dec 5 22:24:26 MST 2007
- Previous message: [javascript-dev] Re: Callback for bpatcher resize event?
- Next message: [javascript-dev] Re: Callback for bpatcher resize event?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [javascript-dev] Re: Callback for bpatcher resize event?
- Next message: [javascript-dev] Re: Callback for bpatcher resize event?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
