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
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to