当前位置: 代码迷 >> PB >> 急请高手帮忙!destroy 程序自动退出,该如何解决
  详细解决方案

急请高手帮忙!destroy 程序自动退出,该如何解决

热度:977   发布时间:2016-04-29 10:42:26.0
急,请高手帮忙!destroy 程序自动退出
在PB中建立custom class 对象uo_comm,uo_comm的constructor()事件代码如下: 
  this.visible=false 
  comm=create uo_pbcomm //uo_pbcomm 是另外一个custom class 对象
  comm.of_setparent(this) 

  destructor()事件代码如下: 
  destroy comm 


应中程序窗口W_BOM中引用对象uo_comm,当退出W_BOM窗口时程序自动退出.经调试,屏蔽 destructor()事件代码可避免上述问题,但同时又引起另外一个问题,应用程序退出没有任何反应,程序退不出来.

------解决方案--------------------
在 destructor()事件里试下try,看能不能捕捉这个异常。
  相关解决方案