当前位置:
代码迷
>>
PB
>> 替何在原来的main窗口中加入一个treeview 所有的菜单就打不开了呢
详细解决方案
替何在原来的main窗口中加入一个treeview 所有的菜单就打不开了呢
热度:
86
发布时间:
2016-04-29 06:13:19.0
为何在原来的main窗口中加入一个treeview 所有的菜单就打不开了呢?
菜单的打开方式
opensheetwithparm(w_jyd,lstr_open,w_main,0,layered!)
去掉tv_1 就可以打开了
------解决方案--------------------
在 mdi 类型的窗口中不要加入任何控件!这种超常规的做法只会给自己带来麻烦。你可以在一个 child 类型的窗口中放置 tv_1,然后以表单方式打开 openSheet(w_child, w_mdi, 0, layered!)
查看全文
相关解决方案
Exception in thread "main" org.hibernate.HibernateException: /hibernate.cfg.xml解决办法
juery treeview ?该怎么解决
Exception in thread "main" java.lang.UnsupportedClassVersionError:有关问题
Exception in thread "main" java.lang.NullPointerException,该怎么处理
小弟我的程序中Exception in thread "main" java.lang.NullPointerException如何解决
用eclipse打包jar后运行,弹出异常could not find main class
运作提示:Exception in threa "main" java.lang.NoSuchMethodError:main
Exception in thread "main" java.lang.UnsatisfiedLinkError: com.
Exception in thread "main" java.lang.InstantiationError:
myeclipse控制台程序运行报错:could not find the main class:org.apache.log4j.net.JMSSink.解决办法
Exception in thread "main" java.lang.NoClassDefFound:HelloWorld,该怎么处理
myeclipse控制台程序运作报错:could not find the main class:org.apache.log4j.net.JMSSink
main()函数个数,该如何解决
"main" java.lang.ArrayIndexOutOfBoundsException: 0
in thread "main" java.lang.OutOfMemoryError: Java heap space
Exception in thread "main"不知名的异常!
Exception in thread "main" java.security.InvalidKeyException:
请教哪里有 MDF (Main Distribution Frame) 的接线教程
上面的代码会出错,Exception in thread "main" java.lang.Error:
CMD 运作java XXX.class 出现Could not find the main class
报错 Exception in thread "main" java.lang.NoClassDefFound:HelloWorld,该怎么解决
出现Exception in thread "main" java.lang.NullPointerException求赐教,
Exception in thread "main" java.lang.NullPointerException求大牛帮忙解决,30行小程序解决方案
main(String args[]) 的写法的有关问题
main()方法引用成员变量的有关问题
Exception in thread "main" java.lang.NullPointerException如何解决
Windows Form 中怎么将 treeview 的节点与页面内容关联
TreeView 竖连接线中止
TreeView 中随着焦点的变化自动滚动,该怎么处理
.Net 控件: ListView + Treeview + CheckBox,该如何处理