Page 2 of 2

Re: 2X scaling

Posted: Wed Feb 08, 2012 5:30 pm
by thatshelby
Thanks everyone, it works nicely!


hryx ~ I vaguely recognize you from TIGs. Nice that i'm not alone here. That method definitely seems faster, however, I want fonts scaled too (maybe, not sure yet. but it couldn't hurt)

Marrekpie ~ This kind of stuff always happens to me. So annoying when you spend hours fixing one error when all you have is a typo. Good catch.

Re: 2X scaling

Posted: Wed Feb 08, 2012 7:59 pm
by Kadoba
Just remember that nil = doesn't exist. So if you get a nil error it is usually a typo.

Re: 2X scaling

Posted: Wed Feb 08, 2012 10:10 pm
by Robin
Kadoba wrote:Just remember that nil = doesn't exist. So if you get a nil error it is usually a typo.
Or the equivalent of a NullPointerException, a NameError/KeyError or segfault. ;)