From: Itamar M. L. J. L. <ita...@gm...> - 2014-07-03 13:47:03
|
Hi! I use this: obitPreto := hbitmap():AddFile( "imagens\BolaPreta.jpg" ) obitAmarelo := hbitmap():AddFile( "imagens\BolaAmarela.jpg" ) oBrw:aColumns[1]:aBitmaps := ; { { {|| SinalPreto() }, oBitPreto }, { {|| SinalAmarelo() }, oBitAmarelo } } > This is because you have not Hbitmap object in >oColumn:aBitmaps[j,2] >Check, where you fill the ::aBitmaps. > > For now I've added to HBrowse a checking for existence of this >object, so, instead of error, it simply will not display it. > >Regards, Alexander. Best regards, Itamar M. Lins Jr. |