Calculator Community > Lua

Well, I need help again.

(1/1)

ccooldean:
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:


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!

Can somebody help me fix this?

Adriweb:
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.

ccooldean:

--- Quote from: 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.

--- End quote ---

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!

Navigation

[0] Message Index

Go to full version