【发布时间】:2015-01-01 03:34:01
【问题描述】:
如何检测按钮是否在 livecode 中启用/禁用?
我想显示一个警报框来确定按钮是否被禁用/启用。
我尝试了这些脚本,但它不起作用...
if button "button" is disabled then
answer "button is disabled"
else
answer "button is enabled"
end if
【问题讨论】:
-
投反对票的人应该添加评论来解释原因!