Hello,
 
Upon a stack opening for the first time, it automatically and _unwantedly_ selects the top line of a field with listBehavior set to true. How do I prevent this (i.e., so that the list-field remains unhilited)?
 
I tried switching the layer of the list-field, as well as this piece of pre-emptive script, but no luck:
 
on openCard
  set the hilitedLines of field "fImageList" to "0,0"
  set the hilitedLines of field "fImageList2" to "0,0"
end openCard
 
Thank you.
 
Nicolas Cueto
 
P.S. Thanks to Klaus Major for the answer printer fix.

Reply via email to