Tagged Questions
The statusbaritem tag has no wiki summary.
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>
...
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. ...
1
vote
1answer
263 views
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 ...
0
votes
1answer
363 views
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;
...
0
votes
1answer
137 views
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 ...
0
votes
2answers
858 views
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 ...