Touch event with scrollView

Hi @warrenwsav,
So if I read this code properly, you’re attempting to add a widget button inside a widget scrollview, and the button isn’t functioning properly? If so, this is a limitation of the current scrollview, but it will be solved in the upcoming revamped widget library, which is right around the corner (as in, really soon).

Thanks for your patience, let me know if your issue is otherwise than what I describe here.
Brent [import]uid: 200026 topic_id: 34809 reply_id: 138824[/import]

Thanks! At least I know it’s not my code - that is, if I’m doing it properly.

Do you think it will be a week or two when released?

Also, will I be able to add checkboxes and radio buttons inside the control also with the fix? I thinki those are the same widget if I’m not mistaken.

[import]uid: 184193 topic_id: 34809 reply_id: 138825[/import]

Hi again,
Yep, your estimated time is correct. Should be soon; documentation is being complied and final testing is underway.

Also, yes, you will be able to add checkboxes and radio buttons inside. :slight_smile:

Brent [import]uid: 200026 topic_id: 34809 reply_id: 138828[/import]

Do you have a target date of the release for this fix?

Thanks! [import]uid: 184193 topic_id: 34809 reply_id: 140214[/import]

Does this bug affect normal display objects with touch events? I am having an issue with not seeing a “moved” phase for a display object. I actually do not want to scroll when I click on my object, I want to drag it. But what happens is, my scrollView scrolls and because I never see a “moved” phase in my objects touch listener, I can’t implement dragging.

http://developer.coronalabs.com/forum/2013/01/24/dragging-objects-inside-scrollview [import]uid: 213270 topic_id: 34809 reply_id: 140234[/import]

The problem it has right now is the click events for objects such as the widget button, radio button, etc. does not fire correctly. They know if this error and said they are fixing it now. My projects are at a stand still until they release a daily build with this fix.

Warren
[import]uid: 184193 topic_id: 34809 reply_id: 140238[/import]

Do you have a target date of the release for this fix?

Thanks! [import]uid: 184193 topic_id: 34809 reply_id: 140214[/import]

Does this bug affect normal display objects with touch events? I am having an issue with not seeing a “moved” phase for a display object. I actually do not want to scroll when I click on my object, I want to drag it. But what happens is, my scrollView scrolls and because I never see a “moved” phase in my objects touch listener, I can’t implement dragging.

http://developer.coronalabs.com/forum/2013/01/24/dragging-objects-inside-scrollview [import]uid: 213270 topic_id: 34809 reply_id: 140234[/import]

The problem it has right now is the click events for objects such as the widget button, radio button, etc. does not fire correctly. They know if this error and said they are fixing it now. My projects are at a stand still until they release a daily build with this fix.

Warren
[import]uid: 184193 topic_id: 34809 reply_id: 140238[/import]

I’m having a similar problem. I’d like the row to be selected when the user touches and releases the button, but not when they actually scroll through the list. However, when I use “if event.phase == ‘ended’” it doesn’t select the row at all.

I’m having a similar problem. I’d like the row to be selected when the user touches and releases the button, but not when they actually scroll through the list. However, when I use “if event.phase == ‘ended’” it doesn’t select the row at all.