以文本方式查看主题

-  蓝色快车PB俱乐部论坛  (http://pb.besoft.com.cnhttp://pb.besoft.com.cn/bbs/index.aspindex.asp)
--  PowerBuilder MIS编程  (http://pb.besoft.com.cnhttp://pb.besoft.com.cn/bbs/index.aspbbs.asp?boardid=1)
----  使用对象制作状态栏的问题  (http://pb.besoft.com.cnhttp://pb.besoft.com.cn/bbs/index.aspdispbbs.asp?boardid=1&rootid=3184&id=3184)


--  作者:ruiqing
--  发布时间:2005/6/14 9:36:27

--  使用对象制作状态栏的问题
我用custom visual制作一个状态栏,添加进主窗口。在主窗口的resize事件中写道:
uo_1.Move(100,200)
uo_1.Resize(100,200)
运行时出现错误:application terminated.
error:null object reference at line 9 in resize event of object w_main_frame.

">