openwithparm弹出窗口没接受到参数
请问响应窗口如何接受参数?
[解决办法]
[解决办法]
你的问题就在于,你是在open事件中读取message中的参数,但是在先于open事件执行的,treeview的constructor事件中就想要使用message中的参数,所以当然就取不到值啦。
你可以把
instance变量 = message.stringparm
写到treeview的constructor事件中
发布时间: 2012-02-04 15:43:08 作者: rapoo
openwithparm弹出窗口没接受到参数
请问响应窗口如何接受参数?
[解决办法]