Hello i am new to corona … started to work on an app
i wold like to create a scroll view from which objects can be dragged out. is it possible to make something like this using coronas scroll view or do i have to make something custom? [import]uid: 169726 topic_id: 30290 reply_id: 330290[/import]
The dragging aspect might cause you some headaches because dragging will tend to scroll the scroll view or list view. You can probably make dragging objects out of these widgets work with some clever programming. Selecting items from a scroll or list view and then placing them somewhere else- without the visible dragging- is much easier, but still requires a little finagling. I don’t think any of the widgets support this behavior natively.
One of my videos has a very short example of selecting objects from a list view and assigning them to the tabs on a tab bar. This works well enough for me that I find a visible dragging effect unnecessary. http://www.youtube.com/watch?feature=player_detailpage&v=DJsHMH2eJyE#t=90s [import]uid: 99903 topic_id: 30290 reply_id: 121358[/import]
The dragging aspect might cause you some headaches because dragging will tend to scroll the scroll view or list view. You can probably make dragging objects out of these widgets work with some clever programming. Selecting items from a scroll or list view and then placing them somewhere else- without the visible dragging- is much easier, but still requires a little finagling. I don’t think any of the widgets support this behavior natively.
One of my videos has a very short example of selecting objects from a list view and assigning them to the tabs on a tab bar. This works well enough for me that I find a visible dragging effect unnecessary. http://www.youtube.com/watch?feature=player_detailpage&v=DJsHMH2eJyE#t=90s [import]uid: 99903 topic_id: 30290 reply_id: 121358[/import]