I created a table using GenerateTable() from the tutorial. When I select a cell in the client, the correct message is sent, but the cell image isn't replaced with the 'selectAction.SelectedFrames.Set' image. The image is only correctly updated when auto-submit is off.
So with auto-submit on I would like to display the image in this code, but I seem to be missing something.Code:// We use the tile at index 1 to highlight a selected cell selectAction.SelectedFrames.Set(imageStrip, 1);


Reply With Quote
