The Artima Developer Community
Sponsored Link

Agile Buzz Forum
More on Double Buffering and Mac

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
More on Double Buffering and Mac Posted: Oct 13, 2009 2:08 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: More on Double Buffering and Mac
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement

Travis put together some tests for me to run on 10.6, while he ran the same ones on 10.5. What we found out is that the double buffering "problem" I reported here is a symptom, not the actual problem. The actual problem is with some level of Pixmap drawing on OS X within our VM, and double buffering - for apps that do a lot of updating, like BottomFeeder - can end up in a pathological state.

That's easy enough to address on an application level basis - just don't use double buffering, or, as I did in BottomFeeder, derive a new double buffering class in its own namespace, have that class notice "oops, I'm on OS X", and pass back the regular policy. For many other apps, double buffering won't be a problem though.

So - if you run on OSX and see this problem go ahead and work around it for now. In the meantime, our VM team is looking at the problem.

Technorati Tags: , ,

Read: More on Double Buffering and Mac

Topic: A “New Space Opera” Reading List Previous Topic   Next Topic Topic: The Future of Fall Photography

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use