PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: James Conforti on June 21, 2019, 04:39:02 AM

Title: Statusbar alignment
Post by: James Conforti on June 21, 2019, 04:39:02 AM
Guys,

When using FF_StatusBar_SetText to set text to a statusbar panel that has the alignment set to "center".  You get left. 

The alignment is correct with the initial text (in this case "hello") but anything loaded via FF_StatusBare_SetText is always left-justified.
Title: Re: Statusbar alignment
Post by: Paul Squires on June 21, 2019, 01:19:08 PM
Hi - try to preface your text with one TAB Chr$(9) to center the text and two TABS to right align.
Title: Re: Statusbar alignment
Post by: James Conforti on June 22, 2019, 07:01:03 AM
Thanks Paul, That did the trick!