Earlier I described a problem where controls were being drawn multiple
times causing text to become bolder and dim controls to be darker.
The problem appears to be related to using a HIDisclosureTriangle in
an embedded view and calling TransitionWindow to change the window
size. For some reason HIDisclosureTriangle's draw function is calling
HIWindowFlush which is causing my views to be drawn extra times. My
views have probably been marked as dirty because I'm adding or
removing views as I slide the window. Does this make any sense? It
seems to me that it's a bug to call a flush function inside an
HIView's drawing function.
MyViewsDrawingHandler
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden