Questions tagged [statusbaritem]
13 questions
33
votes
4 answers
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:

Kent Boogaart
- 175,602
- 35
- 392
- 393
15
votes
1 answer
winforms - tooltip of statusbar labels not showing up
I have a couple of labels in status bar, on which I have set tooltip.
statusLblWeek.Text = weeklyHrs.ToString();
statusLblWeek.ToolTipText = " Consumption of this week " + statusLblWeek.Text;
Status labels are displayed correctly but the tooltip is…

Sharique
- 4,199
- 6
- 36
- 54
15
votes
1 answer
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. It seems like I can use HorizontalAlignment on a…

sourcenouveau
- 29,356
- 35
- 146
- 243
4
votes
1 answer
Register command for StatusBarItem
I am creating a Visual Studio Code extension and have read that in order to provide a functionality to the StatusBarItem onclick event I need to register a command for the status bar item. How do I do this? When I create a StatusBarItem using…

Emilio
- 57
- 9
4
votes
1 answer
Animation in NSStatusItem
I'm writing a status bar application for OS X and I want to use an animated 'loading' gif as the icon when waiting to download a file.
Passing the gif in an NSImage to the setImage: method of the NSStatusItem set the status bar icon as the first…

Rob Lourens
- 15,081
- 5
- 76
- 91
1
vote
1 answer
UIPopoverController for Mac OS X?
Is there any framework available for Mac OS X development that achieves a similar effect as UIPopoverController for iOS?

esqew
- 42,425
- 27
- 92
- 132
1
vote
2 answers
Custom icon of status bar item in vscode extensions
The documentation https://code.visualstudio.com/docs/extensionAPI/vscode-api says that icon-name can be taken from the octicon, is it possible to insert icon that is not an octicon?

asv
- 3,332
- 7
- 24
- 47
1
vote
1 answer
What is the raison d'être of the "Ch" indicator in Visual Studio?
What is the value of the "Ch" indicator in Visual Studio? How does it differ from "Col"? It doesn't seem to; the status bar at the bottom of the VS editor keeps you apprised of where you are in the code editor, giving you a line (LN) number, column…

B. Clay Shannon-B. Crow Raven
- 8,547
- 144
- 472
- 862
1
vote
2 answers
OS X Status Bar Application with a title in two lines
I'm an old iOS developer and now I want to make a simple OS X status bar application. I need to put a title at the NSStatusItem but it should be in two lines, like iStatPro network feature.
How should I add it?

Nicopuri
- 901
- 2
- 11
- 17
0
votes
1 answer
WPF Adding StatusBarItem using mvvm and Datatemplate
I'm trying to add StatusBarItem dynamically by using mvvm pattern but i don't know what to do.
If i write the code that i want to create in XAML file, it looks like this:

user530530
- 3
- 1
0
votes
2 answers
How can I horizontally align my status bar item text?
I'm learning swift so I'm starting off with a clock app. I'm able to get it working but the styling is not what I expected. When the time changes the whole title shifts. Is it possible to keep text from shifting around?
Here's what's happening:…

Leon
- 361
- 3
- 8
0
votes
1 answer
is it possible to draw on menubar (not statusbar area)?
Is it possible to place a custom NSView on top of the menubar?
I need to have a view permanently visible, as like in the statusbar, but need more real estate. BTW is the real estate of an NSStatusbarItem limited?

bijan
- 1,675
- 18
- 30
0
votes
2 answers
iphone battery charging indicator
Context:
iPhone is connected to the PC via cable and power indicated 100% ( the icon of the batter contains a small power plug also)
Question:
In this stage the phone is powered directly from USB or is it using the battery ?
Thanks

Iuliu Atudosiei
- 679
- 1
- 8
- 14