我正在使用数组中的数据创建按钮。它应如下所示:
Go to Help -> Install New Software...
Click add (top right of popup)
Enter a Name like "RadRails2"
Enter the location as http://download.aptana.com/studio3/plugin/install
Click ok
使用上面的代码,可点击几个按钮,但其他按钮不可点击。不确定是什么导致按钮不起作用。你能帮忙吗?
答案 0 :(得分:4)
这是正常的,因为您取消激活除索引2和3之外的所有其他按钮。
button.enabled=false
^这是'导致按钮不起作用的原因'