Mark,

Thanks. And, if it were all working normally I expect this would be the solution, but it seems that the field is selected regardless of the scripting, so it actually appears to be selected from the bottom of the field and up to the selected line. When I click on a line it just adds that to the selection so I can't see the selected line.

The script for the mouseclick is:
 stop player "audplayer"
  set the currenttime of player "audplayer" to 0
  put word 2 of the clickline into fld "linenum"
  doplay


and doplay starts a player and includes the following lines:
  select empty
  select line (the text of fld "linenum") of fld "text"

so in the earlier version of RR it selected just line corresponding to the linenumber in the fld "linenum", but now I just get the whole field selected.

Is this an issue with 2.7?

Thanks,

Nick


Nick, if you put 'select empty' anywhere in a script, it should make
sure anything selected is de-selected.

Best,

Mark


On 4/2/06, Nicholas Thieberger <[EMAIL PROTECTED]> wrote:
 > I have just moved to RR 2.7 from 2.0 and have discovered a problem
 > with text selection. Apologies if this has been covered before but I
 > can't find a discussion of it in the archives. A stack that worked
 > fine before now has a problem where the text of the main field is all
 > selected even though the script selects only one line. I can't
 > unselect either. Is there a way of deselecting all the text in a
 > field before selecting the required line?
 >
 > Thanks,
 >
 >
 > Nick
_______________________________________________
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

Reply via email to