I have an issue that has me stumped. I have a button that clears some text formatting in a text field. For some reason the result provides me with underlines text in the first (Field s) text field. I have tried setting the the textstyle to plain with still no result. Any ideas?
Code: Select all
on mouseUp
if the environment = "development" then touchEnd 1
select the text of field "Field s"
set the textColor of the selectedText to black
set the backgroundcolor of selectedText to white
put "" into Field "fldNotes"
select the text of field "fldHidden"
end mouseUp