感觉逻辑有点乱..
UI本身就是让用户配置参数的.
你是因为你脚本.本身重启.后卡在界面状态么?
- function onLoadEvent(handle)
- closeWindow(handle,true)
- end
- function onClickEvent(handle,id)
- end
- function onCloseEvent(handle)
- end
- function onSelectEvent(handle,id,idx,sel)
- end
- action,arr = showUIEx("实例.ui",100,100,600,600,onLoadEvent,onClickEvent,onCloseEvent,onSelectEvent)
- print("运行其它代码......")
复制代码
加载就关闭...但这等于你没有界面! 换个逻辑吧 |