[javascript-dev] Re: Callback for bpatcher resize event?
vade
doktorp at mac.com
Wed Dec 5 23:38:33 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 ]
Well, mouse state polls, maybe not in JS, but in max code. btw, my code is not polling at all, that task has a schedule, while runs once, delayed by 100ms because there is some delay required for the subpatch within my bpatcher to realize it is in a parent and traverse the hierarchy up. Otherwise with no delay it throws an error. Logic wise I think we are in agreement, however, this isnt for a window, but for a bpatcher, where I plan on have MANY MANY of them, so I suppose I could be polling in one location, send the event globally, to fire it off, I may give it a shot, but my above solution works for what I need to do. These ui objects are the heart of my performance environment, so I want to keep them as lean as possible. Thanks, I may give something like that a shot at some point.
- 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 ]
