I am trying to disable a table (latest Xojo version) so that the user cannot select an item but the table is always active. It makes no difference if I disable it in the IDE or in code in the open event or via a timer Table1.enabled = false. I tried the Simple Example from the Examples folder same response
I don’t see an Enabled property for iOSMobileTable. I just set the Visible to false and hide the whole table or let a user select something and get a PopUpMessage saying why it’s not currently allowed.
Thanks Jeremie for the suggestions but no one has explained why setting enabled = false doesn’t work?? I’m also trying to steer clear of iOSDesignExtensions to be compatible with Android when it comes assuming iOSDesignExtensions won’t work.
A table is just a container that rearranges a set of views (table cells) displayed within it.
Disabling the table is useless because the user is not interacting with the table itself (apart from scrolling) but actually interacting with the cells.