Bug? [3.00] NavigationBar doesn't display.

LWGShane

Well-Known Member
Licensed User
Longtime User
I have a project which uses the NavigationBar and I have it enabled in the designer, however, it won't show up at runtime. I have the project attached.

Thanks!
 

Attachments

  • HammerTool.iOS.zip
    64 KB · Views: 253

Erel

B4X founder
Staff member
Licensed User
Longtime User
These designer properties don't have any runtime effect:

SS-2016-10-14_10.11.52.png


If you want to show the toolbar:

B4X:
NavControl.ToolBarVisible = True
 

LWGShane

Well-Known Member
Licensed User
Longtime User
These designer properties don't have any runtime effect:
B4X:
NavControl.ToolBarVisible = True

ToolBarVisible.....

ToolBar.....

TOOL BAR?

I was using "NavigationBarVisible" and not "ToolBarVisible".

That moment when you realize that you've used the wrong method.....
-O35-q8IruMEC7j3NhfDKzPB-zZ2VfXwrBZtOJ5npRE
 
Last edited:
Top