gettingstarted
[Top] [All Lists]

Re: This makes no sense

To: Getting Started <gettingstarted at lists dot realsoftware dot com>
Subject: Re: This makes no sense
From: Peter Gatti <petegat at ix dot netcom dot com>
Date: Sun, 16 Nov 2003 23:02:40 -0500
References: <200311160604 dot 1alnvB5si3NZFkD0 at kite>
Hi Joe,

Your code didn't work. Once again all the pict resources were there but they're all blank. Here's the code I used.

    Dim p, pj As Picture

    pj=DVDList.rowPicture(x)
    p = NewPicture( pj.width, pj.height, 32 )
    p.graphics.DrawPicture pj, 0, 0
    rf.AddPicture(p, x, str(x))

As you can see conversion takes place between the rowPicture and the resource. I decided to try converting the imported JPEG before putting it into rowPicture. Now this is odd, rowPicture accepts the converted image but the imagewell that I use to display the pics does not. Go figure.

Pete


- - -
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>