Page 1 of 1

Livecode IDE Retina Support

Posted: Fri Aug 02, 2013 9:10 pm
by Danieldz
Hello all,

I have been looking in this forums and I think that this request hasn't been made.

It would be nice if Livecode IDE had retina display support. What I mean is that if your are working in a MacBook Retina Display you see the elements in the IDE really pixelated: windows, icons, controls, text (even the code).

Regard,

Daniel

Re: Livecode IDE Retina Support

Posted: Sat Aug 03, 2013 5:59 am
by shaosean
Apparently adding:

Code: Select all

	<key>NSHighResolutionCapable</key>
	<string>True</string>
just before the </dict> tag at the end of the info.plist file is supposed to allow apps to display nicely on Retina monitors, but I have no way of testing it..

Re: Livecode IDE Retina Support

Posted: Mon Aug 05, 2013 8:23 pm
by Danieldz
Hello shaosean, thank you for your answer.

I can see that you have a solution for a specific App, but I'm talking about the Livecode IDE.
The quality of graphics and text is really low in retina monitors.

Daniel

Re: Livecode IDE Retina Support

Posted: Tue Aug 06, 2013 5:37 pm
by shaosean
The IDE is just an app, so the same thing should work in there.. Unless you are talking about having your compiled apps automatically detect Retina monitors and display the correct resources, the engine can't do that just yet..