Sometimes user has to enter a pin, I use a panel for this, and eveyrthing is fine, BUT user can still perform actions from appCompat bar, for e.g. clicking menu items and so on. I tried
, but actions could still be performed.
I know I can create custom items and deal with their events, but it would be much straight forward if I could simply disable the whole bar.
Any ideas?
B4X:
acToolbar.enabled=false
I know I can create custom items and deal with their events, but it would be much straight forward if I could simply disable the whole bar.
Any ideas?