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.
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]
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]