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.
Questions tagged [statusbar]
2434 questions
1
vote
3 answers
Hide the status bar,but my view does not go to the top
I use
mContext.getWindow().addFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN);
mContext.getWindow().clearFlags(WindowManager.LayoutParams.FLAG_FORCE_NOT_FULLSCREEN);
mContext.getWindow().getDecorView().requestLayout();
to hide the status bar…

s u
- 19
- 4
1
vote
2 answers
MinWidth take no effect
I have a StatusBar with two TextBlock-items:

peter70
- 1,053
- 16
- 31
1
vote
0 answers
showing build config in status bar visual studio 2008
I don´t use the dropdown menus on the toolbars so I have removed all of them but the buildconfig state is not shown any other way which is annoying. So I am thinking of writing something for the statusbar. But I thought maybe someone else have done…

zzzuperfly
- 401
- 1
- 3
- 11
1
vote
1 answer
Cocoa. How to show window in only tray application
I have created a status bar only application for the Mac OS X. Something like that http://d.pr/i/Covi . I created it by this tutorial http://cocoatutorial.grapewave.com/2010/01/creating-a-status-bar-application/ . Now I have a question: how I can…

namreg
- 53
- 2
- 8
1
vote
4 answers
Screen Layout Issues for iPhone-5 large screens
Possible Duplicate:
How to develop or migrate apps for iPhone 5 screen resolution?
As I attached an Image, I've generated view in XIB for iPhone-5 screen size. When I'll run as iPhone-4s retina for iPhone5 screen, but It'll show like this in the…

Manann Sseth
- 2,745
- 2
- 30
- 50
1
vote
1 answer
StatusBar is not abstract and does not override abstract method onPreferenceChange
I'm working on a custom ROM and I'm receiving this error while trying to compile it. I tried to add a custom battery selector.
com.android.settings.pcf.StatusBar is not abstract and does not override abstract method…

Konstantin Keller
- 473
- 6
- 16
1
vote
1 answer
How to add button or view on Status bar
I want to add a button or custom view on the status bar in the iPhone,
If apple not allow to customize the status bar than is it possible to add any button or view over the status bar...
Is there any one have idea about this please share with…

Mayur Prajapati
- 5,454
- 7
- 41
- 70
1
vote
2 answers
Android - Status bar hides part of view sometimes
Hi I have previously asked this question but didnt get any solution.
I have following problem with Galaxy nexus running android 4.2.
I am using camera intent to take photo. If I capture pic in landscape mode and return to activity(activity is in…

Gaurav Vashisth
- 7,547
- 8
- 35
- 56
1
vote
0 answers
Change font size in MDI status bar?
I have created a simple MFC MDI doc/view application with a status bar. The font in the status bar is too small for my taste, so I'd like to make the status bar taller, and use a larger font in the status bar. I cannot figure out how to do either of…

Woody20
- 791
- 11
- 30
1
vote
1 answer
why does this status bar output garbled chinese like characters?
my code to make the status bar is here:
int statwidths[] = {300, -1};
HWND hStatus;
hStatus = GetDlgItem(hWnd, IDC_MAIN_STATUS);
SendMessage(hStatus, WM_SIZE, 0, 0);
hStatus = CreateWindowEx(0, STATUSCLASSNAME, NULL,
WS_CHILD | WS_VISIBLE |…

user1397417
- 708
- 4
- 11
- 34
1
vote
2 answers
Create UISwipeGestureRecognizer on top of status bar
I'm building a very feature-packed app at the moment and I want to implement a kind of 'go back' action triggered by a gesture recognizer. As the rest of the screen is already used the only place left is the status bar.
So the question is, is it…

Finn Gaida
- 4,000
- 4
- 20
- 30
1
vote
2 answers
Modify and compile Android Status Bar project (SystemUI.apk)
I have an ".apk" file, In this, I want to change the behaviour of the status bar. I'm able to modify its files in "res" folder but I want to write new code, so I've downloaded what I understand is the project link
My question is: How can I compile…

Guillermo Merino
- 3,197
- 2
- 17
- 34
1
vote
3 answers
How to hide android status bar just for my application on Android Tabs2 fro Android version4.0.3?
Can any one please tell me any way to hide status bar completely just for my application on all activities. My application only runs on android tabs with 4.0.3 Android. I actually want to remove the back, home and all the other click listeners on…

rand
- 325
- 2
- 8
- 18
1
vote
1 answer
Customize title bar in Lwuit to look like J2ME default Status bar
I want to show the status bar in My J2ME application and I am using Lwuit too. I could not find a way to do that Especially that I m also having problems with the default menu in Lwuit. So I want to customize the title bar in Lwuit to look like the…

Reham
- 1,916
- 6
- 21
- 45
1
vote
2 answers
Java Applet Hide Status Bar Appletviewer
I am working on a game using Java Applets, meant to be played in the JDK AppletViewer, and I have run into an issue. The status bar at the bottom of the applet (the brownish one that says "Applet Started") looks bad with the game playing above. On…

Spino Prime
- 108
- 1
- 1
- 11