XPPushbutton Bitmap & Caption

This forum is for eXpress++ general support.
Post Reply
Message
Author
gradosic
Posts: 45
Joined: Tue Dec 07, 2010 2:11 pm
Location: Croatia - Europe
Contact:

XPPushbutton Bitmap & Caption

#1 Post by gradosic »

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
Goran Radosic

Post Reply