The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
6 views

losing navigationbar with openInMapsWithLaunchOptions:options

I am losing my navigation bar when loading Map with openInMapsWithLaunchOptions:options and unable to navigate back to previous view which pushes to this UIViewController. As the segue occurs the ...
0
votes
0answers
11 views

iOS 6: shouldPopItem not called

I am trying to reach - (BOOL)navigationBar:(UINavigationBar *)navigationBar shouldPopItem:(UINavigationItem *)item { NSLog(@"tttt"); return YES; } but it does not get called. Why? Do I ...
0
votes
1answer
53 views

Re-sizing web page causing divs overlap

I am having an issue with my webpage. My div tags on the right side are overlapping onto my center column... I have set a min-width to my parent div tag but it did nothing to help elevate the ...
0
votes
1answer
44 views

Dismiss or remove System Navigation Bar

I want to dismiss bottom Navigation bar for one particular screen. I tried using setSystemUiVisibility(HorizontalScrollView.SYSTEM_UI_FLAG_HIDE_NAVIGATION); I have put this in Onscroll of my ...
0
votes
1answer
78 views

Navigation bar image stays after back button is pressed

I'm using a navigation controller with a menu. In this menu , the navigation controller is called to push other view controllers. I've set the color of the navigation bar in the menu with this code ...
0
votes
0answers
68 views

Hide System navigation bar on android tablet 3.0+

I am working on an app which will be installed on tablets placed in public places like corners, shops. I want to hide the system navigation bar for restricting users from playing around in tablet. Is ...
-1
votes
0answers
44 views

How to achieve the special navigation bar at the top of the picture [closed]

I want to know how to achieve the special navigation bar in the top of the picture in android app.Unlike some news apps,the navigation bar use a beautiful arrow of a line to achieve the effect. The ...
0
votes
1answer
149 views

Adding a stylesheet to asp.net (using Visual Studio 2010)

I am trying to add a stylesheet to a master page in an asp.net web form. Basically trying to create an inline nav menu for the top of the page. I'm having issues with it. I've created the stylesheet ...
0
votes
3answers
34 views

issue in setting image of navigation bar while presentModalViewController

