TTMSFMXNavBar Orientation

I tested the Nav bar on a Samsung Galaxy Note III and when its set to AlClient, the Nav Bar does not fill the entire screen when the phone is turn to lansdcape. The Nav bar only fills the left side of the screen, and i lose the footer, most all of the items, and the splitter.


Can you try with the following code in the resize event:


TMSFMXNavBar1.NeedStyleLookup;
TMSFMXNavBar1.ApplyStyleLookup;

Kind Regards, 
Pieter

Yes! Thank You!

Is there a guide for the NavBar? All I can seem to find is the TMSFMXPackDevGuide.pdf. Is there a guide like there is for the Grid (TMSFMXGridDevGuide.pdf), Memo TMSFMXMemoDevGuide.pdf(), and TableView (TMSFMXTableViewDevGuide.pdf)?

ahhhhhhh, disregard my message above (except the part about the manual)

If I create panels and sections, then turn the device to landscape, it throws an acess violation

    NavBar.BeginUpdate;
    for I := 0 to  LPSystem.NavData.Tabs.Count-1 do
    begin
     Panel:= TTMSFMXNavBarPanel.Create(NavBar);
     Panel.Caption:= LPSystem.NavData.Tabs.Name;
     NavBar.AddPanel(Panel);
      for J := 0 to  LPSystem.NavData.Tabs.Sections.Count-1 do
      begin
       Section:= Panel.Sections.Add;
       Section.Caption:= LPSystem.NavData.Tabs.Sections[J].Name;
       end;
    end;
    NavBar.BeginUpdate;
   end

Hi, 


We are unable to reproduce this here, can you send us a sample that demonstrates this?

Kind Regards,
Pieter

How and where do i send 

Please send it to support@tmssoftware.com with the link to this post.