Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Par2: Blink text 2010-03-21 -- Ikrami Sami How to blink your text or field without any template ?
* In your window or browse adjust ( Timer ) to 50 ( you can adjust this value )
*At embeded point ( Timer ) Add :
IF ?String1{PROP:FontColor} = Color:Black Then
?String1{PROP:FontColor} = Color:White
Else
?String1{PROP:FontColor} = Color:Black
End
* ?String1 may be ?prompet or Field name
Today is November 21, 2024, 7:19 am This article has been viewed 35221 times.
|
|