Hi All,

I have a list field, with the following script:

on mouseUp
  local mySelectedLine
  local myMovieFilePathName
  local muNumberOfFrames

  put the selectedLine into mySelectedLine
  select empty
  put mySelectedLine & cr after msg
end mouseUp

In order for "selectedLine" to return the correct line number, I had to set the autoHilite property true. If I do this not surprisingly the line selected gets high lighted, however I don't want that! Depending on what is selected I want to either high light it or beep and NOT high light it.

I've been playing around for a while now and can't seem to find a way of doing this.

Any ideas?

All the Best
Dave


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to