Help with the basics...

Started by
11 comments, last by GeneralQuery 11 years, 4 months ago
Ok, I just verified that everything is fine on another machine. I can only assume the issue has to do with apple's retina display tech. I know they have some kind of new resolution independence code that messes with how the drawing for the new display works. I won't claim to fully understand it, but it must be something to do with it. Their windows drivers must be doing something similar and keeping me from seeing what I expect to see.

The issue only appears in fullscreen mode. Development on this macbook will have to happen in windowed mode. If anyone has a solution, or even explanation, that would be great.

Thanks a bunch for your help GeneralQuery!
Advertisement

Last I checked when researching some Wordpress graphics was that the retina technology takes an image with double the resolution (200% of the original) and reduces it, so you have more pixels per inch (I guess that would mean 4 pixels in the space 1 pixel normally takes up).

Oh, I forgot to mention. Re: code tags. The correct usage is using square brackets rather than angle brackets, i.e.:


 
[code]type your code here[/code]
 

I wouldn't worry so much about it for your OP but it's useful to keep in mind for future posts as people with short attention spans (such as myself!) tend to zone out and hit the back button when confronted with a wall of unformatted code wink.png

This topic is closed to new replies.

Advertisement