Discussion Board

Results 1 to 3 of 3

Thread: CBA labels

  1. #1
    Registered User 115065's Avatar
    Join Date
    Sep 2003
    Posts
    5
    HI

    I have a 9210.
    Please could you tell me what is this solution "as before" for 9210 ?
    Thanks in advance.

    Jean-Pierre

  2. #2
    Registered User 115065's Avatar
    Join Date
    Sep 2003
    Posts
    5
    HI again

    I wanted to add a new question to an open thread.
    In fact closed !

    As I does not find any valid answer, I open again the subject:

    HOW TO DYNAMICALLY CHANGE THE CBA LABELS ON 9210 ??

    Thanks in advance !

    Jean-Pierre

  3. #3
    Nokia Developer Expert veskola's Avatar
    Join Date
    Apr 2003
    Location
    Finland
    Posts
    425
    How about like here:

    CEikCommandButton* now = ButtonGroupContainer().ButtonById(<EMyGameBidDefault>);
    if (now != NULL)
    {
    now->SetTextL(<...>);
    now->DrawDeferred();
    }

    Br Vesku

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