- Code: Select all Expand view RUN
- #include 'fivewin.ch'
function Main()
local oWnd, oBar
DEFINE WINDOW oWnd TITLE 'Alpha Bitmaps on Button Bar'
DEFINE BUTTONBAR oBar OF oWnd SIZE 64,64 2007
DEFINE BUTTON OF oBar FILE '\fwh\bitmaps\32x32\up.bmp'
DEFINE BUTTON OF oBar FILE '\fwh\bitmaps\32x32\down.bmp'
DEFINE BUTTON OF oBar FILE '\fwh\bitmaps\32x32\plus.bmp'
DEFINE BUTTON OF oBar FILE '\fwh\bitmaps\32x32\minus.bmp'
DEFINE BUTTON OF oBar FILE '\fwh\bitmaps\32x32\phone.bmp'
DEFINE BUTTON OF oBar FILE '\fwh\bitmaps\32x32\info.bmp'
DEFINE BUTTON OF oBar FILE '\fwh\bitmaps\32x32\user.bmp'
DEFINE BUTTON OF oBar FILE '\fwh\bitmaps\32x32\world.bmp'
DEFINE BUTTON OF oBar FILE '\fwh\bitmaps\32x32\info.bmp'
ACTIVATE WINDOW oWnd
return nil
These buttonbars were working properly in earlier versions. Upgrading the application with latest FWH versions is producing unacceptable look.
Here is the screenshot of the same program in version 9.03
Similar is the case with some bitmaps in XBrowse also. The problem basically observed with 'many' ( not all ) alpha bitmaps in 32x32 folder
Can this be fixed ?