How to make text Blink using Lotus Script ?
Asked
Active
Viewed 3,692 times
2 Answers
2
You can use programmable table rows to make the text blink.
- Create a table with 2 rows
- Write the same text in 2 rows of a table
- Set the table borders to zero
- Go to the 'Table Rows' tab of the table properties box
- Choose 'Show Only One Row At A Time' option
- Under 'Which row to display' section, select row every xxxx milliseconds
- Optional - Give an effect using 'Transition when switching rows' section
- Launch the form and see the text blinking

Tushar
- 21
- 3
0
LotusScript can't make text "blink" like a web page. It's not a capability of LotusScript or the Lotus Notes object model.

angryITguy
- 9,332
- 8
- 54
- 82
-
1Gosh. I think that's the first thing I've ever heard that has improved my feelings towards Lotus Notes! :) – Quentin Jun 19 '10 at 11:35