`
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 November 21, 2024, 5:38 am This article has been viewed/printed 35260 times. |