IonicWind Software

IWBasic => GUI Central => Topic started by: billhsln on December 20, 2012, 11:19:59 AM

Title: @button text
Post by: billhsln on December 20, 2012, 11:19:59 AM
I would like to Left justify the text on an @button, but it seems to always center.  I have added spaces to make it look right, but was wondering if there was a way to tell it to left justify or right justify.  I have looked into the help, but found nothing.

Thanks,
Bill
Title: Re: @button text
Post by: LarryMc on December 20, 2012, 12:04:10 PM
The @button uses a custom drawing routine to draw the button so it does not use the standard windows styles.
So the way you are doing it is the only way to adjust it.

If you switch to @SYSBUTTON that does use the regular drawing routines then you can use a style of 0x100 to shift the text to the left.