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]