Hi Atiqe..
u can make use of MultiView Example in SDK...
\Symbian\8.0a\S60_2nd_FP2\Series60Ex\multiviews
hopt this is what u r looking for...
Type: Posts; User: samiudd; Keyword(s):
Hi Atiqe..
u can make use of MultiView Example in SDK...
\Symbian\8.0a\S60_2nd_FP2\Series60Ex\multiviews
hopt this is what u r looking for...
Hi,
just try this.. hope u r looking for it...
RThread me;
TTimeIntervalMicroSeconds iTime = 0;
TInt err = me.GetCpuTime(iTime); // Gets the CPU usage for the thread
Hi
We need to back up all mobile content into server.For this we have used http example for connecting to internet and the application based on akncommondialogs (for accessing files in phone).Its...
Hey thanks..
Hey Bibu
You mind sharing your code for drawing digital clock...
Hey I am sorry..
the solution is for Symbian
Hey Ashish,
chk it out the link... might be helpful
http://wiki.forum.nokia.com/index.php/Capturing_keys_in_background
Hey PopAndDestroy,
can u plzzzz share ur code snippet to get all the applications running in background...
I am working on to get info of all applications running in background.. ur code w'd...
Hey,
I have created skinned versions of the CEikEdwin and CEikGlobalTextEditor, dint tried with CAknGrid, yu can try a work around like.. hope it will help u out...
i did it using the following...
i beleive there is lot of dependencies for ur code...
i dont think this will help me out...
if u can send ur complete AppView to me as a private msg, it wil be gr8..
Hey... thanks alot Priya...
Hi All,
I want to write an application which can give me application id's or info of those application which are running in background...
TApaTask::Exists() will work for current app, but i...
Hi..
Your Softkeys.. I will take it as CBA button.. say "ok" "cancel"..
In order to Hide CBA Button completely, first disable (should not be displayed) and then make it deactivate (consume its...
Hey Priya...
If you dont mind, can you share ur code to show to list boxes n sharing the control between them..
I am waiting for ur response..
HI..
Here's code to send ur application background....
just add this oce in ur ContructL() of AppUI by including .h and lib files...
TApaTask task ( CEikonEnv::Static()->WsSession() );...
Hi..
the solution in my prenious post was for Symbian...
later i realize u want the solution for java...
Hi..
Make use of OfferKeyEventL of the applications container class and add the code accordingly as in the sample code below:
TKeyResponse CMyExampleAppView::OfferKeyEventL(const TKeyEvent&...
Hi,
here's the code to remove status pane...
CEikonEnv* iEnv = CEikonEnv::Static();
CEikStatusPane* statusPane=Env->AppUiFactory()->StatusPane();
statusPane->MakeVisible(EFalse);
(or)...
Hi All,
is't possible togive a password protection to a specific folder by using symbian 3.0V API's...
If not, any work around for achieve this...
Jitender,
RAknKeylock is to lock Keypad.. but i am interested in Locking phone...
once my application is launched it shud lock the phone and i can unlock it with a secret word...
and i beleive...
Hi All,
Any one can share the code for "PhoneLock"...
Its quit urgent plzz..
Thanks in Advance
Hi Priya,
I am having an assignment of creating n switching between two list boxes in one container..
Can you plz share ur code, which definately help me...
Thanks in advance.
Hi,
can any one can tell.. "Is it possible to make use of c function in Symbian application?"..
i heard its possible and i tried printing some text using printf()..
i think i am unable to use...
Hi....
Any observations guys, regarding Video Sharing....
Waiting for your responses...
Hi,
I need to know the steps as how to share a video using a Inbuilt video share application on N80 device.
Is't to activate a video sharing one needs to receive some special BIO message from...