Widget: Newtableview

hi,

You can create an object, dragging from a newTableView?? delete of the newtableview and drop on the screen, but it follows with the finger?

I’ve managed to do it with a tap and then add the events, but not drag and drop

Thank you very much

Hi.

Yes it is possible. 

See the sample code: Corona SDK > SampleCode > Interface > DragMe  sample code for an example of how to drag an object.

Thanks Danny I had seen it.

My problem is I want to create an object when you drag an item from the tableview (It really is a simulation, you create another object that is moving)
The example creates the object with the event added and then when you “touch” starts.
I need the event to be created in the same time the object is created and then start to be dragged.

regards

Hi.

Yes it is possible. 

See the sample code: Corona SDK > SampleCode > Interface > DragMe  sample code for an example of how to drag an object.

Thanks Danny I had seen it.

My problem is I want to create an object when you drag an item from the tableview (It really is a simulation, you create another object that is moving)
The example creates the object with the event added and then when you “touch” starts.
I need the event to be created in the same time the object is created and then start to be dragged.

regards