` Printed Icetips Article

Icetips Article



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 May 2, 2024, 7:44 pm
This article has been viewed/printed 35134 times.