java.lang.StackOverflowError when change background image

  • Replies:2
José Vanz
  • Forum posts: 4

Aug 21, 2013, 9:54:33 PM via Website

Hi

In my code, when I change a background of my Button is threw a java.lang.StackOverflowError. Why this occurs? There is some restrictions about when I can call this method?

Thank you

Reply
Deactivated Account
  • Forum posts: 131

Aug 22, 2013, 10:32:00 AM via Website

Without any code and a stack trace it's hard to help you.
Stack overflow errors are most commonly due to infinite loops.

You need to provide code and a stack trace please.

José Vanz

Reply
José Vanz
  • Forum posts: 4

Aug 26, 2013, 8:23:40 PM via Website

You're right. Sorry Man...

But, I solved the problem.
Thank you for your attention.

Reply