Search found 1 match

by pravgcet
Thu Feb 02, 2017 8:03 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Setting text to link
Replies: 1
Views: 2114

Setting text to link

I have a field "ffield" and a button and I am trying to make content of field "link"

Here is my code

In Button code, I have added this :

on mouseUp
set the textStyle of fld "ffield" to "link"
put url "some web address" into ur
set the linkText of fld "ffield" to ur
end mouseUp

This gives me ...