Discussion Board

Search:

Type: Posts; User: vishwas_vincy11; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds; generated 4 minute(s) ago.

  1. Replies
    8
    Views
    8,155

    Playing video in QT

    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
  2. Replies
    1
    Views
    6,322

    Error while building using open c

    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...
  3. Replies
    11
    Views
    7,388

    Re: not working in device

    Have you given the SwEvent capability?????????
  4. Replies
    0
    Views
    3,946

    KErrSSLAlertUnexpectedMessage in SSL

    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
  5. Replies
    3
    Views
    4,314

    Re: Https problem

    iTlsSocket = CSecureSocket::NewL( iSocket, KTLS1 );
    iTlsSocket->SetOpt(KSoSSLDomainName,KSolInetSSL, _L8("server name"));

    void CSslWriter::Login()
    {
    iTlsSocket->FlushSessionCache();
    ...
  6. Replies
    3
    Views
    4,314

    Https problem

    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...
  7. Replies
    5
    Views
    4,940

    Re: 3rd edition ecom plugin problem

    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....
  8. Replies
    0
    Views
    3,938

    Im in s60

    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
  9. Replies
    3
    Views
    6,580

    Re: compatibility problem

    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...
  10. Replies
    2
    Views
    6,334

    Query on codec

    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...
  11. Replies
    1
    Views
    4,069

    try catch and active objects

    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...
  12. Replies
    1
    Views
    7,948

    getdir problem

    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...
  13. Replies
    1
    Views
    6,018

    listbox icon

    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...
  14. Replies
    1
    Views
    3,817

    CDirScan problem

    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...
  15. Replies
    2
    Views
    3,750

    listbox scrolling

    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...
  16. Re: New ECOM example (how to run in emulator)

    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...
  17. Re: New ECOM example (how to run in emulator)

    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...
  18. Replies
    2
    Views
    7,818

    retriving data from CDesCArrayFlat

    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.
    ...
  19. Replies
    3
    Views
    8,394

    Re: listbox scrolling

    thanks. the mistake was i hadnt used the function OfferKeyEventL.
    thanks for the tips
  20. Replies
    3
    Views
    8,394

    listbox scrolling

    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
  21. Replies
    0
    Views
    4,127

    eaxp xml parser memory leak

    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...
  22. Replies
    8
    Views
    7,596

    Re: DLL Capability issues

    Hi,
    Even the exe which loads this dll should have the capability of the dll.
    See if you have done that.
  23. Replies
    7
    Views
    5,516

    Re: HookLogger problem

    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
  24. Re: "certificate error contact the application supplier"

    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...
  25. Replies
    7
    Views
    5,858

    Re: Problem using EAXP.lib

    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...
Results 1 to 25 of 67
Page 1 of 3 1 2 3
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved