Tagged Questions
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.
17
votes
4answers
339 views
showing a status message in R
I'd like to write a function that presents to the user a status message that shows something like the time, the percent complete, and the current status of a process. I can handle assembling the ...
15
votes
7answers
17k views
Height of status bar in Android
What's the height of the status bar in Android? Is it always the same?
From my measurements it seems that it's 25dp, but I'm not sure if it has the same height on all platforms.
(I want to know this ...
14
votes
6answers
598 views
how do Google and Yahoo replace the URL in the browser status bar?
On the Google and Yahoo search pages, the URLs of the 10 search result links actually point to google.com or yahoo.com. The URLs have extra arguments that allow google.com or yahoo.com to redirect to ...
12
votes
6answers
11k views
MPMoviePlayerController fullscreen quirk in iPad
I want to show a MPMoviePlayerController in a view controller and let the user toggle full screen with the default controls, like the YouTube app. I'm using the following code in a bare-bones example:
...
12
votes
2answers
779 views
How does Apple update the Airport menu while it is open? (How to change NSMenu when it is already open)
I've got a statusbar item that pops open an NSMenu, and I have a delegate set and it's hooked up correctly (-(void)menuNeedsUpdate:(NSMenu *)menu works fine). That said, that method is setup to be ...
9
votes
1answer
189 views
SWT TrayItem.setImage does not scale properly in Mac status bar
On my cross-platform SWT Java application, I'm using TrayItem's setImages() function to set the dock and status bar icon. The icon is a 128x128 transparent PNG. The status and tray icons are ...
9
votes
3answers
2k views
MPMoviePlayerViewController Hide Status Bar
I have an iPad application that creates and shows a video with an MPMoviePlayerViewController. Here's my code:
MPMoviePlayerViewController *mpvc = [[MPMoviePlayerViewController alloc] ...
9
votes
4answers
7k views
how to hide status bar when splash screen appears in iphone?
Is there a way to hide the status bar when showing splash screen in iphone?
and show again in application?
9
votes
6answers
4k views
Why is the Status Bar STILL showing during Default.png?
I'm pretty sure that I've taken all steps to correctly set my status bar to hidden. I did this in both the info.plist file (setting a UIStatusBarHidden to a boolean TRUE) as well as in the ...
8
votes
4answers
6k views
Calling the appropriate setStatusBarHidden per iOS version
Today my app approved, but I got emails from users says it crash. I figured out that
[[UIApplication sharedApplication] setStatusBarHidden:YES withAnimation: UIStatusBarAnimationSlide];
Is the ...
7
votes
2answers
935 views
LSUIElement behaves inconsistently with activateIgnoringOtherApps
Specifically, it behaves inconsistently regarding text field focus.
I have an LSUIElement popping up a status menu. Within that menu there is a view containing a text field. The text field needs to ...
6
votes
3answers
272 views
Check whether status bar is hidden or visible
I want to check condition for statusbar. How can i check condition if status bar is visible or not .
please anyone guide me to do this..
Thank you all
6
votes
4answers
2k views
How can I create a bar in the bottom of a Java app, like a status bar?
I am in the process of creating a Java app and would like to have a bar
on the bottom of the app, in which I display a text bar and a status (progress) bar.
Only I can't seem to find the control in ...
6
votes
1answer
831 views
SWT: Native status bars
Is there a way to create native status bars in SWT like those found in Windows applications:
I have seen status bars simulated using labels, but I am more interested in a true solution.
6
votes
2answers
8k views
How do I customize the WPF StatusBar layout?
Adding more than one child to a WPF StatusBar results in poor layout with little option to customize. For example, this code:
<StatusBar>
<StatusBarItem>
...
5
votes
1answer
540 views
Honeycomb themes *.NoActionBar or *.NoTitleBar - where is Menu button?
My manifest setup:
targetSdkVersion=11
I have Activity with theme set to android:style/Theme.Holo.NoActionBar or android:style/Theme.NoTitleBar
Desired result: app that doesn't show top bar (action ...
5
votes
4answers
5k views
IOS 4.3 hide status bar permanently
im trying to hide the status bar in IOS 4.3 now that setStatusBarHidden is depreciated
[[UIApplication sharedApplication] setStatusBarHidden:YES animated:NO]; //depreciated
The only option that ...
5
votes
2answers
837 views
How does one animate the Android sync status icon?
I simply want to start and stop the sync icon that is in the status bar. I thought it would be a simple call using NotificationManager, but I cannot find the documentation or sample Q&A on the ...
5
votes
1answer
680 views
How can I make a Mac application having an icon only in the menu bar?
I'm very new to developing for the Mac, and I'm trying to write a Cocoa application whose only presence is in the system menu bar, and does not appear in the Dock. Dropbox, Alfred, and Quicksilver do ...
5
votes
3answers
580 views
How do I detect an iPad's interfaceRotation at the start?
I'm having problems getting my iPad app to detect its interfaceOrientation in the first UIViewController I initialize (in code). In fact, if I trace for application.statusBarOrientation, that too ...
5
votes
4answers
2k views
How come some of my UIViews are shifted after navigation?
In some of my application designs or for just some UIViews, following a navigationController's pushViewController, my new view will be shifted off the window by the height of the status bar. As a ...
4
votes
3answers
119 views
TStatusBar with bottom aligned panel
I have a form with a TStatusBar, and bottom aligned TPanel, a bottom aligned TSplitter and client aligned TPanel, as shown in the following screenshot:
(The splitter is coloured red to make it a ...
4
votes
3answers
792 views
How In-Call status bar impacts UIViewController's view size ? (and how to handle it properly)
I'm trying to understand how the view associated to a UITabBarController, UINavigationController or UIViewController reacts when the in-call status bar is toggled.
My trouble is that they seem to ...
4
votes
5answers
6k views
Hide StatusBar from MPMoviePlayerController
I've been struggling with a very annoying problem all day long and I hope I could find help on this board.
I'm using an MPMoviePlayerController to play a fullscreen movie on iPad and I can't figure ...
4
votes
1answer
1k views
Why iPad can't hide Status Bar from splash?
Greetings everyone!
I'm curious about what could solve this. I'm working on an universal app, on my iPod Touch and iPhone the status bar hides from the start of the splash image animation. However, ...
4
votes
3answers
2k views
Android - status bar prevents full screen
My app correctly runs in full screen when it's started. However after minimizing and then returning to the app, the status bar pops up and pushes my views down a little. How can I keep the status bar ...
4
votes
3answers
2k views
QLabel embedding in QStatusBar using Qt Designer
Is there any solution to embed a QLabel in QStatusBar using Qt Designer?
4
votes
1answer
263 views
How to add my program to the OS X system menu bar?
I have created a volume controller for iTunes but I would like this app to place an icon on the OS X system menu bar and have my slider controller drop down.
4
votes
2answers
883 views
Google iPhone app status bar animation how did they do it?
I was playing with the Google App for iPhone and when i viewed a website the title of the page appeared over the classic status bar with a nice fade-in animation, after 4-5 seconds the title view ...
4
votes
4answers
2k views
BlackBerry - How to show the system status bar on top of the application screen
My question is rather simple, but I couldn't find an answer, could be because I'm using the wrong terms, but let me try: is there a way for a BlackBerry application (extending the regular Screen ...
4
votes
2answers
669 views
How to drag NSStatusItems
You all know the menu bar (or better said NSStatusBar) in Mac OS X.
There are some items which I can move and other which not.
I would like to be able to drag the NSStatusItem of my app.
Any idea ...
3
votes
4answers
562 views
How to prevent iOS 5 from showing the status bar even though UIStatusBarHidden is YES?
Some users reported that iOS 5 sometimes shows the status bar.
In my Info.plist the UIStatusBarHidden key is YES, and I never mess around with the status bar in code.
What can I do to fix that?
3
votes
4answers
310 views
Hide the status bar on iPhone on a single view?
I want to show the status bar in my app in all views but one. I have tried modifying the 'status bar is initially hidden' in the plist, i have tried:
[[UIApplication sharedApplication] ...
3
votes
1answer
132 views
How to mimic the resizable StatusBar in the Spotify iOS app
I've been struggling to figure out how Spotify creates the UI for when the app goes into offline mode. They make it seem like the StatusBar has resized, but in reality they're just putting a view ...
3
votes
2answers
141 views
Android: Detect that user opens status bar
I am writing an app that uses GPS for localization services. When the user tries to use the app with a disabled GPS, a dialog pops up. Now, the user can minimize the app and change the GPS settings. ...
3
votes
1answer
1k views
How to Remove Status Bar in “View Based Application” - iOS
This is a part of me trying to get used to working with XCode4...
OK, so i've created a new project in XCode 4 and I used the View Based Application template; I wish to build the new app as Apple ...
3
votes
2answers
835 views
How can I check the status bar colour in Android?
How can I check the status bar colour in Android?
Why do I need to check this? I have created my status bar icons as per the design guidelines however on some devices (Samsung Galaxy S) the status ...
3
votes
1answer
539 views
UIView in unexpectedly going under the status bar
I'm working on my iPhone application and I have a really weird behavior with the status bar and the window.
In the beginning my view appears to be slightly under the status bar (my view's height is ...
3
votes
1answer
459 views
How does one remove the separator line / shadow between status bar and main screen?
In my application, I'd like to keep status bar but make its background be the same as the main screen.
So I created a custom theme to set application background:
<resources>
<style ...
3
votes
2answers
320 views
Threads, wxpython and statusbar
I'm doing a program in which I'm using a wxStatusBar, when a download starts I start a child thread like this:
def OnDownload(self, event):
child = threading.Thread(target=self.Download)
...
3
votes
1answer
592 views
Android status bar icon design
I'm working on a little app, and one of things that has been bugging me is the design of a status bar icon that looks good on all phones
The problem is that if you follow the official design ...
3
votes
4answers
614 views
Problem with hiding status bar on iphone app, screenshot included
Im getting this blue line when i try to hide the status bar, I'm using the following line in the touchesBegan method in my RootViewController
[[UIApplication sharedApplication] setStatusBarHidden:YES ...
3
votes
1answer
817 views
Implementing an interactive notification in the status bar (Android)
I'd like to know how to disable the highlighting effect when the user clicks the notification in the status bar and furthermore, I'd like to allow the user to interact directly with the RemoteView I ...
3
votes
2answers
1k views
iPad status bar sticking after rotation during video play
I am having a terrible time getting this to work, and the Apple Developer forum has been of no help.
I have an application that plays video and when the moviecontrols are displayed and the iPad is ...
3
votes
2answers
145 views
UIView not handling touches
I have set my status bar hidden in my Application.
[application setStatusBarHidden:YES];
I have added an UIView on the window as a subview at 0,0,320,40. But I am not able to get touches on my View ...
3
votes
2answers
2k views
Make iPhone status bar disappear when displaying a modal view?
I want to display a modal view, and want it to cover the iPhone's status bar.
I tried setting the modal view controller's wantsFullScreenLayout property to YES; I also set its parent's property to ...
3
votes
1answer
1k views
What is the point of the StatusBarItem class in WPF?
How is the StatusBarItem class supposed to be used? Is every element in a StatusBar's content supposed to be wrapped with it?
I don't really understand how StatusBarItem affects the StatusBar layout. ...
3
votes
2answers
2k views
Android - incremental status bar notification icon
You know what I'm talking about: for example when you get multiple new emails the notification icon in the status bar is augmented with a little red circle that contains number of unread mails. ...
3
votes
6answers
4k views
Can I update WPF StatusBar text before making the user wait?
I've got a WPF application with a status bar.
<StatusBar Grid.Row="1"
Height="23"
Name="StatusBar1"
VerticalAlignment="Bottom">
<TextBlock ...
2
votes
1answer
33 views
How can I change vim status line colour?
I just started using vim, and I'm tinkering a bit with .vimrc .
After discovering the command au, I tried to change the colour of the status line when entering or leaving insert mode; to do so, ...