M Mike1970 Well-Known Member Licensed User Longtime User May 25, 2019 #1 Hi, everyone, im trying to use the Place Autocomplete View from Erel. I have the necessity to hide (or show) the view as i want by code, but the command: B4X: PlaceAutocompleteView.Visible = False doesn't exist... how can i solve this?
Hi, everyone, im trying to use the Place Autocomplete View from Erel. I have the necessity to hide (or show) the view as i want by code, but the command: B4X: PlaceAutocompleteView.Visible = False doesn't exist... how can i solve this?
Erel B4X founder Staff member Licensed User Longtime User May 26, 2019 #2 Make mBase a public global and hide it with: B4X: PlaceAutocompelteView.mBase.Visible = False Upvote 0