Questions tagged as 'menu'

0
answers

Problems with OVERLAY by OGRE

I have problems making use of OGRE overlays: playState.h : #include <OgreOverlaySystem.h> #include <OgreOverlayElement.h> #include <OgreOverlayManager.h> #include <OgreFontManager.h> #include <Og...
asked by 12.05.2017 / 19:02
1
answer

Problem # 17 layout_height

This error is already looking for it and all the solutions do not work for me, I do not understand what the problem is: Binary XML file line # 17: You must supply to layout_height attribute. I summarize, I have a BaseActivity class where I ha...
asked by 10.05.2017 / 22:57
2
answers

BootStrap expand menu to 100% with in its respective column

I'm doing a layout boostrap to go getting into the thread, in the first row I want to have: on the left the name of the page, and on the right the menu with its buttons and such. The problem that has arisen is that the menu that is sup...
asked by 29.04.2018 / 11:35
1
answer

android MenuItem setVisible ()

I try that if a condition is met, an item in the side menu of the app is not displayed. It does not give error, and debugging takes well the value of the item, but does not do anything. The code is as follows: @Override public boolean onCreate...
asked by 25.05.2018 / 15:02
1
answer

How to fix my website?

I'm trying to create a small web page with a header, where the navigation menu is with three objects, one of which has drop-down, left column and right column. How should I make the elements of the navigation bar look horizontally and not vertic...
asked by 14.11.2017 / 14:48
2
answers

How to hide menus on Android

As shown in the image I need to hide certain menus depending on the type of account. I'm using the Navigation Drawer Activity, I've seen that in the onCreateOptionsMenu I can do it but I do not really know how to do that, someo...
asked by 29.01.2017 / 06:22
2
answers

How do I link a URL to the bootstrap menu?

I want to put a link to Facebook that opens outside the website but it does not work, only when it collapses for the phone version works. I do not know much about bootstrap. Thanks.                                                          ...
asked by 29.10.2018 / 03:25
1
answer

Change highlight color in MenuStrip items

I am working with C # in which I will develop an application that contains a menu which can be dynamic. I chose to work with MenuStrip, it's the first time I've done it. I want to make my menu bar black with the blank font. I doubt it is how...
asked by 15.08.2018 / 23:57
1
answer

Show MenuBar when loading the program

In this example of a screen with menus, when I execute the code, first, the Menu does not appear at the top (in the title bar). import gi gi.require_version('Gtk', '3.0') from gi.repository import Gtk # gsettings set com.canonical.Unity alw...
asked by 27.04.2018 / 14:20
2
answers

Problems with a menu (navbar) in bootstap

I'm creating a bootstrap navbar. This is my navbar: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <met...
asked by 23.02.2018 / 16:04