Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    16
    Views
    957

    [SOLVED] Re: old object take variabile from the new issue

    Glad you got it working.
  2. Replies
    16
    Views
    957

    [SOLVED] Re: old object take variabile from the new issue

    The posted code in post#15 does not fix the problem I talked about in post#14.

    Add some more debug code to print out the contents of the object returned by:

    structure.element.get(0)
    so you can...
  3. Replies
    16
    Views
    957

    [SOLVED] Re: old object take variabile from the new issue

    Can you print out the values that you are talking about to show what is happening?


    Are you talking about this array: Node[] nodiestremi?
    The code only defines one instance of that array and...
  4. Replies
    16
    Views
    957

    [SOLVED] Re: old object take variabile from the new issue

    Are the values of the ndElem what is wrong?
    Is everything else correct?
  5. Replies
    16
    Views
    957

    [SOLVED] Re: old object take variabile from the new issue

    I can't help you to use the IDE's debugger.
    I use println statements for my debugging. I would print out the values of the variables that the code uses to create the report that is wrong. That...
  6. Replies
    16
    Views
    957

    [SOLVED] Re: old object take variabile from the new issue

    How are you debugging the code to see what it is doing and why its output is not what you want?

    Where in the code is the output generated?
    Where does that coded get the data that is printed?
  7. Replies
    16
    Views
    957

    [SOLVED] Re: old object take variabile from the new issue

    Please post the code here, not as attachments. Make sure the code for testing is not too large.
  8. Replies
    16
    Views
    957

    [SOLVED] Re: old object take variabile from the new issue

    The posted code does not compile without errors and can not be executed for testing.

    Please fix the compiler errors so the code can be executed for testing.
  9. Replies
    16
    Views
    957

    [SOLVED] Re: old object take variabile from the new issue

    Is the problem you are having because of all the static variables being used in the classes?
    If each instance of a class should have its own values, then the variables that hold those values should...
Results 1 to 9 of 9