Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User ludylu's Avatar
    Join Date
    Mar 2003
    Posts
    6
    Hi all:

    Does anyone know how to change grid's background color.
    I try to use OverrideColorL(TInt aLogicalColor,TRgb aColor), but
    it doesn't work no matter how I change the "aLogicalColor" value.
    Does anyone know the solution?

    PS. you can find aLogicalColor value when searching Series 60
    SDK help by using the key word "TLogicalColor"

    Thanks
    Ludy Lu

  2. #2
    Registered User nsunanda's Avatar
    Join Date
    Mar 2008
    Posts
    17
    try this code in draw method
    gc.SetBrushColor(KRgbWhite);
    gc.SetBrushStyle(CGraphicsContext::ESolidBrush);
    gc.DrawRect(....);

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