Author Topic: Well, I need help again.  (Read 4269 times)

0 Members and 1 Guest are viewing this topic.

Offline ccooldean

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 7
  • Rating: +0/-0
  • ccooldean
    • View Profile
Well, I need help again.
« 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:


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?
« Last Edit: August 18, 2015, 04:58:22 pm by ccooldean »
I make Phoenix Engine!
...
yup.

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: Well, I need help again.
« Reply #1 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.
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline ccooldean

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 7
  • Rating: +0/-0
  • ccooldean
    • View Profile
Re: Well, I need help again.
« Reply #2 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!
I make Phoenix Engine!
...
yup.