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.
			
			
			
				Hi - try to preface your text with one TAB Chr$(9) to center the text and two TABS to right align.
			
			
			
				Thanks Paul, That did the trick!