this is how i set image in my first class in viewDidLoad which is tableView if ([self.navigationController.navigationBar respondsToSelector:@selector(setBackgroundImage:forBarMetrics:)]) { ...
0
votes
2answers
36 views

background-color property not taking up entire li

I have this HTML5 code: <div id = 'nav'> <ul> <a href = ''> <li>HOME</li> </a> <a href = ''> <li class ...
4
votes
1answer
25 views

My borders don't line up?

I have the following navigation bar in HTML5: <div id = 'nav'> <ul> <li> <a href = ''>HOME</a> </li> <li class = ...
1
vote
1answer
37 views

NavigationBar's title showing only the half-top

To make a long story short, that's what I get: http://img839.imageshack.us/img839/9461/capturedcran20130418000x.png Here is some code from my AppDelegate: [[UINavigationBar appearance] ...
0
votes
0answers
15 views

Navigation Menu width

My navigation menu's buttons on my wordpress site displays correctly on my desktop pc, and the width is correct. However on my laptop the menu buttons to not fill the width of the navigation bar. Is ...
0
votes
1answer
51 views

iOS:How to set the color of the text view's modal mail compose controller's navigation bar?

When the user long presses email link in UITextView, and selects new message option, system presents mail compose controller. I would like to change its navigation bar color (or appearance). Any easy ...
0
votes
7answers
42 views

Navigation bar won't cover the screen entirely

I've searched around as good as I could but I couldn't seem to find an answer, it might be me who didn't use the correct keywords. Anyways, I made a simple navbar and put it to 100% width but it ...
0
votes
5answers
61 views

issue in hiding navigation bar

i add navigation bar in rootController like below in appdelegate @property (strong, nonatomic) UINavigationController *navController; @synthesize navController; birthDateTableViewController ...
1
vote
4answers
121 views

Hiding the address bar of a browser

I have to hide the address bar of a browser. I am using this code: var winFeature = 'location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes'; ...
0
votes
1answer
72 views

Drop-down menu in CSS

I was trying to build a drop-down multi-level navigation menu bar in pure CSS. Here is the code (I know it turns out ugly): <!DOCTYPE HTML> <html> <head> ...
0
votes
1answer
125 views

Bootstrap Centered (and Fixed) Navigation Bar

I have a simple question. I would like to modify the template here http://bootswatch.com/cosmo/ in order to have the navigation bar centered. As you can see in the example, the navigation starts right ...
0
votes
1answer
46 views

After adding a UISlider to UINavigationbar, it displays wrong in landscape mode. How to correct?

I'm doing my own video player on iPhone. I add a UISlider to UINavigationbar as process bar. code: IBOutlet UISlider* mScrubber; ...... UIBarButtonItem *scrubberItem = [[UIBarButtonItem alloc] ...
1
vote
1answer
198 views

boostrap navbar ribbon

Does anyone knows how to customize twitter boostrap navbar to look like a ribbon? something like this image:
2
votes
1answer
56 views

disable bar button text color changes to white?

Given below is image of my navigation bar, where right bar button is disable now. but when i disable it its text changes to white color. i don't want white color. Any solution of this. First image ...
0
votes
2answers
101 views

background image in navigationbar go to the top of screen

Why background image appear under the top line, where I can see time, charge of battery and other information. This line in other app is black. I mean next So I create navigation controller in ...
0
votes
1answer
51 views

Android VideoView and NavigationBar

I have fullscreen activity and video view in my application. NavigationBar hides automaticaly in 5 seconds, when i don't touch a screen. I've tried to add onSystemUiVisibilityChangeListener to ...
0
votes
1answer
94 views

How can i create an attractive custom navigation bar on the left side of my window as seen in web applications in wpf?

Hi I am trying to create a desktop based stand alone application. I want to create a custom navigation bar and place it on left side of my window(i.e. half space goes for navigation bar and another ...
0
votes
1answer
269 views

How do I create a hide and show navigation bar in html5 using jquery?

i am creating a mobile fashion magazine app and I want to create a navigation bar button so that when people press the button the navigation is shown and when you press it again the navigation bar ...
0
votes
1answer
55 views

iOS: Show blue bar for active navigation

I'd like to display this blue bar, while my App is running in background. How can I do that? Maik
0
votes
1answer
70 views

Custom UIBarButton not appearing correctly in UITableView

I have code that successfully creates a custom UIBarButtonItem that appears on the navigation bar. I use the code in other view controllers, and it works perfectly, but in the UITableViewController, ...
0
votes
3answers
40 views

Function return

I try make navigation bar. /* Only for admin */ function getAccessRights($links) { if ( isset($_SESSION['right']) && $_SESSION['right'] === ACCESS_ADMIN || ...
0
votes
1answer
114 views

Keyboard hides UITextFields. Scrolls up only after typing begins

I have spent about 2 days on this issue going through several stack overflow/online posts and can't seem to find an answer. I have 6 UITextFields. The bottom two hide when the keyboard appears. ...
0
votes
1answer
101 views

how to dynamically put UIBarButtonItem on the NavigationBar in storyboard ?

My app is being built under storyboard and its navigation controller. I am trying to put a bar button on the right of navigation bar, but it doesn't seem to be easy at all. The codes look like this... ...
0
votes
2answers
269 views

960 Grid System Navigation Bar Issue

I'm trying to get my navigation bar to extend across the whole container of the 16 Column Grid . In Chrome is doesn't extend all the way across. In Firefox it shows up very weird. Which is telling me ...
0
votes
2answers
181 views

Setting button text after it's been added to navigation bar in sencha touch 2

I am trying to change the text on a button after it's been added to navigationbar in the initialize method of the view. When debugging with Chrome however, it stops and gives the following message on ...
0
votes
2answers
193 views

Is it correct to move the navigation bar frame?

I have a navigation bar based ipad app. At some point I want to push another view controller into the views controller hierarchy. Then, when the users tabs some button I want to show a leftMenu ...
0
votes
3answers
648 views

Overlap navigation bar on ios 6 with other view

For an iphone project with an "unique" design (with which i am not happy at all) I need to draw a custom view which partially overlaps the navigation bar of a controller in a UINavigationController. ...
0
votes
1answer
129 views

C# How to implement this situation on the master page?

I am doing the website which includes a master page with its navigation bar. Everything is correctly happening except one thing. I need the hover style to be the same in the sellected content page. I ...
0
votes
1answer
114 views

i want to add a client logo image in the Navigation Bar and Tab Bar iOS

in my application (base SDK 4.3) the client wants to add his logo at 2 places 1. Navigation bar - (the bar button items are called from code). i have already tried this: UIImage *myImage= [UIImage ...
0
votes
1answer
53 views

redesigning an old wwwboard website : How to factor out navigation bar without changing .html extension?

I'm trying to make an old wwwboard from the 90's look more recent than something from, well, the 90's. There are 46,770 files that will need to be converted. I'll be ripping the content off each page ...
0
votes
1answer
87 views

navigation bar with wrapper issue

My entire theme for my site has a wrapper on it and it is cutting my navigation bar short about 20px on both the left and right side of the web page. Does anyone have any ideas about how to get the ...
1
vote
1answer
192 views

UINavigationBar Item resizes after rotating

I set the buttons of my NavigationBar this way: UIBarButtonItem *addAcc = [[UIBarButtonItem alloc] initWithTitle:@"Add" ...
3
votes
2answers
170 views

I'd like to make my content area scroll over my fixed navigation bar, not under. How to?

The website I'm building features a large background header image with a transparent fixed navigation bar on top. View it here: www.bedriftsdesign.no Right now when you scroll the content scrolls ...
1
vote
2answers
389 views

Android: Dimming navigation buttons

I'm trying to dim the navigation buttons (Back, Home, etc) on Honeycomb+. It seems like this should do the trick, but it doesn't work for me: protected void onResume( ) { super.onResume(); ...
-1
votes
2answers
60 views

Navigation bar of the web site http://ruvij.businesscatalyst.com/ appearing on left

I am new to the web site designing and this is the first web site that I have designed for a friend I am having an issue with the navigation bar on this web site, sometimes it appears on left and ...
0
votes
1answer
214 views

Change the color of a dropdown link and the parent link?

I'm trying to highlight the "Personal Training" link and any other drop down links when a child link is hovered. For example: The user hovers the "Personal training" link then the dropdown menu ...
1
vote
2answers
806 views

Preventing navigationview Back Button

Is there any way to prevent the default back button behavior in the navigation bar of a navigationview? I'm trying to use Sencha Touch 2 history and linking abilities with routers, but that requires ...
0
votes
1answer
790 views

IOS: Navigation Bar - Reload View Controller

Is there any method to be released when we return to a viewcontroller from navigation bar? I want to reload the NIB when I return to the screen from the navigation bar. Is it possible? thanks
3
votes
0answers
162 views

IE9 does not show navigation menu when Maximised but does when “restored Down” to a certain size

I have created a website and hosted it in a Google gadget for Google Sites and it works fine in FF, Chrome and Safari with a multitude of resolutions. However when in IE9, the navigation bar does not ...
1
vote
2answers
2k views

Android tablet navigation bar won't hide

I'm trying to hide the navigation bar, using methods I've found described on the internet. I have a simple layout which shows a WebView: <?xml version="1.0" encoding="utf-8"?> ...
1
vote
3answers
2k views

CSS Navigation Menu IPad and IPhone

I have a css menu that works well in most desktop browsers, but I have had issues get my drop down menu to work on IPad and Iphone. Here is the site in question: http://bakersfield.kernhigh.org/ I am ...
0
votes
1answer
267 views

NavigationBar from NavigationController doesn't show in IB StoryBoard

My first view is a UINavigationController with a rootview, which correctly shows a NavigationBar in IB in the .storyboard. I think this is nice when I am designing in IB, so I know the proportions, ...

1 2 3 4