【发布时间】:2014-11-20 02:06:26
【问题描述】:
在 LiveCode 上,我可以通过以下脚本设置按钮的触摸(关闭)状态:
set the hilited of button "Button1" to true
有没有一种方法可以控制/设置使用 MobGUI 创建的按钮的触摸状态?
谢谢。
【问题讨论】:
标签: user-interface button mobile livecode
在 LiveCode 上,我可以通过以下脚本设置按钮的触摸(关闭)状态:
set the hilited of button "Button1" to true
有没有一种方法可以控制/设置使用 MobGUI 创建的按钮的触摸状态?
谢谢。
【问题讨论】:
标签: user-interface button mobile livecode
我不认为 mobGui 按钮有内置的 hilite 属性,但应该使用类似以下的方法-
set the foreColor of fld "mgcLabel" of group "button name here " to gray
【讨论】: