You could always use a frontScript to add that functionality yourself..


getProp controlType
  return word 1 of the name of the target
end controlType



if (the controlType of me = "button") then
  # do button stuff
else
  # do non-button stuff
end if

_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to