Sorry i messed up with the thread.
found solution for repeat problem.
with SetRepeate() API
Thanks everyone
Type: Posts; User: akshay.raikwar; Keyword(s):
Sorry i messed up with the thread.
found solution for repeat problem.
with SetRepeate() API
Thanks everyone
Found a work around
Launching GUI app from exe and getting required work doneand then terminating app.
Will surely try with active objects as suggested whenever i get time
Thanks wizard_hu_ and...
One more thing
My audio is playing in gui application.
But when i try the same code in exe application then audio doesn't play at all.
is there something in my code similar to...
Hi gs_cmans
I am facing same problem.
Audio is playing in GUI application but not in exe on device.
Can you please tell me what you did to solve this problem
Thanks in advance.
Used #2 suggested by wizard_hu_.
Solved my problem.
:-)
Thanks everyone.
Hi Working OK with active objects.
Thank you very much
But one more problem i am getting is i want repeat my mp3 file till time duration is reached so i have done
void...
I dont know exactly on what line it is hanging but i know following :
iPlayerUtility->Play();
this is what i am using for playing file
RTimer timer;
TRequestStatus timerStatus;...
so far i am able to play audio with CPlayerUtility as explained on : http://www.developer.nokia.com/Community/Wiki/Playing_audio_files
but i am not able to set the duration for playback.
I tried to...
Hi all,
I want to play a mp3 file for 1 minute in background from exe application.
I do not want any audio player UI for the same.
Anybody knows how to do it.?
Thanks in advance.
Hi all,
I want to play mp3 in exe application. In order to play the file i have to keep it somewhere so i am thinking to keep it in private folder.
But i am not getting private folder path in exe...
Its working.
Thanks Neil.
Hi all,
I have developed 1 gui application and 2 server applications ( background EXEs).
I want single sisx of gui application which should embed the two EXEs in it.
Thanks in advance.
Repeats solves the problem
Thanks
:-)
One more problem is i want to detect longpress only on desktop (home screen) and not else where.
is there any api which can help me?
Got it working
Thanks Yucca
:-)
Hi all,
I want to capture event for long press of '0' key in exe background application.
I searched wiki but haven't found single working example for the same.
If anybody have done it or know...
Hi all,
I am trying to develop a GUI (and not a console) app which should be able to capture long press key event in background.
Can anyone please tell me how to do the same.
Code...
Hi Rohan,
I am trying to develop a GUI app which should be able to capture long press key event in background.
Can u please elaborate how you did the same in your app.
If you could provide code...
Its working
Thank You !!!
i have done that
SYSTEMINCLUDE \epoc32\include\mw
i included header eikapp.h for CEikApplication but problem still persists
Hi I am new to symbian,
I am trying to create a simple hello word application that would work on both 5th edition and symbian 3 devices.
when i build the application for 5th edition (Emulator Debug...