MobGUI:设置按钮触摸状态

时间:2014-11-20 02:06:27

标签: user-interface button mobile livecode

在LiveCode上,我可以通过以下脚本设置按钮的触摸(hilited)状态:

 set the hilited of button "Button1" to true     

有没有办法可以控制/设置使用MobGUI创建的按钮的触摸状态?

感谢。

1 个答案:

答案 0 :(得分:0)

我不认为mobGui按钮有内置的hilite属性,但是类似下面的东西应该这样做 -

set the foreColor of fld "mgcLabel" of group "button name here " to gray