TabBar and TableView problem

Hi

I don’t know if this issue was already discussed here:

If I have TabBar ontop of TableView, click on TabBar Button activates TableView row below too.

Is there anything I can do to stop it?

Thanx

Not sure if this is the problem but I am wondering if you are using a maskFile while setting up your tableView. You need to ‘constrict’ the space where the tableView will be allowed to display and operate and the way to do this is to use a maskFile. See the API docs on tableView for more details. Hope this helps.

Hi ksan.
No, my TableView is not masked.
I solved the problem with rectangle behind the tabbar with touch event which returns true.

But I think that tab bar should stop touch events by default.
Who need to touch something behind the tabbar?

I have the same problem, and i solve it same way too.

This behaviour should be a bug.

Not sure if this is the problem but I am wondering if you are using a maskFile while setting up your tableView. You need to ‘constrict’ the space where the tableView will be allowed to display and operate and the way to do this is to use a maskFile. See the API docs on tableView for more details. Hope this helps.

Hi ksan.
No, my TableView is not masked.
I solved the problem with rectangle behind the tabbar with touch event which returns true.

But I think that tab bar should stop touch events by default.
Who need to touch something behind the tabbar?

I have the same problem, and i solve it same way too.

This behaviour should be a bug.