Request for addition to dcpushbuttonxp
Posted: Tue Mar 11, 2014 1:03 am
Hi,
I was wondering if the following could be added to the dcpushbuttonxp class. I'm testing with a font with icons, and this is working very well. I know there can be a caption array, but this means that I have to change a lot in my code.
If the following could be added to the dcpushbuttonXP class, this would make it a lot easier.
I checked the code, and it looks as this could be done rather easy. Maybe if there is enough interest, it could be added as a standard to eXPress++?
I was wondering if the following could be added to the dcpushbuttonxp class. I'm testing with a font with icons, and this is working very well. I know there can be a caption array, but this means that I have to change a lot in my code.
If the following could be added to the dcpushbuttonXP class, this would make it a lot easier.
Code: Select all
@ 30,0 DCPUSHBUTTONXP notabstop ;
SIZE 76, 35 ;
CAPTION 'F1' ;
BITMAPFONT 'A' ;
ALIGN 4 ;
OFFSET 3 ;
FONT '12.MyIconFont" ;
PARENT ... ;