Questions tagged as 'menu'

1
answer

Problem consult self-referenced table

I want to be able to put together my dynamic menu with the following data structure: The menu is restricted by user roles. To my table menu, I have added a column id_menu_padre to be able to build the structure type "tree" that my menu sho...
asked by 03.09.2018 / 18:13
1
answer

error when passing php variable with ajax

My problem is as follows I have a BOOSTRAP menu where the content is extracted from a database mysql , being that when selecting an option I load the content of a page in a field div of central id. When I make the selection I...
asked by 17.09.2018 / 22:52
3
answers

Bring information from one activity to another

My project consists of a student agenda which can have different users per device, I want to take the ID of who enters (in the login ) and pass it to my second activity ( navigation drawer ) and with this to replace the title generat...
asked by 18.01.2017 / 05:40
2
answers

JQuery the menu effect works only once

link Hello everyone. Thanks in advance for your help. In the link I have attached, I am trying to animate the menu bar. The idea is that each time you click on a link, the bar disappears completely and reappears. Problems: The animati...
asked by 28.09.2018 / 12:04
1
answer

Change color text main menu android?

I want to change the text color of a item that groups a menu . The xml is: <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android"> <group android:checkableBeh...
asked by 26.06.2017 / 13:54
1
answer

Android: Keep the options menu (OptionsMenu)

How can I continue to show the android options menu when I press any of the menu items. In other words I do not want the menu to be hidden when I press any of the elements.     
asked by 28.12.2016 / 16:51
1
answer

insert menu with html5 - I can not style iframe

I have a query. I am a disaster in web design, and I have to make a web for a work of the uni, so here my query: / I am trying to make a menu that is inserted in all the pages. Since the frames are deprecated in html5 (at least that's what I...
asked by 01.10.2016 / 01:10
5
answers

Warning in Equals supposedly null

I have the following Warning:    Method invocation 'equals' may produce   'java.lang.NullPointerException' My line of code is as follows: if(menu.getItem(2).getIcon().getConstantState().equals(ContextCompat.getDrawable(fragmentActiv...
asked by 15.12.2016 / 21:36
1
answer

How to specify the menu that would display the button with Dropdown class of Bootstrap?

I'm doing a YouTube project and I'm creating the buttons that appear when I upload the video and I have two menus that will be shown when I click on each of them, the problem is that by clicking on the "btn-" button opc "shows me the same menu a...
asked by 05.04.2018 / 05:14
1
answer

How to hide elements of the onNavigationItemSelected?

Hello good afternoon I'm working with onNavigationItemSelected and I would like to know if there is any way that depending on the user accessing the app is the view of the menu to be presented.     
asked by 23.10.2017 / 01:59