Omnimaga

Calculator Community => TI Calculators => Lua => Topic started by: ccooldean on August 18, 2015, 04:52:46 pm

Title: Well, I need help again.
Post by: ccooldean on August 18, 2015, 04:52:46 pm
So thanks to the last post, I've made some significant progress.

when the program is emulated.

It, however, does nothing on my ACTUAL TI-Nspire, except show the first screen:
(http://i.imgur.com/SEeEFzR.png)

I noticed an icon in the top right when the program is run, and here it is:
Well... I can't get the icon to reappear, but I think I know what's wrong. I just don't know how to fix it.
The screen isn't updating!

I would assume the icon means low ram, so would anyone be willing to help me update the screen/tell me what this icon means?

EDIT: Looks like I was right!
(http://i.imgur.com/nHzCvC4.png)
Can somebody help me fix this?
Title: Re: Well, I need help again.
Post by: Adriweb on August 18, 2015, 06:22:58 pm
You'd need to show your code.

One thing I can think of that you may be doing: calling image.new() more than once (per image). If you're doing that, don't look further (for now), it's the culprit.
Title: Re: Well, I need help again.
Post by: ccooldean on August 18, 2015, 06:33:10 pm
You'd need to show your code.

One thing I can think of that you may be doing: calling image.new() more than once (per image). If you're doing that, don't look further (for now), it's the culprit.

That's what I'm doing. Whoops. I think I saw something in the manual for the Lua API, so I'll give that a shot! Thanks for being useful twice today!