主题:  帮忙看一下错在哪里,要下什么组件

夜半的风

职务:普通成员
等级:1
金币:0.0
发贴:21
#12003/2/16 21:11:35
repeat with n:=1 to iconnumchildren iconparent(1)
buttonid:=childnumtoid iconparent(1)
if button id =iconid then
checked@ buttonid:=1
else
checked@ buttoned:=0
end if
end repeat



夜半的风

职务:普通成员
等级:1
金币:0.0
发贴:21
#22003/2/17 11:18:41
怎么没有人回答我呀,



魔岩

职务:版主
等级:6
金币:34.0
发贴:4453
#32003/2/17 13:18:44
repeat with n:=1 to iconnumchildren(iconparent(iconid@"1"))
buttonid:=childnumtoid(iconparent(iconid@"1"))
if buttonid =iconid then
checked@ buttonid:=1
else
checked@ buttoned:=0
end if
end repeat

是否这样写更符合AW语句规范



夜半的风

职务:普通成员
等级:1
金币:0.0
发贴:21
#42003/2/17 21:40:06
谢谢,
我这是认按纽变灰,不过还是达不到目的了,难过!



与人同乐

职务:管理员
等级:6
金币:18.0
发贴:3928
#52003/2/17 23:12:14
让按钮变灰不必用checked。或者一定要用checked的话就将按钮状态编辑一下,checked为灰色状态,但不能禁用。