2
votes
2answers
38 views
BlackBerry - How to show the system status bar on top of the application screen
Hi
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 …
1
vote
1answer
44 views
Why do I see double status bars when starting my app?
(I have already solved this, but spent enough time on it that I am posting it here and self-answering. I will be marking my answer as accepted as soon as I'm able to.)
When starti …
3
votes
3answers
99 views
how to show status bar in ribbon window wpf c#
I would like to use the ribbon bar like MS Office 2007 (and greater) in my own applications. Could anyone please provide me with links or references about how I can do this?
EDIT: …
0
votes
1answer
18 views
wxPython: StatusBar does NOT update with long help from wxToolBar
I am creating a ToolBar within a wx.Frame init and setting the help string as follows:
def __init_(self,...):
...
self.CreateStatusBar()
tb = self.CreateToolBar(wx.TB_HOR …
0
votes
1answer
17 views
How to Remove a Field from a wxStatusBar
This may be obvious, but I'm missing it. I'm working in wxpython.
I have a wxStatusBar with several fields (these fields have text as well as other widgets). I need to be able t …
1
vote
1answer
83 views
How do I show error messages back to an ASP.NET MVC page?
Hi folks,
Notice how StackOverflow displays some nice Status Bar message based on your activity? (That orange bar at the top page) I'm hoping to do the same but I'm not sure how. …
0
votes
2answers
70 views
Win32 status bar with XP style
I try to create a window with a status bar:
#include <commctrl.h>
InitCommonControls();
hStatus = CreateWindowEx(
0, STATUSCLASSNAME, NULL, WS_CHILD | WS_VISIBLE | SBARS_SIZ …
1
vote
3answers
165 views
Reliable cross browser way of setting Status bar text
I've heard of window.status and that it can be used to control the browser's status bar text, but I would like to know if there are better or newer methods that can do the same, wi …
1
vote
1answer
99 views
How to achieve a hidden status bar using three20 framework
I'm using the TTThumbsViewController section of the three20 framework, and I have the status bar hidden throughout my application.
When the user views the full size image, taps t …
1
vote
4answers
337 views
iPhone add icon in status bar (a la Battery Indicator)
Hi all!
I was wondering if it is possible to add an icon to the iPhone status bar, much like the battery and wifi indicator. How can I do this?
Thanks.
1
vote
1answer
272 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>
& …
0
votes
2answers
552 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
0
votes
1answer
34 views
Why false is displayed on status bar of safari browser?
I am using safari 3.2 and 4.0.3. On the status bar, false is displayed. Even when my site is loading, the same message is displayed: false. Can anyone suggest what the problem migh …
0
votes
2answers
144 views
How do I dynamically change the text of a CMFCRibbonLabel
My CMDIFrameWndEx derived main frame window uses a CMFCRibbonStatusBar to which I add a CMFCRibbonLabel.
I'd like to change the text of this label at runtime:
m_pLabel->SetText …
0
votes
1answer
48 views
NSStatusItem to be always left?
Hi,
I'm working on an app that displays certain information on the status menu, and I was wondering if there's any Cocoa API that can make my NSStatusItem always placed on the mos …
