Anyone else having problems with changing value in tables

PortymanPortyman Member, PRO Posts: 409
edited June 2012 in Working with GS (Mac)
I have a table that I am tryin to change a value in. I can change the value with the new behavior for a particular row, but when I change scenes and move to the next row, the value is the same as the first row.

For instance I have a table full of booleans and each row is for a particular scene. If I change scene 1 to be true I get a special colored box to appear and I progress to scene 2, and then i pull the data from the next row. It appears that the next row has also been changed to true.
Is any one else Having this issue?

I have stepped though my code and it was working properly independently using attributed before I added the change table value.

Best Answer

  • EatingMyHatEatingMyHat Posts: 1,246
    Accepted Answer
    Can you submit a code sample? This way others can help you check it,

    If you feel you validated it as an issue, you might want to open a bug on it.

Answers

  • lukey5227lukey5227 Member Posts: 111
    Try the "Save Table" behavior.
  • MotherHooseMotherHoose Member Posts: 2,456
    put a display text on the first scene … to show the tableCellValue for row2
    does it change when row 1 changes?

    image MH

  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    Are you completly 100% sure your are pull your scene 2 data from row 2?
  • PortymanPortyman Member, PRO Posts: 409
    I am, I use a global variable that changes the scene images from a table, so
    If they are different that global variable has changed. I going work on it again this morning..
  • PortymanPortyman Member, PRO Posts: 409
    I have confirmed the code accuracy and it appears that the new scene cannot access the next row of the table.
  • PortymanPortyman Member, PRO Posts: 409
    Working on it now.
Sign In or Register to comment.