Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User cata79's Avatar
    Join Date
    Jun 2003
    Posts
    1
    Hi,

    I'm trying to draw a picture using something like this

    DirectGraphics dg = DirectUtils.getDirectGraphics(someGraphics);

    dg.drawPixels(byte sprite[],byte transparency[], 0, offset, x, y, 0,dg.TYPE_BYTE_1_GRAY_VERTICAL);

    On 6310sim this is working fine and the pixels are draw.

    On 7210sim i'm getting an IllegalArgumentException ...

    Does anyone knows what's the problem with 7210 implementation of DirectGraphics.drawPixels ?
    TYPE_BYTE_1_GRAY_VERTICAL drawing format is not supported for this version of simulator ? In this case what format I could use ?

  2. #2
    Super Contributor shmoove's Avatar
    Join Date
    Mar 2003
    Location
    Israel
    Posts
    2,280
    I'm not really familiar with the 7210, but it sounds like the pixel format is wrong. You can find out what format you need by calling the getNativePixelFormat() on your DirectGraphics object.

    shmoove

    [edit]
    Just checked the phone spec page. The 7210 is a color phone which means TYPE_BYTE_1_GRAY_VERTICAL must be wrong, since it's a monochrome format.
    [/edit]
    Last edited by shmoove; 2003-06-03 at 13:52.

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