Antonio,
I found a new bug in class TXBrowse.. at end() method of TXBrwColumn:
The property ::aBitmaps is a multi-dimensional array... and is need to access with the line number too... like this:
In new fivewin 8.11... maybe this bug has been corrected!
I found a new bug in class TXBrowse.. at end() method of TXBrwColumn:
for nFor := 1 to Len( ::aBitmaps )
PalBmpFree( ::aBitmaps[ BITMAP_HANDLE ], ::aBitmaps[ BITMAP_PALETTE ] )
nextThe property ::aBitmaps is a multi-dimensional array... and is need to access with the line number too... like this:
for nFor := 1 to Len( ::aBitmaps )
PalBmpFree( ::aBitmaps[ nFor, BITMAP_HANDLE ], ::aBitmaps[ nFor, BITMAP_PALETTE ] )
nextIn new fivewin 8.11... maybe this bug has been corrected!
Peace and lighting!
Júlio César M. Ferreira
FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9
Júlio César M. Ferreira
FWH 8.10 / xHB 1.1.0 / xDevStudio 0.72 / Pelles C 5.0.1 / SQLLIB 1.9