Roger,
When I put Bitmap in button, and text Caption with XPPushbutton, and if bitmap is same size as button I don't see text even if I put bitmap first...
code:
aCaptions := { ;
	     { SOME_BITMAP,,0,0, 100, 100};  // first bitmap
                   { "TEXT", GRA_CLR_BLACK, 0, 0, , ,XBPALIGN_HCENTER+XBPALIGN_VCENTER,'14.Arial'},;  // then text caption
	     }
*
@ row,col    DCPUSHBUTTONXP  SIZE 100,100 	CAPTIONARRAY aCaptions	PIXEL
			
			
									
									XPPushbutton Bitmap & Caption
XPPushbutton Bitmap & Caption
Goran Radosic