Anser,
Here it is working fine on Windows 7.
Here you have the EXE, please run this one, thanks:
http://www.mediafire.com/?sharekey=414c ... 8114394287
if ( nAt := AScan( ::aBrushes, {|oBrush| oBrush:cStyle == ::cStyle .and. ;
oBrush:nRGBColor == ::nRGBColor .and. ;
oBrush:cBmpFile == ::cBmpFile .and. ;
oBrush:cBmpRes == ::cBmpRes } ) ) > 0
if !empty(::aBrushes[ nAt ]:hBitmap) .and. ( empty(::aBrushes[ nAt ]:cBmpFile) .and. empty(::aBrushes[ nAt ]:cBmpRes) )
::aBrushes[ nAt ]:end()
else
#ifndef __XPP__
Self := ::aBrushes[ nAt ] // This is not permited with XBase++
::nCount++
return Self
#else
::aBrushes[ nAt ]:nCount++
return ::aBrushes[ nAt ]
#endif
endif
endif
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 92 guests