Widgets : Asking for trouble ?

Hi,

We are building a new business app that will display simultaneously a tableView and a scrollView in landscape mode. The 2 widgets will be side by side, Therefore depending on what is selected in the tableview, we will refresh the content of the scrollView.

Will this work ? or because of mask limit or something else, we will not be able to do that ?

thanks for your input.

Nick

Hi Nick,

This will work fine. The mask limit (which is hardware-limited, not Corona-limited) applies to nested masks, for example if you tried to put a masked object within a container within a scrollView within another container). If you just put them side by side, there should be no issues whatsoever.

Take care,

Brent

@Brent, thank you for the quick reply.

Hi Nick,

This will work fine. The mask limit (which is hardware-limited, not Corona-limited) applies to nested masks, for example if you tried to put a masked object within a container within a scrollView within another container). If you just put them side by side, there should be no issues whatsoever.

Take care,

Brent

@Brent, thank you for the quick reply.