hi,
Is there any way to play video in qt -S60 other than using phonon as it has not been ported onto S60.
Regards
Vishwas
Type: Posts; User: vishwas_vincy11; Keyword(s):
hi,
Is there any way to play video in qt -S60 other than using phonon as it has not been ported onto S60.
Regards
Vishwas
Hi, when i build using open C i get the following errors in
epoc32\include\stdapis\resolv.h .
C:\Symbian\9.3\S60_3rd_FP2_Beta\epoc32\include\stdapis\resolv.h illegal struct/union/enum/class...
Have you given the SwEvent capability?????????
Hi when i try to connect to a server using ssl i get the error code -7510 which translates to KErrSSLAlertUnexpectedMessage .How do i resolve this problem
iTlsSocket = CSecureSocket::NewL( iSocket, KTLS1 );
iTlsSocket->SetOpt(KSoSSLDomainName,KSolInetSSL, _L8("server name"));
void CSslWriter::Login()
{
iTlsSocket->FlushSessionCache();
...
Hi,
i am connecting to a server using https.
when i connect i get a warning that the certificate is not recognised.
I press continue and the emulator crashes when i call SetActive() on...
hi the problem is due to the uid.
just check this link http://discussion.forum.nokia.com/forum/showthread.php?t=87234 . i have given the steps to port a ecom plugin from 2nd edition to 3 rd edition....
Hi i want to create a yahoo im. Can anyone tell me how to start with it.
I have to use IMopen Api. Is there anything else i have to use. Can anyone just give me an overview how to go about it
6681 is 2nd edition fp3 and 7610 is 2nd edition fp1.
this problem occurs only if the application uses some special features which are in fp3 and not in fp1. most of the applications written for 6681...
In nokia 6600 when we try to open a mp3 file it gives an error because it does not have a mp3 decoder.
Suppose i implement a mp3 codec, how do i make the mp3 files to use this codec and play...
Hi is there any way i can catch the runtime errors in my code and display them on the screen,in the same way we do as in java.
could any one tell me if i can write my own active object coz we can...
hi i am using getdir function to get the directories listed
if i use this i can get the directories.
fileserver.GetDir(_L("C:\\*"),KEntryAttMaskSupported,ESortByName,dirList);
when i use this i...
Hi i need to get a tasks icon and display it in a listbox.
I use this api to get the icon.
RApaLsSession::GetAppIcon(TUid aAppUid, TInt aSize, CApaMaskedBitmap &aAppBitmap);
It is stored in...
Hi i am rying to traverse through the file system using CDirscan.
When i scan downwards it works fine,but when i try scanning upwards it crashes.
It crashes when i call NextL function.Could anyone...
Hi i have a list box and and the scrolling works fine.
The only problem is that when i reach the end of the listbox and press the down key the listbox highlighted item does not move to the beginning...
In ecom plugin the rss file should be named after the uid of the plugin.
In ecom plugin there is a standard uid(0x10009D8D) and the other is the uid of the plugin.
Name the rss after the uid of the...
Hi just try this
start resource 1XXXXXXX.rss
UID 0x101F747D
TARGET anyname.rsc
TARGETPATH \resource\plugins
end
and also go to this path Epoc32\winscw\c\private\10009D8F\ in the emulator.You...
hi,
i am storing the list box contents in an array of type CDesCArrayFlat.
i need to copy the content of a particular location in the array.
could any one tell me how to do it.
...
thanks. the mistake was i hadnt used the function OfferKeyEventL.
thanks for the tips
hi,
I have created a listbox and is displayed fine.
When i try to scroll down or up the scrolling dosent happen.
Could any give me a clue where i am going wrong
Hi , i am using eaxp xml parser in my symbian project.
There are some memory leaks in it.I am using hooklogger to find and fix them.
In hook logger it shows the line where i call the the parser for...
Hi,
Even the exe which loads this dll should have the capability of the dll.
See if you have done that.
Hi you need the updated file of hooklogger.pl.Kindly mail me personally and i will send it to you.Even i faced the same problem and paul todd sent me the file
Hi,
To self sign your applications the uid has to be in the Unprotected range.
As your uid is in protected range use a developer certificate.
The reason you are getting this error is that you...
Nobody can tell you the problem with this info you have given.
I use eaxp in my application.I run it on all versions of symbian os.
Give some more info and which os you are running it. I will be...