Paulsche Well-Known Member Licensed User Longtime User Apr 2, 2013 #1 Hello, I will show in my APP's the only hardware menu button on the start page is requested via KeyCodes.KEYCODE_MENU. Now I have enabled ICS on the style. Here is the menu on my tablet in the ICS action bar at the top right shown what can be selected on all pages, not only on the start page but. How can I set that the ICS ActionBar on only the start page is available?
Hello, I will show in my APP's the only hardware menu button on the start page is requested via KeyCodes.KEYCODE_MENU. Now I have enabled ICS on the style. Here is the menu on my tablet in the ICS action bar at the top right shown what can be selected on all pages, not only on the start page but. How can I set that the ICS ActionBar on only the start page is available?
Erel B4X founder Staff member Licensed User Longtime User Apr 2, 2013 #2 You can remove the title bar by setting the #IncludeTitle attribute to False. Upvote 0
Paulsche Well-Known Member Licensed User Longtime User Apr 2, 2013 #3 Thanks Erel, Untitled it's not looking so good there is another way? Otherwise, I have to query the start panel, only if the Panel visible, then a function from the ActionBar is possible. Upvote 0
Thanks Erel, Untitled it's not looking so good there is another way? Otherwise, I have to query the start panel, only if the Panel visible, then a function from the ActionBar is possible.
Erel B4X founder Staff member Licensed User Longtime User Apr 3, 2013 #4 Do you want to use the new style on one activity and the old style on the other activities? Upvote 0
Paulsche Well-Known Member Licensed User Longtime User Apr 3, 2013 #5 i have only one Activity in my app. Upvote 0
margret Well-Known Member Licensed User Longtime User Apr 3, 2013 #6 If you are wanting to turn the Action Bar On and Off, you can try this Library. ICS Controls Library Upvote 0
Paulsche Well-Known Member Licensed User Longtime User Apr 3, 2013 #7 Hi Margret, I've tried does not work for me, however, The action bar is always visible Upvote 0