Hi Phil,
Among a lot of things, I think I tried "put empty into the
hilitedLines of fld "theField" which did not work
Now, thanks to you, I show the field first and then I "set the
hilitedLines of fld "theField" to empty
and it works nicely !
Thanks a lot, Phil, I am far more confortable now :-) and I can run
forward :-))
all the best
André
Le 10 mars 07 à 19:40, Phil Davis a écrit :
Hi André,
Try something like this:
on showField pFieldName
lock screen
show fld pFieldName
set the hilitedLines of fld pFieldName to empty
unlock screen
end showField
This might not work because showing the field may give the field
the focus, and that may trigger the hiliting of a line, thus
undoing what 'set the hilitedLines...' did. But 'set the
hilitedLines of fld x to empty' does work.
Phil Davis
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution