Joined: May 25, 2003 Posts: 4752 Location: Santa Barbara, CA
Posted: Sat Jun 07, 2003 11:08 am Post subject:
Yes, these display problems are known On the Head branch right now, Dan's just committed the entire replacement of the QuickDraw based code with the CoreGraphics/Cocoa drawing code. We're working on cleaning it up right now, but in its intermediate state you'll get the strange black background on toolbars, redraw issues, and text may be flipped upside down from time to time (CoreGraphics has an inverse y axis as compared to QuickDraw).
Thanks for reporting where you've seen these drawing errors so I can check to make sure we nail them!
If you're looking for something a bit more stable, you can update to the version before we got rid of QuickDraw with
Code:
cd vcl
cvs update -rPreQDExorcism
That's our CVS tag for the version before we started our latest round of graphics hacking (well, Dan, I'm just getting ready to join in the fun now that I've got all those X11 installers out!). I'll be sure to note here when any of these issues are solved on head. They only affect the "vcl" module, so you won't need to do a full update or checkout to revert back to QD or move back to CG when we get things fixed up.
Posted: Tue Jul 01, 2003 1:20 am Post subject: Re:Flipped text
OPENSTEP wrote:
Yes, these display problems are known
...text may be flipped upside down from time to time (CoreGraphics has an inverse y axis as compared to QuickDraw).
I played a bit with Neo IG, and saw the text flipping problem when moving the styles window.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum