1 Jun 2004 02:33
Re: Re: [sc-users] Post and flush
Flushing from the language is generally not a good thing to do because it calls the UI, and the language runs in real time. All text is queued asynchronously. If the language were forced to wait for a flush during sequencing, it would ruin timing. Flushing happens periodically from a timer thread. On May 31, 2004, at 3:02 PM, James Harkins wrote: > Let me bump this one, and switch it over to dev... there's > Meta_Post-flush, but it just calls "this.flushPostBuf." > > Post is only a subclass of Object. Is this right? > hjh > > On Wednesday, May 19, 2004, at 09:49 US/Eastern, nikolai collinsky > wrote: > >> I'm trying to get posted feedback during intensive >> algorithm churning, any recommendations on forcing >> updates to display? At the moment nothing prints until >> the calculations are over. >> >> Cheers >> >> CALL STACK: >> Object-doesNotUnderstand >> arg this = class Post >> No implementations of 'flushPostBuf'. >>(Continue reading)
RSS Feed