Here is simplified sample code that I put into a text field.
Code: Select all
on mouseUp
   mobileControlCreate "multiline", "displayInput"
   mobileControlSet "displayInput", "rect", "0,0,400,400" 
   mobileControlSet "displayInput", "vScroll", "0"
   mobileControlSet "displayInput", "visible", true
   mobileControlSet "displayInput", "autoCorrectionType", "no"
end mouseUp
