Two tableviews problem

Hi,

I created a MAIN tableview that works fine, until i create a second one (RESULTS).

When creating the RESULTS tableview, the only event.phase i get from the MAIN tableview is “press”, all the others like “release” are not fired anymore in onRowTouch()

When i remove this code that sets up the second tableview…

local resultlistOptions = {  
 top = 40,  
 width = 320,  
 height = 410,  
 default="background.jpg",  
 maskFile = "mask-320x410.png"  
}  
local resultlist = widget.newTableView( resultlistOptions )  

…then the Main tableview event.phases are working again.

Is it not possible to have 2 tableviews active at the same time?

I put everything in a seperate group for each tableview.

[import]uid: 50459 topic_id: 28485 reply_id: 328485[/import]

I am encountering the same issue.

Can someone from Corona labs reply whether this is possible or it is a limitation of the current widget system?

[import]uid: 100477 topic_id: 28485 reply_id: 142051[/import]

Are you using the same listener for both tableViews?

NOTE: Using multiple tableViews and a tableView above another tableView is supported with the new widget library which is out very soon. [import]uid: 84637 topic_id: 28485 reply_id: 142363[/import]

I am encountering the same issue.

Can someone from Corona labs reply whether this is possible or it is a limitation of the current widget system?

[import]uid: 100477 topic_id: 28485 reply_id: 142051[/import]

Are you using the same listener for both tableViews?

NOTE: Using multiple tableViews and a tableView above another tableView is supported with the new widget library which is out very soon. [import]uid: 84637 topic_id: 28485 reply_id: 142363[/import]