EDA365电子工程师网

标题: 求助 axlClearObjectCustomColor 清除颜色函数的使用问题 [打印本页]

作者: wcjcn    时间: 2017-6-14 10:50
标题: 求助 axlClearObjectCustomColor 清除颜色函数的使用问题
有谁知道axlClearObjectCustomColor  清除颜色函数的使用方法呀?在“allegro.pdf”文档中的关于axlClearObjectCustomColor的例子

(defun customColorLoop ()
axlSetFindFilter( ?enabled '("noall" "alltypes" "nameform")
?onButtons "alltypes")
while( axlSelect()
axlCustomColorObject( axlGetSelSet() 4)
checkColor = axlIsCustomColored( car(axlGetSelSet()) )
axlSleep(1)
axlClearObjectCustomColor( axlGetSelSet())
)
)  


只能给元件赋予颜色,根本就不能清除元件的颜色呀?

单独使用axlClearObjectCustomColor函数也不能给已经被自定义颜色的元件清除颜色呀?

请问有谁知道问题出在什么地方吗?谢谢啦。。。。。。







欢迎光临 EDA365电子工程师网 (http://bbs.elecnest.cn/) Powered by Discuz! X3.2