Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    2,076

    Re: BlinkingLabel-StackOverflow Error

    Search through your code to see where the constructor is called from. If in more that one place, make sure it does NOT call itself.


    Put [code] tags around the code to preserve formatting.
    See:...
  2. Replies
    6
    Views
    2,076

    Re: BlinkingLabel-StackOverflow Error

    Sounds like a recursive loop.
    Try adding some printlns to the constructors and methods to see if there is a loop.
    The print out will show how your code is calling the methods and constructors.
    ...
Results 1 to 2 of 2