Widget 2.0: Hidebackground Not Working In Tableview?

Anyone having that same problem?

The property hideBackground appears to not be working in the tableview.

Renato

Hi, hideBackground just hides the underlay created under the tableView.

It doesn’t make your rows transparent also. Is that the issue?

Thanks

Yes, I expected that my entire TableView, specially the rows, to become transparent.

So, how do I turn the rows transparent?  I tried to use that property inside the table:insertRow but that does not work also…

Inside your insert row function:

rowColor = { default = { 255, 255, 255, 0 }, }

That will make your row’s transparent.

Yes,  using that code together with the hideBackground, the rows turned to be transparent.

Thanks Danny.

Your welcome, happy coding! :slight_smile:

Danny,  just to let you know, I tested here the using that with mask and also worked :slight_smile:

Edited my comment, thanks :slight_smile:

Hi, hideBackground just hides the underlay created under the tableView.

It doesn’t make your rows transparent also. Is that the issue?

Thanks

Yes, I expected that my entire TableView, specially the rows, to become transparent.

So, how do I turn the rows transparent?  I tried to use that property inside the table:insertRow but that does not work also…

Inside your insert row function:

rowColor = { default = { 255, 255, 255, 0 }, }

That will make your row’s transparent.

Yes,  using that code together with the hideBackground, the rows turned to be transparent.

Thanks Danny.

Your welcome, happy coding! :slight_smile:

Danny,  just to let you know, I tested here the using that with mask and also worked :slight_smile:

Edited my comment, thanks :slight_smile: