Hi,
I am developing an application in which i want to implement that when my app runs in the background,an indicator on my Phone's Indicator bar shows when my my app is active (Like Bluetooth indicator).
Plz help me out.
Thanx
Hi,
I am developing an application in which i want to implement that when my app runs in the background,an indicator on my Phone's Indicator bar shows when my my app is active (Like Bluetooth indicator).
Plz help me out.
Thanx
AFAIK you can not add custom indicators to the place where the BT etc. indicators are shown. anyway you could make your own indicator window on top of other windows, wiki has examples for it, thus have a look into there.
http://www.newlc.com/How-to-draw-an-Icon-on-the.html may work for you. it does not add any thing to status pane but still show a indication that your application is running.
Hi rao n SymbianYucca,
Thanks for reply
I have seen that example on NewLC but it does not fullfill my requirements.
Although i have created an app with the help of that newlc example in which i used FocusObserver class n in that class i implemented EEventFocusGroupChanged n in that i used the uid of that screen in which i have to show my icon like my phone book uid is 0x101f4cce,
but problem is that i dont know my phone's indicator Pane book uid (i.e main window of my phone where all the icons appear like BT icon).
So can you help me out plz.
In that case, yucca is right you might not able to do it.
I think those indicator were called soft-indicators, and AFAIK, you can not add custom indicators into it. you could in some case show one of the native indicators, for example, I think wiki has code sample on showing the Email indicator, though, then again, you should not even use it directly, but instead you should use the interface to tell system to display it...
Hi,
In the previous threads Rao suggested to use the NEWLC example,in that example indicator shows on all the screens if application is running,
but can you guide me if i want to show the icon only at the main screen of my phone i.e the 1st screen
try code in your other thread.