Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
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'
Today is November 21, 2024, 7:57 am This article has been viewed 35261 times.
|
|