I`m having a misbehavior from widget.newScrollView who superpose buttons, tableViews, etc while scrolling.
The scrollview keeps receiving touches out of his bounds.
See the “maskFile” parameter in the above link.
If you wish your scrollView to not scroll either horizontally or vertically you can use the parameters: “horizontalScrollDisabled” or “verticalScrollDisabled” Also listed in the above link. [import]uid: 84637 topic_id: 36407 reply_id: 144559[/import]
this is the code Im using, im using a maskFile.
In widget 2.0 i could see that the error is fixed. But the scroll keeps scrolling up when it loses focus.
how can i fix the auto scroll up ( this autoscroll wasn’t happening at 1.0) ??? [import]uid: 156274 topic_id: 36407 reply_id: 144560[/import]
When you say it keeps scrolling up when it loses focus… do you mean that you have scrolled it and you take your finger off the screen and it keeps scrolling until it comes to a stop?
At first ( 1.0) I scroll it to the bottom of a widget, when it loses focus the bottom of the widget goes to the end and it stops.
Second one (2.0) , I scroll it to the bottom, but when it loses focus , the scroll goes in the oposite direction until it arrives to the initial position.
same code. [import]uid: 156274 topic_id: 36407 reply_id: 144567[/import]
Hey Renato, what daily build are you using? Is that a tableView you are using in that video or a scrollView? [import]uid: 84637 topic_id: 36407 reply_id: 144965[/import]
This appears to be the same issue which affected tableViews with short rows.
I have fixed this issue and the fix will be available in one of the next few daily builds.
Thanks for reporting the issue. [import]uid: 84637 topic_id: 36407 reply_id: 144968[/import]
See the “maskFile” parameter in the above link.
If you wish your scrollView to not scroll either horizontally or vertically you can use the parameters: “horizontalScrollDisabled” or “verticalScrollDisabled” Also listed in the above link. [import]uid: 84637 topic_id: 36407 reply_id: 144559[/import]
this is the code Im using, im using a maskFile.
In widget 2.0 i could see that the error is fixed. But the scroll keeps scrolling up when it loses focus.
how can i fix the auto scroll up ( this autoscroll wasn’t happening at 1.0) ??? [import]uid: 156274 topic_id: 36407 reply_id: 144560[/import]
When you say it keeps scrolling up when it loses focus… do you mean that you have scrolled it and you take your finger off the screen and it keeps scrolling until it comes to a stop?
At first ( 1.0) I scroll it to the bottom of a widget, when it loses focus the bottom of the widget goes to the end and it stops.
Second one (2.0) , I scroll it to the bottom, but when it loses focus , the scroll goes in the oposite direction until it arrives to the initial position.
same code. [import]uid: 156274 topic_id: 36407 reply_id: 144567[/import]
Hey Renato, what daily build are you using? Is that a tableView you are using in that video or a scrollView? [import]uid: 84637 topic_id: 36407 reply_id: 144965[/import]