Hi,


I have a text fld named "src".
the locktext is false

in a script I'd like to do

1) find a line with a text
put lineOffset("myString",fld "src") into tLine
if tLine <> "0" then
set the textStyle of line tLine of fld "src" to "link"
end if



2) now I'd like to click on this line to show a picture in another stack as modal

so the script of the fld should be something like :

on mouseDown
if the textStyle of the clickLine is "link" then
if the value of the clickLine is "my last holliday" then
go to cd x of stack "anotherStack" as modal
end if
end if
end mouseDown


Now, the fld "src" must have his locktext turned to false

Is it possible ?
--
Greetings.

Yves COPPE

Email : [EMAIL PROTECTED]
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to