Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User Sufo's Avatar
    Join Date
    Aug 2009
    Posts
    35
    void CTestAudioContainer::WriteSomeText()
    {


    CFont* fontUsed = (CFont*)iEikonEnv->TitleFont();
    iBmpGc->UseFont(fontUsed);

    iBmpGc->SetPenColor(KRgbBlack);

    TPoint pos(50,50);

    _LIT(KExampleText,"Hello");
    iBmpGc->DrawText(KExampleText,pos);

    DrawDeferred();
    }

    If i call this from a handled event with:

    iTestAudioContainer->WriteSomeText();

    I thought it would write the text, but in fact nothing happens (no error or anything, just nothing). Can anyone see from that what i'm doing wrong?

    cheers
    Last edited by Sufo; 2010-03-13 at 05:03.

  2. #2
    Registered User Sufo's Avatar
    Join Date
    Aug 2009
    Posts
    35
    Solution found. Mark for deletion (won't let me delete thread myself).

  3. #3
    Registered User kamalakshan's Avatar
    Join Date
    Jun 2007
    Location
    Mumbai, India
    Posts
    1,998
    Quote Originally Posted by Sufo View Post
    Solution found. Mark for deletion (won't let me delete thread myself).
    Deleting a thread wont help others. Providing the solution to your problem might help others facing similar issues.

Similar Threads

  1. cannot create .sis file....
    By jebindaniel in forum Themes/Carbide.ui
    Replies: 6
    Last Post: 2010-04-28, 03:22
  2. [split] mbm build error
    By mando222 in forum Symbian Tools & SDKs
    Replies: 1
    Last Post: 2009-03-29, 12:32
  3. How Can I draw faster bitmap to screen
    By yakoc in forum Symbian Media (Closed)
    Replies: 1
    Last Post: 2005-12-21, 18:35
  4. Diret Screen access - bitmap shirnks
    By gilly_kumar in forum Symbian Media (Closed)
    Replies: 0
    Last Post: 2005-10-30, 20:41
  5. S80: How to draw bitmap without drawing the whole view
    By craitane in forum Symbian Tools & SDKs
    Replies: 1
    Last Post: 2005-09-12, 13:37

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
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