Economy-x-Talk - Sample Scripts
A Different Way to Hilite Text
Here's a way to hilite text in a slightly differeny way than usually, without a mouse click. Just copy the handler into a script of a field of your Revolution stack and give it a try.
on mouseMove
put word 2 of the mouseLine into myLineNr
if myLineNr is not empty and the backColor of line myLineNr of me \
is not yellow then
set the backColor of line 1 to -1 of me to white
set the backColor of line myLineNr of me to yellow
end if
end mouseMove
Keep this extensive resource of tutorials and samples on-line! Support RunRev.info!
| Yes, this script is useful. I make a donation and choose freely how much I want to donate on-line (PayPal). Click here if you want to make a donation in dollars. | This script has not (completely) solved my problem and I want Economy-x-Talk to take care of it. Let me contact you. |
Copyright©2002-2008 by Mark Schonewille, Nijmegen, the Netherlands. This web site is in no way affiliated with Runtime Revolution Ltd., but we do recommend the Revolution development platform.