clickText bug in 3.0
Posted: Thu Sep 18, 2008 12:20 am
No response on the Beta forum, so I'll post a link to it here.
http://forums.runrev.com/phpBB2/viewtopic.php?t=2081
http://forums.runrev.com/phpBB2/viewtopic.php?t=2081
Questions and answers about the LiveCode platform.
https://www.forums.livecode.com/
Code: Select all
on mouseUp
if there is not a field "Test Field" then
create field "Test Field"
set the lockText of field "Test Field" to true
set the height of field "Test Field" to 50
put "123 456" & cr & "123, 456" & cr & "123,456" into field "Test Field"
end if
put the clickText
end mouseUp