TSay class and non themed apps
Posted: Sat Feb 18, 2006 2:00 pm
Hi, I got an argument error .or. in the tsay class in here
It seems lTransparent does not get initialized. I added
::lTransparent := .f. to TSay():New()
Not exactly sure why it came up, but it did
Code: Select all
METHOD EraseBkGnd( hDC ) CLASS TSay
if IsAppThemed() .or. ::lTransparent
return 1
endif
return Super:EraseBkGnd( hDC )
::lTransparent := .f. to TSay():New()
Not exactly sure why it came up, but it did