Questions tagged [statusbar]

A status bar is an area typically found at the bottom of Graphical User Interfaces that provide information about the computer, the application or other applications.

2434 questions
1
vote
0 answers

Hide status bar on android

I am trying to hide the status bar. I have tried the following things. This is for phones. I realize tablets can be different. It does hide the status bar when the layout has a bottom Tab. any…
user1120680
  • 93
  • 3
  • 14
1
vote
0 answers

How to use addContentView?

I want to Hide the status bar for my tablets, adding a transparent tape to the status bar that locks the touch event, but my problem is that the bar displayed on the top and not down on the status bar. how do to change its position. View…
Zizou
  • 1,891
  • 3
  • 15
  • 16
1
vote
3 answers

Adding a status bar to Java application

I want to add a status bar into my Java application in netbeans. I googled about it and I found this article: How can I create a bar in the bottom of a Java app, like a status bar? I did the same as in that article but I had an error. This is the…
Aimad Majdou
  • 563
  • 4
  • 13
  • 22
1
vote
0 answers

Custom UIImagePickerViewController view hides StatusBar

I know that a lot of people have asked this, but I am having a hard time with showing the status bar when I call the UIImagePickerViewController. I implemented it in my app as a "custom" control, without the standard picker controls, but when I call…
dsafa
  • 783
  • 2
  • 8
  • 29
1
vote
2 answers

I can not expand statusbar no my nexus 4 with android 4.2

I can not expand statusbar no my nexus 4 with android 4.2,but other level is running OK ,My code is: public void OpenNotify() { // TODO Auto-generated method stub int currentApiVersion = android.os.Build.VERSION.SDK_INT; try { …
1
vote
1 answer

QStatusBar not showing

I have this: status=new QStatusBar(statusBar()); status->resize(MainWindow::size().width(), 10); status->showMessage("Welcome!", 10); status->show(); It does not show the message. However, it does show a tiny grip resizer. Why does it not display…
built1n
  • 1,518
  • 14
  • 25
1
vote
0 answers

status bar activity skips parent to return to grand-parent

My android app uses an abstract activity, StatusActivity, for my status bar. In my status bar is a button that dispatches activity Zeta. Now say AlphaActivity dispatched BravoActivity, and then from BravoActivity someone decides to click on the…
learner
  • 11,490
  • 26
  • 97
  • 169
1
vote
1 answer

How do I show error messages back to an ASP.NET MVC page?

Notice how StackOverflow displays some nice Status Bar message based on your activity? (That orange bar at the top page) I'm hoping to do the same but I'm not sure how. Now I know how to display validation errors to the UI using ASP.NET MVC 1.0 ...…
Pure.Krome
  • 84,693
  • 113
  • 396
  • 647
1
vote
1 answer

How to hide and show System Bar in Android (4.1.1)

I need to show and hide the system bar in my application, hence I used two buttons for that. I used to test for both Android (3.0.1) and Android (4.1.1) devices. For Android (3.0.1), I am able to hide and show the system bar as per my requirement.…
1
vote
3 answers

how to disable notification bar for an android application?

I have an android application which lists installed applications and launch them on item click.I want to disable accessing NotificationBar from my application.ie,When user launch 'Browser' application from my application,it is possible to drag down…
Devu Soman
  • 2,246
  • 13
  • 36
  • 57
1
vote
1 answer

view is hidden behind status bar when push segue with hidden nav bar or modal segue

I am trying to segue to a view that does not show a nav bar. If I do a push segue to the view and hide the nav bar then part of the view is hidden behind the status bar, it should be displayed 20 points below the status status bar so it is not…
Heisenberg
  • 1,319
  • 1
  • 12
  • 15
1
vote
2 answers

how to hide the status bar in launcher?

there are launcher which offers the possibility to hide or protect the status bar. i tried to get the position of the menu with TouchEvent and menu position when there is a touch I put a popup to say you are not allowed but the touchEvent gives …
diez
  • 125
  • 1
  • 5
  • 12
1
vote
0 answers

Mac status bar app icon moves on click

When you click on the status bar icon to show the app, the icon jumps to the left until you focus on another or the window redraws, like when you activate Mission Control. I have figured out it only does this when I have the table view's 'Content…
hellojosh
  • 21
  • 4
1
vote
1 answer

Android:Layout move upwards & about 20dp area from the top hides behind the status bar

I am using this link! for cropping an image and after getting the cropped image somehow whole layout moves about 20dp upwards and hides behind the status bar (this is random behaviour i.e happens sometimes) I tried many things to fix this problem…
M.J
  • 586
  • 6
  • 16
1
vote
1 answer

iOS Status Bar remains in landscape after full screen video

I have an app that is only Portrait but in one view I display a video. That video is presented as a modal view controller in fullscreen. Once the user start playing video, this view can be rotated to landscape. I have configured that when the user…
estemendoza
  • 3,023
  • 5
  • 31
  • 51