`
Par2: Write to status bar and change status bar color 2009-05-30 -- Maarten Veenstra > I don't know if this is possible in Clarion but we would like to write a > message into the clarion status bar that is shown at the bottom of the > screen. > We would also like to write the message with white text in a red background colour. AppFrame{PROP:FillColor + PROP:StatusFont} = Color:Red AppFrame{PROP:FontColor + PROP:StatusFont} = Color:White AppFrame{PROP:StatusText,2} = 'This should do it' Printed April 1, 2025, 11:05 pm This article has been viewed/printed 35379 times. |