lock screen question and detect field question

Kay C Lan lan.kc.macmail at gmail.com
Sun Oct 12 23:30:48 EDT 2014


Accidently hit the Send button. Here is what I meant to type:

  lock screen
   if the label of btn "selectMethod" = "Output" then
      set the height of fld "multipurpose" to 123
      set the width of fld "multipurpose" to 456
      set the loc of fld "multipurpose" to 200,200
      etc
      put myOutput into fld "multipurpose"
   else
      set the height of fld "multipurpose" to 23
      set the width of fld "multipurpose" to 45
      set the loc of fld "multipurpose" to 150,150
      etc
      put empty into fld "multipurpose"
   end if
   unlock screen



More information about the use-livecode mailing list