ljm Posted February 22, 2007 Posted February 22, 2007 If you want to call attention to something on a layout for instance?
Stuart Taylor Posted February 22, 2007 Posted February 22, 2007 Short answer is no ... unless you do via webviewer... why not colour the text in red?
LelandLong Posted February 23, 2007 Posted February 23, 2007 I tried creating an animated gif file that went from yellow to white, and then placing it in a web viewer on a layout with a text field on top of it. No luck. Even with the Text field front-most, and web viewer to the rear, it kept showing up above (and obscuring) the text in the Text Field. I was hoping for a better result, but alas...
dwins Posted February 23, 2007 Posted February 23, 2007 You can use the Pause/Resume script to help make words blink, or run a clock and other things. But the problem is as long the word blinks the script is running and so your database is on hold until you stop it. Maybe you can modify this to fit your purpose: Allow User Abort [On] Loop Set Field [field;"DOG"] Pause/Resume Script [.5 sec] Set Field [field;""] Pause/Resume Script [.5 sec] End Loop
Rich S Posted February 23, 2007 Posted February 23, 2007 (edited) Finally, a thread I can actually contribute something to! (It only took a few years but hey, I type slow.) Thanks to dwins' seed of a script, I expanded upon it and attached a .gif for your viewing. What I wanted to to do is have a warning message blink on and off to instruct users to fill in all six fields of a portal in a new record, hence all the "not IsEmpty" arguments in the highlighted line of code. (When a record is created using the New Record script, it triggers the "Blinky" script.) Once all six fields have data in them the Exit Loop statement kicks in and the warning message stops blinking and remains invisible. (I used the same fill color in the text field as in the background so it, too, disappears during the "off" cycle of the blinking message and after the script has ended.) I put the Commit Records step in because while the field blinked, the outline of the message's text field and the mouse's cursor appeared; by committing the record, it solved that problem neatly. Finally, with a three-second on/off rate, it gives a user enough time to both read the warning message and fill in a field. (There's hope for me yet, Lee!) : Edited February 23, 2007 by Guest Grammar Police
Recommended Posts
This topic is 6545 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now