I have tried to implement image change on touch down in a tablerow by having 2 row images. One of them with alpha set to 0 and setting it to 1 when touching the row (event = press). Unfortunately the Storyboard changes the image too slow and changes scene way before the image change.
Have anyone implemented this? What’s the best way to do this?
It would be great if the tablerow could have 2 images, 1 for normal state and 1 for touch state. [import]uid: 38237 topic_id: 27855 reply_id: 327855[/import]
Or if it would be possible to have the widget.newButton to bubble touch events up to the tablerow behind, by returning true/false in it’s event handler. As it is now I can’t scroll the tableview if the touch is inside the button in a row.
Edit:
Hm. just read my first post and some of it didn’t make any sense at all.
Didn’t read through my post before pressing save obviously:
“Unfortunately the Storyboard changes the image too slow and changes scene way before the image change.”
What I mean is that the tablerow’s touch handler (press) isn’t triggered immidietely when the user press it, so it won’t change image if the user release the touch too fast.
Why isn’t the press event triggered right away? Why the delay? [import]uid: 38237 topic_id: 27855 reply_id: 112757[/import]