Forum Archive

canvas color in Xcode simulator seems broken

jose3f23

I am using Xcode 4.6.2 and a canvas script exported shows dark grey background and does not respond to line color changes.

omz

The export dialog has a 'text background color' option, that also affects the canvas background. If you already have an exported project, you can also change the background color in line 33 of the AppDelegate.m that you'll find in the Classes group of the project (just change the white component of the backgroundColor and textColor parameters, should be relatively easy, even if you don't know Objective-C).

If you still have a problem with changing the line color afterwards, I'd appreciate if you could show me the code you're using, I just tested it with a minimal example, and I can't reproduce this.

jose3f23

I did not notice the text background switch in the export dialog. I have changed the AppDelegate.m class and everything is ok now.

Thank you.

Excuse the OT, but I really miss some text input capabilities in Scene class. IMHO the most important feature to be included in the next release.