Recent

Author Topic: [SOLVED] LAMW : ActionBar without tab title ?  (Read 2352 times)

majid.ebru

  • Sr. Member
  • ****
  • Posts: 497
[SOLVED] LAMW : ActionBar without tab title ?
« on: February 04, 2017, 10:25:22 am »
Hi
how can i have actionbar without title tab?
or
how can disable/hide title tab ?
or
is a component like actionbar without title tab?
« Last Edit: February 10, 2017, 03:16:45 pm by majid.ebru »

jmpessoa

  • Hero Member
  • *****
  • Posts: 2301
Re: LAMW : ActionBar without tab title ?
« Reply #1 on: February 04, 2017, 04:13:09 pm »
Well, you can try   [but...   :o]:

Code: Pascal  [Select][+][-]
  1. procedure TAndroidModule1.jButton1Click(Sender: TObject);
  2. begin
  3.     Self.RemoveAllTabsActionBar();
  4. end;
  5.  

And there are others methods to support the actionbar:
    Self.HideActionBar();
    Self.ShowActionBar();
    Self.ShowTitleActionBar(_value: boolean);
    Self.ShowLogoActionBar(_value: boolean);
    Self.SetTitleActionBar(_title: string);
    Self.SetSubTitleActionBar(_subtitle: string);
    Self.SetIconActionBar(_iconIdentifier: string);
    Self.SetTabNavigationModeActionBar;
    Self.GetActionBar(); // return jObject
« Last Edit: February 04, 2017, 04:15:38 pm by jmpessoa »
Lamw: Lazarus Android Module Wizard
https://github.com/jmpessoa/lazandroidmodulewizard

 

TinyPortal © 2005-2018