The alignment of the text in DCPUSHBUTTON
- Eugene Lutsenko
- Posts: 1649
- Joined: Sat Feb 04, 2012 2:23 am
- Location: Russia, Southern federal district, city of Krasnodar
- Contact:
The alignment of the text in DCPUSHBUTTON
How DCPUSHBUTTON align test left align?
Re: The alignment of the text in DCPUSHBUTTON
Code: Select all
#include "dcdialog.ch"
FUNCTION Main()
local GetList[0]
@ 0,0 dcpushbuttonxp size 100,100 pixel caption 'Hello;World' align XBPALIGN_LEFT radius 10 ;
color GRA_CLR_WHITE, GRA_CLR_DARKCYAN FONT '16.Arial'
dcread gui fit
RETURN nil
The eXpress train is coming - and it has more cars.
- Eugene Lutsenko
- Posts: 1649
- Joined: Sat Feb 04, 2012 2:23 am
- Location: Russia, Southern federal district, city of Krasnodar
- Contact:
Re: The alignment of the text in DCPUSHBUTTON
Hey, Roger!
Your small example does not compile.
But I looked in dcpushbuttonxp c:\exp20\Samples\BUTTONXP\buttonxp.prg. Of course there are all the most exacting taste.
Thank you!
Your small example does not compile.
But I looked in dcpushbuttonxp c:\exp20\Samples\BUTTONXP\buttonxp.prg. Of course there are all the most exacting taste.
Thank you!