Andre.Bisseret wrote:

Then, I am looking for a solution. I will try to control the selection made by the user and to edit it.

Does this work?

on mouseUp
  get the selection
  put word 1 of it into tWord
  if tWord = "" then exit mouseUp
  put (word 2 of the selectedchunk)-1 into tStart
  set the textstyle of char (offset(tWord,it))+tStart to \
        len(tWord)+tStart of fld 1 to "link"
end mouseUp

--
Jacqueline Landman Gay         |     [email protected]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
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