Popup buttons: transparency
Posted: Fri Feb 26, 2010 9:06 am
Hi, Roger.
Normal DCPUSHBUTTONS reflect the DC_BitmapTransparency()-settings if a bitmap is the button caption. Buttons added this way:
do not reflect the settings.
Tom
Normal DCPUSHBUTTONS reflect the DC_BitmapTransparency()-settings if a bitmap is the button caption. Buttons added this way:
Code: Select all
@ 1,1 DCSAY 'This is not my day:' GET c ... POPUP {||c:=GetMyDay(c)} POPCAPTION BITMAP_WTF
Tom