Method end() at TxBrwColumns bug!

Method end() at TxBrwColumns bug!

Postby JC » Fri Nov 28, 2008 8:30 pm

Antonio,

I found a new bug in class TXBrowse.. at end() method of TXBrwColumn:
Code: Select all  Expand view
for nFor := 1 to Len( ::aBitmaps )
     PalBmpFree( ::aBitmaps[ BITMAP_HANDLE ], ::aBitmaps[ BITMAP_PALETTE ] )
next


The property ::aBitmaps is a multi-dimensional array... and is need to access with the line number too... like this:
Code: Select all  Expand view
for nFor := 1 to Len( ::aBitmaps )
     PalBmpFree( ::aBitmaps[ nFor, BITMAP_HANDLE ], ::aBitmaps[ nFor, BITMAP_PALETTE ] )
next


In 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
User avatar
JC
 
Posts: 445
Joined: Thu Feb 21, 2008 11:58 am
Location: Brazil

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 99 guests