+ Reply to Thread
Results 1 to 5 of 5

Thread: Selecting cells

  1. #1

    Selecting cells

    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.

    Code:
                // We use the tile at index 1 to highlight a selected cell
                selectAction.SelectedFrames.Set(imageStrip, 1);
    So with auto-submit on I would like to display the image in this code, but I seem to be missing something.

  2. #2
    I take it the Evo-client does not display the image associated with the select action because it does not support gaming updates... With autoSubmit set to true, my application does receive the correct command when the cell is selected though.

    A bigger problem occurs when using the application from an iPhone. Selecting the cells cues the correct image to be displayed, but no message is sent to the application, even with autoSubmit set to true.

  3. #3
    MXit Pro Member
    Join Date
    Oct 2010
    Location
    Centurion
    Posts
    292
    You might find this thread interesting

    http://code.mxit.com/forum/showthread.php?t=51

    The EVO and iOS clients have exhibited some odd behaviors with regards to selection and tables. I would suggest you do your testing on an J2ME client for the time being.

  4. #4
    Agree with DeepFreez. Java ME is our main client platform, so it's best to ensure your app works best with it.

  5. #5
    Thanks, I somehow missed that thread. I'll use the J2ME client for now.

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts