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>
|