Discussion Board

Search:

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

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    5,374

    Re: How to read email attchments?

    Hi Yucca,
    Thanks for replying.But I cannot read the attachments even if i grant these capabilities to my application.

    Any hints??
  2. Replies
    3
    Views
    5,374

    How to read email attchments?

    Hi All,
    I am trying to get the attachments from received emails but without any success. I was trying to read it using the message architecture.I mean I was accessing the CMsvEntry of...
  3. Replies
    16
    Views
    14,431

    Re: CreateIconL() call crashes for SVG icon

    no..you should refer the mbg file for the icon ids since that has the enums(ids) associated with the svgs in generated mif file...In CreateIconL you should mention the filename parameter as the path...
  4. Replies
    16
    Views
    14,431

    Re: CreateIconL() call crashes for SVG icon

    have you really included your mbg file in the source file?
  5. custom font for my app changes all applications font

    Hi All,
    I am facing a strange issue when using custom fonts. For my application, I am adding my gdr file to the fontstore and using it. But while my application is running, other applications...
  6. Re: Convertion of length in twips to value in pixels???

    Hi,
    Try this


    TZoomFactor devicemap(iCoeEnv->ScreenDevice());

    // Set zoom factor at 1 to 1
    devicemap.SetZoomFactor(TZoomFactor::EZoomOneToOne);

    TInt heightInPixel =...
  7. Replies
    2
    Views
    4,455

    Re: What is Main Panic MSGS 256?

    Hi

    Have a look at this link.May be helpful for you..
  8. Replies
    9
    Views
    8,299

    Re: Change row hight in listbox

    Hi,
    may be the 6th entry in this thread will help you..
  9. Re: give me solution of one panic error E32USER-CBase 90

    Hi
    here is the SDK description for E32User CBase 90 panic




    CDbColSet* bookColSet = CDbColSet::NewLC();
    CDbKey* indexKey = CDbKey::NewLC(); // create index key set

    here you have pushed...
  10. Replies
    3
    Views
    3,281

    Re: Wait Note Wrapper Object

    Hi,
    here is one implementation that will help you
  11. Replies
    25
    Views
    10,324

    Re: Switching control between two list boxes

    Hi,
    derive your container class from CEikBorderedControl rather than from CCoeControl. Then set the listbox rectangles as the following.


    TRect rect=Border().InnerRect(Rect()) ;...
  12. Replies
    10
    Views
    8,932

    Re: How to convert TBuf8 to TText??

    note3->ExecuteLD(_L(readBuf1));

    just use
    note3->ExecuteLD(readBuf1);

    I think you have some misunderstanding about the usage of the literal macro.
    read this blog...
  13. Web & Services applications in 3rd edition- whats the difference

    Hi,
    I would like to know the differences between the Web application(usually found in Installs folder) and the Services application(on the main menu itself) (I am using an N73 phone)
    What are...
  14. Replies
    3
    Views
    6,190

    Re: string format in listbox

    If its not possible, how come listbox like these created?
    http://www.cs.helsinki.fi/group/context/presence_new_1.gif
    http://www.cs.helsinki.fi/group/context/presence_new_2.gif

    I think its...
  15. Replies
    7
    Views
    6,473

    Re: Text not Visible in CEikRichTextEditor

    Hi,


    here are the descriptions for these methods from SDK



    Actually, if you have any controls(eg: Richtext editor, Listbox, Grid, label) in your parent control(container) , you will have...
  16. Replies
    3
    Views
    6,190

    Re: string format in listbox

    Hi,
    This link will be of some help to you..The solution here will work for S60 as well as UIQ..just have a look

    http://newlc.com/Subclassing-List-Box-in-Symbian.html

    regards
    Rafeeq
  17. Re: Audio Recording settings for the smallest file size

    Hi ptrmn,
    thanks for giving such nice tips..I will try these settings in my application.

    thanks and regards
    Rafeeq
  18. Audio Recording settings for the smallest file size

    Hi,
    I am a newbie to the multimedia stuffs. I am developing a voice recording application where i want to save the file at the smallest size possible.What settings(like the sample rate,...
  19. Replies
    7
    Views
    6,473

    Re: Text not Visible in CEikRichTextEditor

    Hi Saad Mansur,
    Try debugging your application and find out the exact line causing the crash.BTW do you also have some other controls in your container rather than the...
  20. Replies
    7
    Views
    6,473

    Re: Text not Visible in CEikRichTextEditor

    Hi,
    Do you have implemented the CountComponentControls()const and ComponentControl(Tint aIndex) methods in your CSmsAppAppView?
    If not ,make the iGTEdUser a data member of your CSmsAppAppView...
  21. Replies
    8
    Views
    6,675

    Re: CAknMarkableListDialog panics with USER 0

    Hi,
    the following code will work fine if you use id = ESelectionListControl; instead of id = EMarkableList;



    ////////////////////////////////////////////////////////
    // create item array...
  22. Replies
    8
    Views
    6,675

    Re: CAknMarkableListDialog panics with USER 0

    Hi,
    AVKON 0 panic means that an invalid bitmap index is specified. The Listbox you are using is EAknCtSinglePopupMenuListBox and its item string format is different from what you have using now....
  23. Replies
    4
    Views
    2,047

    Re: Launching videos by CQikSelectMediaFileDlg

    Hi,
    try this..not sure whether this will be of any help to you.


    CDesCArray* textArray=new(ELeave)CDesCArrayFlat(1);
    CleanupStack::PushL(textArray);
    TFileName file;...
  24. Replies
    7
    Views
    6,295

    Re: Listbox circular behaviour

    Hi

    hope you have meant should become..

    you can use the flag EAknListBoxLoopScrolling to get the loop scrolling effect.
    eg:

    iListBox->ConstructL(...
  25. Replies
    0
    Views
    4,926

    Displaying location on digital map

    Hi,
    I am developing an application that fetches the latitude and longitude of locations from a BT GPS Receiver.Now I want to display this location on a digital map.Is there any digital map that...
Results 1 to 25 of 103
Page 1 of 5 1 2 3 4
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