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
1 answer

Hide NSView in StatusBar Application

I have a small NSView (HUD-Style) in my StatusBar-Application. If I get it right this NSView does not have a superview. My problem is that I only want to show this view under certain programmatic circumstances. What is the best way to show or hide…
hnk
  • 121
  • 1
  • 6
1
vote
2 answers

iOS Guidelines, Twitter Integration, StatusBar for network activity

I added the iOS 5 Twitter functionality into an App. The App-Design is "without" statusbar. The guidlines from apple said, that an App with network shouldn't hide the statusbar because the informations about the network activity. Is it an reason…
Thomas
  • 330
  • 1
  • 11
1
vote
1 answer

Use status bar on the iOS for phonegap

How I can use Status bar on iOS for phonegap to send notification? On android is the plugin: StatusBarNotification Thanks!
Alex
  • 1,407
  • 2
  • 10
  • 19
1
vote
1 answer

Status bar doesn't change to red one while recording audio

I am using Xcode 4.4 and the iOS 5.1 simulator on Mountain Lion. I tried to record something with AVAudioRecorder first, and I thought the status bar would change to red, but it didn't. How can I change color of the status bar to red? Editing the…
1
vote
0 answers

Android 2.1 Tablet Fullscreen app

I need to launch appliaction in fullscreen mode (or just not leavable) on Wooky Reader tablet (it is most likely the same as Archos 70b), which runs on Android 2.1. I've made some tries that did not work: in…
Pepa Novotný
  • 126
  • 1
  • 13
1
vote
0 answers

Red Recording Bar in-app

Possible Duplicate: iOS: Pulsing red double-height status bar For reference to what I mean by red status/recording bar, please see the Voice Memos app - it shows up once the recording is started and replaces the status bar with a double thick red…
TaylorP
  • 1,039
  • 2
  • 13
  • 28
1
vote
0 answers

How to show info in status bar but NOT show it in the notifications in android?

I want to show some info in the android status bar. But I don't want anything to be shown in notifications. But I see an empty place for notification when I drag down status bar and see notification bar. If anyone happen to know how can I get rid of…
1
vote
1 answer

Get the count of the latest statusbar notifications in Android

I have a Google TV and find the Home app can display the count of the latest statusbar notifications. Does anyone know how to implements this function?
1
vote
0 answers

Get statusbar height on 4.0+

i am trying to ge the status bar height and it successfully works in 2.3. But when i run the same code on 4.0+, it will return as 0. here is the code i am using... Rect rectgle= new Rect(); Window window= getWindow(); …
1
vote
1 answer

Disable/Hide status bar in Android

I am developing an application which should have some extra security features. In this case I have to disable/hide the status bar. I am running with Android 2.2. And also my device is rooted and if there is an ADB command to disable status bar, it…
bimal
  • 41
  • 1
  • 2
  • 7
1
vote
1 answer

How do I get Google Maps to display map-marker links in the status bar?

I am using Google Maps API v3, and have several map markers that link to different pages. When onmouseover the status bar is not displaying the url, however when the marker is clicked it does display the url loading text in the status bar. It seems…
1
vote
0 answers

Geting the list of notifications in the status bar?

How can I get the list of the titles of the active notification messages, including notifications my app did not create, in the status bar? If this isn't possible, how can I get titles from just the notifications my app created?
Robert Bana
  • 2,135
  • 3
  • 17
  • 23
1
vote
1 answer

How do I write statusbar in JTextPane?

When I click in JTextPane html content, that html element name should be in statusbar. How can I write stausbar in JTextPane? If you have any sample code provide me.
Rishi
  • 95
  • 2
  • 9
1
vote
0 answers

Translucent Status Bar

My iPhone app (iOS 5.0 or later) has a translucent status bar. Upon first launch it shows the splash screen and then during the rest of the lifetime of the app, the splash screen is shown through the status bar. It's a nice little detail that seems…
Kristof Van Landschoot
  • 1,427
  • 1
  • 12
  • 30
1
vote
1 answer

NSStatusItem with Popover

I'm trying to make a status bar app, but i'm having some problems. How can i show a popover with a custom view after the status item is clicked? Example code would be appreciated.
Pedro Vieira
  • 3,330
  • 3
  • 41
  • 76
1 2 3
99
100